]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/multi-measure-rest-spacing.ly
(print): new file. Set limits to
[lilypond.git] / input / regression / multi-measure-rest-spacing.ly
index 6ccb8b9a450ecf09636f0b30ac741cb69cabfe95..7be7c393af5e5a0f583529471215012d3232a117 100644 (file)
@@ -1,14 +1,14 @@
 \header {
 
-    texidoc = "By setting texts starting with a mmrest we create
-an extra spacing column. This should not cause problems."
+    texidoc = "By setting texts starting with a multi-measure rest, an 
+extra spacing column is created. This should not cause problems."
     }
-\version "2.1.22"
+\version "2.3.4"
 
 \score {
     <<
        \set Score.skipBars = ##t
-       \context Staff = flute \notes \new Voice { 
+       \context Staff = flute  \new Voice { 
            <<  { R1*40 }  { s1*0^"bla" }>> 
        }
     >>