]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/markup-lines-identifier.ly
65a40f387ef9792754b6bcc64672083cc4375ee2
[lilypond.git] / input / regression / markup-lines-identifier.ly
1 \version "2.13.47"
2
3 \header {
4   texidoc = "Text that can spread over pages is entered with the
5 @code{\\markuplines} command. It can be assigned to a variable and inserted
6 at top-level with or without preceding it by @code{\\markuplines}."
7 }
8
9 #(set-default-paper-size "a6")
10
11 mytext = \markuplines {
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 \markuplines \mytext
19 \mytext