]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/multi-measure-rest-spacing.ly
Doc: CSS: Add a maximum width for the sidebar in the manuals
[lilypond.git] / input / regression / multi-measure-rest-spacing.ly
index 80ceea45ebc0945e96736cd816e4c5875d4d2d49..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.28"
+}
 
-\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" }>> 
+  }
+>>
+