]> 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 be92325f28767428ad8503322e732bb4be294adf..d4fc8c7687aa465bd5e7bc0379d51052e2873d61 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.2.0"
+}
 
-\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.14.0"
+
+
+<<
+  \set Score.skipBars = ##t
+  \new Staff \new Voice { 
+    <<  { R1*40 }  { s1*0_"bla" }>> 
+  }
+>>
+