]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/multi-measure-rest-spacing.ly
Merge commit 'origin' into includes
[lilypond.git] / input / regression / multi-measure-rest-spacing.ly
index 5a9ad3c8e80035b29d681c4b955bdfd95b758aaf..e0f268b176d8aaa6b8456b3dad575f758672ca15 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.4.0"
+}
 
-\score {
-    <<
-       \set Score.skipBars = ##t
-       \context Staff = "flute"  \new Voice { 
-           <<  { R1*40 }  { s1*0_"bla" }>> 
-       }
-    >>
-    \layout {
-       raggedright = ##t
-    }
- }
+  \layout {
+    ragged-right = ##t
+  }
+
+\version "2.12.0"
+
+
+<<
+  \set Score.skipBars = ##t
+  \new Staff \new Voice { 
+    <<  { R1*40 }  { s1*0_"bla" }>> 
+  }
+>>
+