]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/grace-staff-length.ly
The grand \paper -> \layout, \bookpaper -> \paper renaming.
[lilypond.git] / input / regression / grace-staff-length.ly
index 0483bd1d61def86900533a66c114c5d2edd7ef5f..e16d84adf412c24e71d3d47e6d3ad9b7ae3e77f4 100644 (file)
@@ -1,9 +1,9 @@
-\version "2.3.17"
+\version "2.3.22"
 \header{
 texidoc = "Stripped version of trip.ly.  Staves should be of correct length."
 }
 
-    \paper { raggedright= ##t }
+    \layout { raggedright= ##t }
 
 \score{
   \context PianoStaff  \relative c'' <<
@@ -19,6 +19,6 @@ texidoc = "Stripped version of trip.ly.  Staves should be of correct length."
       }
     }
   >> 
-  \paper { }
+  \layout { }
 }