]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/multi-measure-rest-spacing.ly
(setcolor): implement (re)setcolor with <g>
[lilypond.git] / input / regression / multi-measure-rest-spacing.ly
index be92325f28767428ad8503322e732bb4be294adf..5a9ad3c8e80035b29d681c4b955bdfd95b758aaf 100644 (file)
@@ -3,16 +3,16 @@
     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"
+\version "2.4.0"
 
 \score {
     <<
        \set Score.skipBars = ##t
-       \context Staff = flute \notes \new Voice { 
-           <<  { R1*40 }  { s1*0^"bla" }>> 
+       \context Staff = "flute"  \new Voice { 
+           <<  { R1*40 }  { s1*0_"bla" }>> 
        }
     >>
-    \paper {
+    \layout {
        raggedright = ##t
     }
  }