]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/multi-measure-rest.ly
new file.
[lilypond.git] / input / regression / multi-measure-rest.ly
index 57ef79a54bb2706bda884809c49be8e19f754497..7a9c7614403075af059869f804b8cc5a3be90d4f 100644 (file)
@@ -1,8 +1,8 @@
-\version "1.7.6"
+\version "2.3.4"
 \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. 
@@ -15,7 +15,7 @@ are used then a different symbol is used.
 }
 
 
-\score { \notes {
+\score {  {
     \time 3/4 \key cis \major
     R2.*15
   
@@ -27,11 +27,11 @@ are used then a different symbol is used.
 \time 8/4 R1*2
 }
        \paper {
-       \translator {
-               \ScoreContext
+       \context {
+               \Score
                skipBars = ##t
        }
-       linewidth = -1. 
+       raggedright = ##t       
        }
 }
-%% new-chords-done %%
+