]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/markup-lines-identifier.ly
Docs: run convert-ly for 2.14.0.
[lilypond.git] / input / regression / markup-lines-identifier.ly
1 \version "2.14.0"
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