]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/multi-measure-rest-spacing.ly
Docs: run convert-ly for 2.14.0.
[lilypond.git] / input / regression / multi-measure-rest-spacing.ly
index 6c23e5eeef649a416661c5f59c05d64add8ff24c..d4fc8c7687aa465bd5e7bc0379d51052e2873d61 100644 (file)
@@ -3,16 +3,19 @@
   texidoc = "By setting texts starting with a multi-measure rest, an 
 extra spacing column is created. This should not cause problems."
 }
-\version "2.6.0"
+
+  \layout {
+    ragged-right = ##t
+  }
+
+\version "2.14.0"
 
 
 <<
   \set Score.skipBars = ##t
-  \context Staff = "flute"  \new Voice { 
+  \new Staff \new Voice { 
     <<  { R1*40 }  { s1*0_"bla" }>> 
   }
 >>
-  \layout {
-    raggedright = ##t
-  }
+