]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/multi-measure-rest-spacing.ly
Merge branch 'master' into dev/texi2html
[lilypond.git] / input / regression / multi-measure-rest-spacing.ly
index 0295fd4eb36f3dcc5c8a382bf7b6702d1f7e64fd..1aaa6298d526c8d9c08702998383d0d80cbf2f25 100644 (file)
@@ -5,15 +5,15 @@ extra spacing column is created. This should not cause problems."
 }
 
   \layout {
-    raggedright = ##t
+    ragged-right = ##t
   }
 
-\version "2.7.13"
+\version "2.11.51"
 
 
 <<
   \set Score.skipBars = ##t
-  \context Staff = "flute"  \new Voice { 
+  \new Staff \new Voice { 
     <<  { R1*40 }  { s1*0_"bla" }>> 
   }
 >>