]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/multi-measure-rest-center.ly
The grand \paper -> \layout, \bookpaper -> \paper renaming.
[lilypond.git] / input / regression / multi-measure-rest-center.ly
index cf4fca7270c0cc9595161a5bec89ac7dba65ba3c..0c5173ede28bfb86cf0c9d26a3318d3df3fa1edf 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.1.28"
+\version "2.3.22"
 \header
 {
   texidoc = "The multimeasure rest is centered exactly between bar lines."
@@ -6,7 +6,7 @@
 }
 
 \score {
-    \notes
+    
     {
        \set Score.skipBars = ##t
        \override Staff.BarLine  #'hair-thickness = #7.5
@@ -14,7 +14,7 @@
 
        c'1 R1*20 c'1
     }
-    \paper { raggedright = ##t} 
+    \layout { raggedright = ##t} 
 }