]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/markup-lines-identifier.ly
Run update-with-convert-ly
[lilypond.git] / input / regression / markup-lines-identifier.ly
index 579a735d9f620fdf99a9264926f1becce011a261..5f9ccca5817a5093d0ed0897e42a5927389f5d1e 100644 (file)
@@ -1,19 +1,19 @@
-\version "2.14.0"
+\version "2.15.17"
 
 \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