]> 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 d7d900fed89d58267fd26b025db4d208b1a6c42b..f37566df5b9fdcd98de90fb8d6e3ed8277fb8c95 100644 (file)
@@ -1,18 +1,21 @@
 \header {
 
-    texidoc = "By setting texts starting with a multi-measure rest, an 
+  texidoc = "By setting texts starting with a multi-measure rest, an 
 extra spacing column is created. This should not cause problems."
-    }
-\version "2.1.36"
+}
 
-\score {
-    <<
-       \set Score.skipBars = ##t
-       \context Staff = flute \notes \new Voice { 
-           <<  { R1*40 }  { s1*0^"bla" }>> 
-       }
-    >>
-    \paper {
-       raggedright = ##t
-    }
- }
+  \layout {
+    ragged-right = ##t
+  }
+
+\version "2.16.0"
+
+
+<<
+  \set Score.skipBars = ##t
+  \new Staff \new Voice { 
+    <<  { R1*40 }  { s1*0_"bla" }>> 
+  }
+>>
+