Next: , Previous: Text encoding, Up: Text


8.1.6 Nested scores

It is possible to nest music inside markups, by adding a \score block to a markup expression. Such a score must contain a \layout block.

     \relative {
       c4 d^\markup {
         \score {
           \relative { c4 d e f }
           \layout { }
         }
       }
       e f
     }

[image of music]

This page is for LilyPond-2.6.3 (stable-branch).

Report errors to <bug-lilypond@gnu.org>.

Other languages: English.
Using automatic language selection.