]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/multi-measure-rest-spacing.ly
* lily/pfb.cc (LY_DEFINE): ly:ttf->pfa, new function.
[lilypond.git] / input / regression / multi-measure-rest-spacing.ly
index 7be7c393af5e5a0f583529471215012d3232a117..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.3.4"
+\version "2.4.0"
 
 \score {
     <<
        \set Score.skipBars = ##t
-       \context Staff = flute  \new Voice { 
-           <<  { R1*40 }  { s1*0^"bla" }>> 
+       \context Staff = "flute"  \new Voice { 
+           <<  { R1*40 }  { s1*0_"bla" }>> 
        }
     >>
-    \paper {
+    \layout {
        raggedright = ##t
     }
  }