Sophie

Sophie

distrib > Fedora > 14 > x86_64 > by-pkgid > f07b4b9fcbe6d8ab9260b52d15e551a6 > files > 8285

lilypond-doc-2.12.3-1.fc13.noarch.rpm

<!-- header_tag -->
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html401/loose.dtd">
<html>
<!-- Copyright C 1999-2009 by the authors

Permission is granted to copy, distribute and/or modify this document
under the terms of the GNU Free Documentation License, Version 1.1
or any later version published by the Free Software Foundation;
with no Invariant Sections.
A copy of the license is included in the section entitled "GNU
Free Documentation License".

 -->
<!-- Created on December 15, 2009 by texi2html 1.82
texi2html was written by: 
            Lionel Cons <Lionel.Cons@cern.ch> (original author)
            Karl Berry  <karl@freefriends.org>
            Olaf Bachmann <obachman@mathematik.uni-kl.de>
            and many others.
Maintained by: Many creative people.
Send bugs and suggestions to <texi2html-bug@nongnu.org>
-->
<head>
<title>GNU LilyPond Notation Reference: B.8.4 Music</title>

<meta name="description" content="GNU LilyPond Notation Reference: B.8.4 Music">
<meta name="keywords" content="GNU LilyPond Notation Reference: B.8.4 Music">
<meta name="resource-type" content="document">
<meta name="distribution" content="global">
<meta name="Generator" content="texi2html 1.82">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<link href="index.html#index" rel="start" title="GNU LilyPond &mdash; Notation Reference">
<link href="LilyPond-command-index.html#LilyPond-command-index" rel="index" title="F. LilyPond command index">
<link href="index_toc.html#SEC_Contents" rel="contents" title="Table of Contents">
<link href="index_abt.html#SEC_About" rel="help" title="About This Document">
<link href="Text-markup-commands.html#Text-markup-commands" rel="up" title="B.8 Text markup commands">
<link href="LilyPond-index.html#LilyPond-index" rel="next" title="G. LilyPond index">
<link href="Graphic.html#Graphic" rel="previous" title="B.8.3 Graphic">
<link rel="stylesheet" type="text/css" title="Patrick McCarty's design" href="lilypond-mccarty.css">
<link rel="alternate stylesheet" type="text/css" href="lilypond.css" title="Andrew Hawryluk's design">
<link rel="alternate stylesheet" type="text/css" href="lilypond-blue.css" title="Kurt Kroon's blue design">
<!--[if lte IE 7]>
<link href="lilypond-ie-fixes.css" rel="stylesheet" type="text/css">
<![endif]-->


</head>

<body lang="en" bgcolor="#FFFFFF" text="#000000" link="#0000FF" vlink="#800080" alink="#FF0000">


