]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/break.ly
The grand \paper -> \layout, \bookpaper -> \paper renaming.
[lilypond.git] / input / regression / break.ly
index 7197d46fde37447d7163ef1b921158499b8d0b64..7530dd3ff987e0ed457dc7cf079285c0e1bb382a 100644 (file)
@@ -1,5 +1,5 @@
 
-\version "2.3.17"
+\version "2.3.22"
 
 \header{
 texidoc="
@@ -14,7 +14,7 @@ Breaks can be encouraged and discouraged using @code{\\break} and
        c1 \noBreak c1 \noBreak \mark "nobreak" c1 \noBreak
        c1 \break \mark "break" c1 \break \mark "break" c1 
        }
-       \paper {
+       \layout {
            indent = 0.0
            linewidth = 4.0\cm}
 }