]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/multi-measure-rest-spacing.ly
Imported Upstream version 2.14.2
[lilypond.git] / input / regression / multi-measure-rest-spacing.ly
index 4d08d40ceba079e17d9c7152b5c0275f56dd2d8e..d4fc8c7687aa465bd5e7bc0379d51052e2873d61 100644 (file)
@@ -5,15 +5,15 @@ extra spacing column is created. This should not cause problems."
 }
 
   \layout {
-    raggedright = ##t
+    ragged-right = ##t
   }
 
-\version "2.6.0"
+\version "2.14.0"
 
 
 <<
   \set Score.skipBars = ##t
-  \context Staff = "flute"  \new Voice { 
+  \new Staff \new Voice { 
     <<  { R1*40 }  { s1*0_"bla" }>> 
   }
 >>