]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/markup-score.ly
The grand \paper -> \layout, \bookpaper -> \paper renaming.
[lilypond.git] / input / regression / markup-score.ly
index a02659230557f954c1e0926369aa7fd9f4d8add4..a3586ee9978288682e46f75cda1de2d6af11cfe8 100644 (file)
@@ -2,7 +2,7 @@
     texidoc = "Use \\score block as markup command."
 }
 
-\version "2.3.17"
+\version "2.3.22"
 
 tuning = \markup {
     \score {
@@ -11,7 +11,7 @@ tuning = \markup {
        } {
            \clef bass  <c, g, d g>1
        }
-       \paper { raggedright = ##t }
+       \layout { raggedright = ##t }
     }
 }