]> 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 2b04c0ccbc677c02f37c9127aef2d934f71c829d..5a9ad3c8e80035b29d681c4b955bdfd95b758aaf 100644 (file)
@@ -3,12 +3,12 @@
     texidoc = "By setting texts starting with a multi-measure rest, an 
 extra spacing column is created. This should not cause problems."
     }
-\version "2.3.22"
+\version "2.4.0"
 
 \score {
     <<
        \set Score.skipBars = ##t
-       \context Staff = flute  \new Voice { 
+       \context Staff = "flute"  \new Voice { 
            <<  { R1*40 }  { s1*0_"bla" }>> 
        }
     >>