]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/multi-measure-rest-spacing.ly
Run scripts/auxiliar/update-with-convert-ly.sh
[lilypond.git] / input / regression / multi-measure-rest-spacing.ly
index 4d08d40ceba079e17d9c7152b5c0275f56dd2d8e..f37566df5b9fdcd98de90fb8d6e3ed8277fb8c95 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.16.0"
 
 
 <<
   \set Score.skipBars = ##t
-  \context Staff = "flute"  \new Voice { 
+  \new Staff \new Voice { 
     <<  { R1*40 }  { s1*0_"bla" }>> 
   }
 >>