Next: Multi-page markup, Previous: Graphic notation inside markup, Up: Formatting text
Notes can be printed in markup mode blah blah:
\note \note-by-number
Accidental symbols can be obtained easily:
\doubleflat \sesquiflat \flat \semiflat \natural \semisharp \sharp \sesquisharp \doublesharp
Some other notation objects blah blah
\beam \finger \dynamic \tied-lyric \markalphabet \markletter
Any musical symbol can be printed
\musicglyph
The markup mode has support for fret diagrams:
\fret-diagram \fret-diagram-terse \fret-diagram-verbose
An entire \score block can even be nested in a \markup
block. In such a case, the \score must contain a \layout block.
\score
\relative {
c4 d^\markup {
\score {
\relative { c4 d e f }
\layout { }
}
}
e f
}
Snippets: Text.
This page is for LilyPond-2.11.58 (development-branch).
Report errors to http://post.gmane.org/post.php?group=gmane.comp.gnu.lilypond.bugs.
Your suggestions for the documentation are welcome.