]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/multi-measure-rest.ly
release commit
[lilypond.git] / input / regression / multi-measure-rest.ly
index 711c4777f901e8ecaa0296a6a1d23ab0e390e90c..f2f48714af9ba513106b7ae6f01dae3c68be7e35 100644 (file)
@@ -1,8 +1,8 @@
-\version "1.7.16"
+\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,11 +27,11 @@ are used then a different symbol is used.
 \time 8/4 R1*2
 }
        \paper {
-       \translator {
+       \context {
                \ScoreContext
                skipBars = ##t
        }
        raggedright = ##t       
        }
 }
-%% new-chords-done %%
+