]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/multi-measure-rest.ly
release commit
[lilypond.git] / input / regression / multi-measure-rest.ly
index 7b2332191ed9f1225883da7ae84bb905edf75e94..f2f48714af9ba513106b7ae6f01dae3c68be7e35 100644 (file)
@@ -1,8 +1,8 @@
-\version "2.1.7"
+\version "2.1.30"
 \header{
 
 texidoc="
-Multiple measure rests do not collide with barlines and clefs.  They
+Multi-measure rests do not collide with barlines and clefs.  They
 are not expanded when you set @code{Score.skipBars}.  Although the
 multi-measure-rest is a Spanner, minimum distances are set to keep it
 colliding from barlines. 
@@ -27,7 +27,7 @@ are used then a different symbol is used.
 \time 8/4 R1*2
 }
        \paper {
-       \translator {
+       \context {
                \ScoreContext
                skipBars = ##t
        }