]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/multi-measure-rest-spacing.ly
Issue 5167/6: Changes: show \markup xxx = ... \etc assignments
[lilypond.git] / input / regression / multi-measure-rest-spacing.ly
index 6c23e5eeef649a416661c5f59c05d64add8ff24c..f37566df5b9fdcd98de90fb8d6e3ed8277fb8c95 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.16.0"
 
 
 <<
   \set Score.skipBars = ##t
-  \context Staff = "flute"  \new Voice { 
+  \new Staff \new Voice { 
     <<  { R1*40 }  { s1*0_"bla" }>> 
   }
 >>
-  \layout {
-    raggedright = ##t
-  }
+