]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/multi-measure-rest-spacing.ly
Merge branch 'master' into dev/texi2html
[lilypond.git] / input / regression / multi-measure-rest-spacing.ly
index 2b04c0ccbc677c02f37c9127aef2d934f71c829d..1aaa6298d526c8d9c08702998383d0d80cbf2f25 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.3.22"
+}
 
-\score {
-    <<
-       \set Score.skipBars = ##t
-       \context Staff = flute  \new Voice { 
-           <<  { R1*40 }  { s1*0_"bla" }>> 
-       }
-    >>
-    \layout {
-       raggedright = ##t
-    }
- }
+  \layout {
+    ragged-right = ##t
+  }
+
+\version "2.11.51"
+
+
+<<
+  \set Score.skipBars = ##t
+  \new Staff \new Voice { 
+    <<  { R1*40 }  { s1*0_"bla" }>> 
+  }
+>>
+