]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/non-empty-text.ly
The grand \paper -> \layout, \bookpaper -> \paper renaming.
[lilypond.git] / input / regression / non-empty-text.ly
index 6724f703da66e42e3beb1f34e80f0b63b9a0486c..28ebf827b17ed96bc19f3cc2933d7f1c5a7faa89 100644 (file)
@@ -1,5 +1,5 @@
 
-\version "2.3.17"
+\version "2.3.22"
 
 \header{
     texidoc=" By default, text is set with empty horizontal dimensions.  
@@ -15,7 +15,7 @@ to control the horizontal size of text.  " }
        \fatText
        c_"very wide and long text" c
     }
-    \paper {
+    \layout {
        linewidth = 3.0\cm
     }
 }