]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/markup-lines-identifier.ly
Imported Upstream version 2.16.0
[lilypond.git] / input / regression / markup-lines-identifier.ly
index 579a735d9f620fdf99a9264926f1becce011a261..be144b352de63f48f4a152474ebe3fe198830220 100644 (file)
@@ -1,19 +1,19 @@
-\version "2.14.0"
+\version "2.16.0"
 
 \header {
   texidoc = "Text that can spread over pages is entered with the
-@code{\\markuplines} command. It can be assigned to a variable and inserted
-at top-level with or without preceding it by @code{\\markuplines}."
+@code{\\markuplist} command. It can be assigned to a variable and inserted
+at top-level with or without preceding it by @code{\\markuplist}."
 }
 
 #(set-default-paper-size "a6")
 
-mytext = \markuplines {
+mytext = \markuplist {
   \justified-lines {
     Lorem ipsum dolor sit amet, consectetur adipisici elit, sed
     eiusmod tempor incidunt ut labore et dolore magna aliqua. ...
   }
 }
 
-\markuplines \mytext
+\markuplist \mytext
 \mytext