<div id="main">
<a name="Music"></a>
<table class="nav_table">
<tr><td valign="middle" align="left" colspan="1">[<a href="Notation-manual-tables.html#Notation-manual-tables" title="Beginning of this chapter or previous chapter"> &lt;&lt; Notation manual tables&nbsp;</a>]</td><td valign="middle" align="center" colspan="3">[<a href="index.html#index" title="Cover (top) of document" rel="start">Top</a>][<a href="index_toc.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="LilyPond-command-index.html#LilyPond-command-index" title="Index" rel="index">Index</a>][<a href="index_abt.html#SEC_About" title="About (help)" rel="help"> ? </a>]</td><td valign="middle" align="right" colspan="1">[<a href="Cheat-sheet.html#Cheat-sheet" title="Next chapter">&nbsp;Cheat sheet &gt;&gt; </a>]</td></tr><tr><td valign="middle" align="left" colspan="2">[<a href="Graphic.html#Graphic" title="Previous section in reading order" accesskey="p" rel="previous"> &lt; Graphic&nbsp;</a>]</td><td valign="middle" align="center" colspan="1">[<a href="Text-markup-commands.html#Text-markup-commands" title="Up section" accesskey="u" rel="up">&nbsp; Up :&nbsp;Text markup commands&nbsp;</a>]</td><td valign="middle" align="right" colspan="2">[<a href="Instrument-Specific-Markup.html#Instrument-Specific-Markup" title="Next section in reading order" accesskey="n" rel="next">&nbsp;Instrument Specific Markup &gt; </a>]</td></tr></table>
<a name="Music"></a>
<h3 class="appendixsubsec">B.8.4 Music</h3>

<dl compact="compact">
<dt> <code>\doubleflat</code> </dt>
<dd><a name="index-_005cdoubleflat"></a>
<a name="index-_005cdoubleflat-1"></a>

<a name="index-_005cdoubleflat-2"></a>
<p>Draw a double flat symbol.
</p>
<blockquote><pre class="verbatim">\markup {
  \doubleflat
}
</pre><p>
 <a href="../07/lily-ed83ff4e.ly">
  <img align="middle"
       border="0"
       src="../07/lily-ed83ff4e.png"
       alt="[image of music]">
 </a>
</p>
</blockquote>




</dd>
<dt> <code>\doublesharp</code> </dt>
<dd><a name="index-_005cdoublesharp"></a>
<a name="index-_005cdoublesharp-1"></a>

<a name="index-_005cdoublesharp-2"></a>
<p>Draw a double sharp symbol.
</p>
<blockquote><pre class="verbatim">\markup {
  \doublesharp
}
</pre><p>
 <a href="../f1/lily-b5d9e508.ly">
  <img align="middle"
       border="0"
       src="../f1/lily-b5d9e508.png"
       alt="[image of music]">
 </a>
</p>
</blockquote>




</dd>
<dt> <code>\flat</code> </dt>
<dd><a name="index-_005cflat"></a>
<a name="index-_005cflat-1"></a>

<a name="index-_005cflat-2"></a>
<p>Draw a flat symbol.
</p>
<blockquote><pre class="verbatim">\markup {
  \flat
}
</pre><p>
 <a href="../f5/lily-1d23dc02.ly">
  <img align="middle"
       border="0"
       src="../f5/lily-1d23dc02.png"
       alt="[image of music]">
 </a>
</p>
</blockquote>




</dd>
<dt> <code>\musicglyph</code> <var>glyph-name</var> (string)</dt>
<dd><a name="index-_005cmusicglyph-2"></a>
<a name="index-_005cmusicglyph-3"></a>

<a name="index-_005cmusicglyph-4"></a>
<p><var>glyph-name</var> is converted to a musical symbol; for example,
<code>\musicglyph #&quot;accidentals.natural&quot;</code> selects the natural sign from
the music font.  See <a name="index-The-Feta-font"></a>
<a href="../lilypond/The-Feta-font.html#The-Feta-font">The Feta font</a> for a complete listing of
the possible glyphs.
</p>
<blockquote><pre class="verbatim">\markup {
  \musicglyph #&quot;f&quot;
  \musicglyph #&quot;rests.2&quot;
  \musicglyph #&quot;clefs.G_change&quot;
}
</pre><p>
 <a href="../c6/lily-787912a7.ly">
  <img align="middle"
       border="0"
       src="../c6/lily-787912a7.png"
       alt="[image of music]">
 </a>
</p>
</blockquote>




</dd>
<dt> <code>\natural</code> </dt>
<dd><a name="index-_005cnatural"></a>
<a name="index-_005cnatural-1"></a>

<a name="index-_005cnatural-2"></a>
<p>Draw a natural symbol.
</p>
<blockquote><pre class="verbatim">\markup {
  \natural
}
</pre><p>
 <a href="../79/lily-daa67f8e.ly">
  <img align="middle"
       border="0"
       src="../79/lily-daa67f8e.png"
       alt="[image of music]">
 </a>
</p>
</blockquote>




</dd>
<dt> <code>\note-by-number</code> <var>log</var> (number) <var>dot-count</var> (number) <var>dir</var> (number)</dt>
<dd><a name="index-_005cnote_002dby_002dnumber"></a>
<a name="index-_005cnote_002dby_002dnumber-1"></a>

<a name="index-_005cnote_002dby_002dnumber-2"></a>

<a name="index-notes-within-text-by-log-and-dot_002dcount"></a>

<p>Construct a note symbol, with stem.  By using fractional values for
<var>dir</var>, longer or shorter stems can be obtained.
</p>
<blockquote><pre class="verbatim">\markup {
  \note-by-number #3 #0 #DOWN
  \hspace #2
  \note-by-number #1 #2 #0.8
}
</pre><p>
 <a href="../b8/lily-75d9cb4c.ly">
  <img align="middle"
       border="0"
       src="../b8/lily-75d9cb4c.png"
       alt="[image of music]">
 </a>
</p>
</blockquote>




<p>Used properties:
</p><ul>
<li> <code>style</code> (&rsquo;())
</li><li> <code>font-size</code> (0)
</li></ul>


</dd>
<dt> <code>\note</code> <var>duration</var> (string) <var>dir</var> (number)</dt>
<dd><a name="index-_005cnote"></a>
<a name="index-_005cnote-1"></a>

<a name="index-_005cnote-2"></a>

<a name="index-notes-within-text-by-string"></a>

<p>This produces a note with a stem pointing in <var>dir</var> direction, with
the <var>duration</var> for the note head type and augmentation dots.  For
example, <code>\note #&quot;4.&quot; #-0.75</code> creates a dotted quarter note, with
a shortened down stem.
</p>
<blockquote><pre class="verbatim">\markup {
  \override #'(style . cross) {
    \note #&quot;4..&quot; #UP
  }
  \hspace #2
  \note #&quot;breve&quot; #0
}
</pre><p>
 <a href="../70/lily-000ca639.ly">
  <img align="middle"
       border="0"
       src="../70/lily-000ca639.png"
       alt="[image of music]">
 </a>
