Next: , Previous: Graphic notation inside markup, Up: Formatting text


1.8.2.5 Music notation inside markup

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
     }

[image of music]

See also

Snippets: Text.

Diese Seite ist für LilyPond-2.11.58 (Entwicklungszweig).

Fehler bitte an http://post.gmane.org/post.php?group=gmane.comp.gnu.lilypond.bugs melden.

Ihre Vorschläge für die Dokumentation sind willkommen.