]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/markup-lines-identifier.ly
Issue 5167/6: Changes: show \markup xxx = ... \etc assignments
[lilypond.git] / input / regression / markup-lines-identifier.ly
1 \version "2.16.0"
2
3 \header {
4   texidoc = "Text that can spread over pages is entered with the
5 @code{\\markuplist} command. It can be assigned to a variable and inserted
6 at top-level with or without preceding it by @code{\\markuplist}."
7 }
8
9 #(set-default-paper-size "a6")
10
11 mytext = \markuplist {
12   \justified-lines {
13     Lorem ipsum dolor sit amet, consectetur adipisici elit, sed
14     eiusmod tempor incidunt ut labore et dolore magna aliqua. ...
15   }
16 }
17
18 \markuplist \mytext
19 \mytext