]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/multi-measure-rest.ly
release commit
[lilypond.git] / input / regression / multi-measure-rest.ly
index 52d6dafd98314c0d3080efa49f7bd29cc6267282..f2f48714af9ba513106b7ae6f01dae3c68be7e35 100644 (file)
@@ -1,16 +1,17 @@
-\version "1.7.6"
+\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. 
 
+Rests over measures during longer than 2 wholes use breve rests. When
+more than 10 or more measures (tunable through @code{expand-limit})
+are used then a different symbol is used.
 
-Rests over measures during longer than 2 wholes use breve rests.
 "
-
 }
 
 
@@ -20,15 +21,17 @@ Rests over measures during longer than 2 wholes use breve rests.
   
     R2.
     R2.*3
-    R2.*27
+    R2.*9
+    R2.*11
+
 \time 8/4 R1*2
 }
        \paper {
-       \translator {
+       \context {
                \ScoreContext
                skipBars = ##t
        }
-       linewidth = -1. 
+       raggedright = ##t       
        }
 }
-%% new-chords-done %%
+