</p>
</blockquote>




<p>Used properties:
</p><ul>
<li> <code>style</code> (&rsquo;())
</li><li> <code>font-size</code> (0)
</li></ul>


</dd>
<dt> <code>\score</code> <var>score</var> (unknown)</dt>
<dd><a name="index-_005cscore-4"></a>
<a name="index-_005cscore-5"></a>

<a name="index-_005cscore-6"></a>

<a name="index-inserting-music-into-text"></a>

<p>Inline an image of music.
</p>
<blockquote><pre class="verbatim">\markup {
  \score {
    \new PianoStaff &lt;&lt;
      \new Staff \relative c' {
        \key f \major
        \time 3/4
        \mark \markup { Allegro }
        f2\p( a4)
        c2( a4)
        bes2( g'4)
        f8( e) e4 r
      }
      \new Staff \relative c {
        \clef bass
        \key f \major
        \time 3/4
        f8( a c a c a
        f c' es c es c)
        f,( bes d bes d bes)
        f( g bes g bes g)
      }
    &gt;&gt;
    \layout {
      indent = 0.0\cm
      \context {
        \Score
        \override RehearsalMark #'break-align-symbols =
          #'(time-signature key-signature)
        \override RehearsalMark #'self-alignment-X = #LEFT
      }
      \context {
        \Staff
        \override TimeSignature #'break-align-anchor-alignment = #LEFT
      }
    }
  }
}
</pre><p>
 <a href="../2c/lily-2b93b60e.ly">
  <img align="middle"
       border="0"
       src="../2c/lily-2b93b60e.png"
       alt="[image of music]">
 </a>
</p>
</blockquote>




</dd>
<dt> <code>\semiflat</code> </dt>
<dd><a name="index-_005csemiflat"></a>
<a name="index-_005csemiflat-1"></a>

<a name="index-_005csemiflat-2"></a>
<p>Draw a semiflat symbol.
</p>
<blockquote><pre class="verbatim">\markup {
  \semiflat
}
</pre><p>
 <a href="../b2/lily-7a376f15.ly">
  <img align="middle"
       border="0"
       src="../b2/lily-7a376f15.png"
       alt="[image of music]">
 </a>
</p>
</blockquote>




</dd>
<dt> <code>\semisharp</code> </dt>
<dd><a name="index-_005csemisharp"></a>
<a name="index-_005csemisharp-1"></a>

<a name="index-_005csemisharp-2"></a>
<p>Draw a semisharp symbol.
</p>
<blockquote><pre class="verbatim">\markup {
  \semisharp
}
</pre><p>
 <a href="../45/lily-58bd4cd7.ly">
  <img align="middle"
       border="0"
       src="../45/lily-58bd4cd7.png"
       alt="[image of music]">
 </a>
</p>
</blockquote>




</dd>
<dt> <code>\sesquiflat</code> </dt>
<dd><a name="index-_005csesquiflat"></a>
<a name="index-_005csesquiflat-1"></a>

<a name="index-_005csesquiflat-2"></a>
<p>Draw a 3/2 flat symbol.
</p>
<blockquote><pre class="verbatim">\markup {
  \sesquiflat
}
</pre><p>
 <a href="../2e/lily-e9c0e1f4.ly">
  <img align="middle"
       border="0"
       src="../2e/lily-e9c0e1f4.png"
       alt="[image of music]">
 </a>
</p>
</blockquote>




</dd>
<dt> <code>\sesquisharp</code> </dt>
<dd><a name="index-_005csesquisharp"></a>
<a name="index-_005csesquisharp-1"></a>

<a name="index-_005csesquisharp-2"></a>
<p>Draw a 3/2 sharp symbol.
</p>
<blockquote><pre class="verbatim">\markup {
  \sesquisharp
}
</pre><p>
 <a href="../cd/lily-ec7d9b67.ly">
  <img align="middle"
       border="0"
       src="../cd/lily-ec7d9b67.png"
       alt="[image of music]">
 </a>
</p>
</blockquote>




</dd>
<dt> <code>\sharp</code> </dt>
<dd><a name="index-_005csharp"></a>
<a name="index-_005csharp-1"></a>

<a name="index-_005csharp-2"></a>
<p>Draw a sharp symbol.
</p>
<blockquote><pre class="verbatim">\markup {
  \sharp
}
</pre><p>
 <a href="../74/lily-823f62c0.ly">
  <img align="middle"
       border="0"
       src="../74/lily-823f62c0.png"
       alt="[image of music]">
 </a>
</p>
</blockquote>




</dd>
<dt> <code>\tied-lyric</code> <var>str</var> (string)</dt>
<dd><a name="index-_005ctied_002dlyric"></a>
<a name="index-_005ctied_002dlyric-1"></a>

<a name="index-_005ctied_002dlyric-2"></a>

<a name="index-simple-text-strings-with-tie-characters"></a>

<p>Like simple-markup, but use tie characters for &lsquo;~&rsquo; tilde symbols.
</p>
<blockquote><pre class="verbatim">\markup {
  \tied-lyric #&quot;Lasciate~i monti&quot;
}
</pre><p>
 <a href="../04/lily-1bf0e3e9.ly">
  <img align="middle"
       border="0"
       src="../04/lily-1bf0e3e9.png"
       alt="[image of music]">
 </a>
</p>
</blockquote>



</dd>
</dl>


<hr size="6">
<table class="nav_table">
<tr><td valign="middle" align="left" colspan="1">[<a href="Notation-manual-tables.html#Notation-manual-tables" title="Beginning of this chapter or previous chapter"> &lt;&lt; Notation manual tables&nbsp;</a>]</td><td valign="middle" align="center" colspan="3">[<a href="index.html#index" title="Cover (top) of document" rel="start">Top</a>][<a href="index_toc.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="LilyPond-command-index.html#LilyPond-command-index" title="Index" rel="index">Index</a>][<a href="index_abt.html#SEC_About" title="About (help)" rel="help"> ? </a>]</td><td valign="middle" align="right" colspan="1">[<a href="Cheat-sheet.html#Cheat-sheet" title="Next chapter">&nbsp;Cheat sheet &gt;&gt; </a>]</td></tr><tr><td valign="middle" align="left" colspan="2">[<a href="Graphic.html#Graphic" title="Previous section in reading order" accesskey="p" rel="previous"> &lt; Graphic&nbsp;</a>]</td><td valign="middle" align="center" colspan="1">[<a href="Text-markup-commands.html#Text-markup-commands" title="Up section" accesskey="u" rel="up">&nbsp; Up :&nbsp;Text markup commands&nbsp;</a>]</td><td valign="middle" align="right" colspan="2">[<a href="Instrument-Specific-Markup.html#Instrument-Specific-Markup" title="Next section in reading order" accesskey="n" rel="next">&nbsp;Instrument Specific Markup &gt; </a>]</td></tr></table>
<!-- footer_tag -->
<div class="footer">
<p class="footer_version">
This page is for LilyPond-2.12.3 (stable-branch).
</p>
<p class="footer_report">
Your <a href="http://lilypond.org/web/devel/participating/documentation-adding">suggestions for the documentation</a> are welcome, please report errors to our <a href="http://post.gmane.org/post.php?group=gmane.comp.gnu.lilypond.bugs">bug list</a>.
</p>
</div>


<p id="languages">
 Other languages: <a href="Music.fr.html">français</a>, <a href="Music.es.html">español</a>, <a href="Music.de.html">deutsch</a>.
 <br>
 
</p>

<!-- FOOTER -->

<!-- end div#main here -->
</div>



<div id="tocframe">
<p class="toc_uplink"><a href="../index.html" 
         title="Documentation Index">&lt;&lt; Back to Documentation Index</a></p>
<h4 class="toc_header"> <a href="index.html#index" title="Start of the manual">Notation Reference</a></h4>
<div class="contents">
<ul class="toc">
  <li><a name="toc-Musical-notation-1" href="Musical-notation.html#Musical-notation">1. Musical notation</a>
  <ul class="toc">
    <li><a name="toc-Pitches-1" href="Pitches.html#Pitches">1.1 Pitches</a>    </li>
    <li><a name="toc-Rhythms-1" href="Rhythms.html#Rhythms">1.2 Rhythms</a>    </li>
    <li><a name="toc-Expressive-marks-1" href="Expressive-marks.html#Expressive-marks">1.3 Expressive marks</a>    </li>
    <li><a name="toc-Repeats-1" href="Repeats.html#Repeats">1.4 Repeats</a>    </li>
    <li><a name="toc-Simultaneous-notes-1" href="Simultaneous-notes.html#Simultaneous-notes">1.5 Simultaneous notes</a>    </li>
    <li><a name="toc-Staff-notation-1" href="Staff-notation.html#Staff-notation">1.6 Staff notation</a>    </li>
    <li><a name="toc-Editorial-annotations-1" href="Editorial-annotations.html#Editorial-annotations">1.7 Editorial annotations</a>    </li>
    <li><a name="toc-Text-1" href="Text.html#Text">1.8 Text</a>    </li>
  </ul>
  </li>
  <li><a name="toc-Specialist-notation-1" href="Specialist-notation.html#Specialist-notation">2. Specialist notation</a>
  <ul class="toc">
    <li><a name="toc-Vocal-music-1" href="Vocal-music.html#Vocal-music">2.1 Vocal music</a>    </li>
    <li><a name="toc-Keyboard-and-other-multi_002dstaff-instruments-1" href="Keyboard-and-other-multi_002dstaff-instruments.html#Keyboard-and-other-multi_002dstaff-instruments">2.2 Keyboard and other multi-staff instruments</a>    </li>
    <li><a name="toc-Unfretted-string-instruments-1" href="Unfretted-string-instruments.html#Unfretted-string-instruments">2.3 Unfretted string instruments</a>    </li>
    <li><a name="toc-Fretted-string-instruments-1" href="Fretted-string-instruments.html#Fretted-string-instruments">2.4 Fretted string instruments</a>    </li>
    <li><a name="toc-Percussion-1" href="Percussion.html#Percussion">2.5 Percussion</a>    </li>
    <li><a name="toc-Wind-instruments-1" href="Wind-instruments.html#Wind-instruments">2.6 Wind instruments</a>    </li>
    <li><a name="toc-Chord-notation-1" href="Chord-notation.html#Chord-notation">2.7 Chord notation</a>    </li>
    <li><a name="toc-Ancient-notation-1" href="Ancient-notation.html#Ancient-notation">2.8 Ancient notation</a>    </li>
    <li><a name="toc-World-music-1" href="World-music.html#World-music">2.9 World music</a>    </li>
  </ul>
  </li>
  <li><a name="toc-General-input-and-output-1" href="General-input-and-output.html#General-input-and-output">3. General input and output</a>
  <ul class="toc">
    <li><a name="toc-Input-structure-1" href="Input-structure.html#Input-structure">3.1 Input structure</a>    </li>
    <li><a name="toc-Titles-and-headers-1" href="Titles-and-headers.html#Titles-and-headers">3.2 Titles and headers</a>    </li>
    <li><a name="toc-Working-with-input-files-1" href="Working-with-input-files.html#Working-with-input-files">3.3 Working with input files</a>    </li>
    <li><a name="toc-Controlling-output-1" href="Controlling-output.html#Controlling-output">3.4 Controlling output</a>    </li>
    <li><a name="toc-MIDI-output-1" href="MIDI-output.html#MIDI-output">3.5 MIDI output</a>    </li>
  </ul>
  </li>
  <li><a name="toc-Spacing-issues-1" href="Spacing-issues.html#Spacing-issues">4. Spacing issues</a>
  <ul class="toc">
    <li><a name="toc-Paper-and-pages-1" href="Paper-and-pages.html#Paper-and-pages">4.1 Paper and pages</a>    </li>
    <li><a name="toc-Music-layout-1" href="Music-layout.html#Music-layout">4.2 Music layout</a>    </li>
    <li><a name="toc-Breaks-1" href="Breaks.html#Breaks">4.3 Breaks</a>    </li>
    <li><a name="toc-Vertical-spacing-1" href="Vertical-spacing.html#Vertical-spacing">4.4 Vertical spacing</a>    </li>
    <li><a name="toc-Horizontal-spacing-1" href="Horizontal-spacing.html#Horizontal-spacing">4.5 Horizontal spacing</a>    </li>
    <li><a name="toc-Fitting-music-onto-fewer-pages-1" href="Fitting-music-onto-fewer-pages.html#Fitting-music-onto-fewer-pages">4.6 Fitting music onto fewer pages</a>    </li>
  </ul>
  </li>
  <li><a name="toc-Changing-defaults-1" href="Changing-defaults.html#Changing-defaults">5. Changing defaults</a>
  <ul class="toc">
    <li><a name="toc-Interpretation-contexts-1" href="Interpretation-contexts.html#Interpretation-contexts">5.1 Interpretation contexts</a>    </li>
    <li><a name="toc-Explaining-the-Internals-Reference-1" href="Explaining-the-Internals-Reference.html#Explaining-the-Internals-Reference">5.2 Explaining the Internals Reference</a>    </li>
    <li><a name="toc-Modifying-properties-1" href="Modifying-properties.html#Modifying-properties">5.3 Modifying properties</a>    </li>
    <li><a name="toc-Useful-concepts-and-properties-1" href="Useful-concepts-and-properties.html#Useful-concepts-and-properties">5.4 Useful concepts and properties</a>    </li>
    <li><a name="toc-Advanced-tweaks-1" href="Advanced-tweaks.html#Advanced-tweaks">5.5 Advanced tweaks</a>    </li>
  </ul>
  </li>
  <li><a name="toc-Interfaces-for-programmers-1" href="Interfaces-for-programmers.html#Interfaces-for-programmers">6. Interfaces for programmers</a>
  <ul class="toc">
    <li><a name="toc-Music-functions-1" href="Music-functions.html#Music-functions">6.1 Music functions</a>    </li>
    <li><a name="toc-Programmer-interfaces-1" href="Programmer-interfaces.html#Programmer-interfaces">6.2 Programmer interfaces</a>    </li>
    <li><a name="toc-Building-complicated-functions-1" href="Building-complicated-functions.html#Building-complicated-functions">6.3 Building complicated functions</a>    </li>
    <li><a name="toc-Markup-programmer-interface-1" href="Markup-programmer-interface.html#Markup-programmer-interface">6.4 Markup programmer interface</a>    </li>
    <li><a name="toc-Contexts-for-programmers-1" href="Contexts-for-programmers.html#Contexts-for-programmers">6.5 Contexts for programmers</a>    </li>
    <li><a name="toc-Scheme-procedures-as-properties-1" href="Scheme-procedures-as-properties.html#Scheme-procedures-as-properties">6.6 Scheme procedures as properties</a>    </li>
    <li><a name="toc-Using-Scheme-code-instead-of-_005ctweak-1" href="Using-Scheme-code-instead-of-_005ctweak.html#Using-Scheme-code-instead-of-_005ctweak">6.7 Using Scheme code instead of <code>\tweak</code></a>    </li>
    <li><a name="toc-Difficult-tweaks-1" href="Difficult-tweaks.html#Difficult-tweaks">6.8 Difficult tweaks</a>    </li>
  </ul>
  </li>
  <li><a name="toc-Literature-list-1" href="Literature-list.html#Literature-list">A. Literature list</a>  </li>
  <li class="toc_current"><a name="toc-Notation-manual-tables-1" href="Notation-manual-tables.html#Notation-manual-tables">B. Notation manual tables</a>
  <ul class="toc">
    <li><a name="toc-Chord-name-chart-1" href="Chord-name-chart.html#Chord-name-chart">B.1 Chord name chart</a>    </li>
    <li><a name="toc-Common-chord-modifiers-1" href="Common-chord-modifiers.html#Common-chord-modifiers">B.2 Common chord modifiers</a>    </li>
    <li><a name="toc-Predefined-fretboard-diagrams-1" href="Predefined-fretboard-diagrams.html#Predefined-fretboard-diagrams">B.3 Predefined fretboard diagrams</a>    </li>
    <li><a name="toc-MIDI-instruments-1" href="MIDI-instruments.html#MIDI-instruments">B.4 MIDI instruments</a>    </li>
    <li><a name="toc-List-of-colors-1" href="List-of-colors.html#List-of-colors">B.5 List of colors</a>    </li>
    <li><a name="toc-The-Feta-font-1" href="The-Feta-font.html#The-Feta-font">B.6 The Feta font</a>    </li>
    <li><a name="toc-Note-head-styles-1" href="Note-head-styles.html#Note-head-styles">B.7 Note head styles</a>    </li>
    <li class="toc_current"><a name="toc-Text-markup-commands-1" href="Text-markup-commands.html#Text-markup-commands">B.8 Text markup commands</a>
    <ul class="toc">
      <li><a name="toc-Font-1" href="Font.html#Font">B.8.1 Font</a>      </li>
      <li><a name="toc-Align-1" href="Align.html#Align">B.8.2 Align</a>      </li>
      <li><a name="toc-Graphic-1" href="Graphic.html#Graphic">B.8.3 Graphic</a>      </li>
      <li class="toc_current"><a name="toc-Music-1" href="Music.html#Music">B.8.4 Music</a>      </li>
      <li><a name="toc-Instrument-Specific-Markup-1" href="Instrument-Specific-Markup.html#Instrument-Specific-Markup">B.8.5 Instrument Specific Markup</a>      </li>
      <li><a name="toc-Other-1" href="Other.html#Other">B.8.6 Other</a>      </li>
    </ul>
    </li>
    <li><a name="toc-Text-markup-list-commands-1" href="Text-markup-list-commands.html#Text-markup-list-commands">B.9 Text markup list commands</a>    </li>
    <li><a name="toc-List-of-articulations-1" href="List-of-articulations.html#List-of-articulations">B.10 List of articulations</a>    </li>
    <li><a name="toc-Percussion-notes-1" href="Percussion-notes.html#Percussion-notes">B.11 Percussion notes</a>    </li>
    <li><a name="toc-All-context-properties-1" href="All-context-properties.html#All-context-properties">B.12 All context properties</a>    </li>
    <li><a name="toc-Layout-properties-1" href="Layout-properties.html#Layout-properties">B.13 Layout properties</a>    </li>
    <li><a name="toc-Identifiers-1" href="Identifiers.html#Identifiers">B.14 Identifiers</a>    </li>
    <li><a name="toc-Scheme-functions-1" href="Scheme-functions.html#Scheme-functions">B.15 Scheme functions</a>    </li>
  </ul>
  </li>
  <li><a name="toc-Cheat-sheet-1" href="Cheat-sheet.html#Cheat-sheet">C. Cheat sheet</a>  </li>
  <li><a name="toc-LilyPond-grammar-1" href="LilyPond-grammar.html#LilyPond-grammar">D. LilyPond grammar</a>  </li>
  <li><a name="toc-GNU-Free-Documentation-License-1" href="GNU-Free-Documentation-License.html#GNU-Free-Documentation-License">E. GNU Free Documentation License</a>  </li>
  <li><a name="toc-LilyPond-command-index-1" href="LilyPond-command-index.html#LilyPond-command-index">F. LilyPond command index</a>  </li>
  <li><a name="toc-LilyPond-index-1" href="LilyPond-index.html#LilyPond-index">G. LilyPond index</a>  </li>
</ul>
</div>
</div>

</body>
</html>