]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/multi-measure-rest.ly
Split WWW target in two stages WWW-1 and WWW-2
[lilypond.git] / input / regression / multi-measure-rest.ly
index 1392a639a51f9e40de5b3c70f7a782b5a814e740..8ea6f3155c34bd9d8324a23cefb85a343b206a98 100644 (file)
@@ -1,22 +1,37 @@
+\version "2.10.0"
 \header{
 
-texidoc="
-Multiple measure rests do not collide with barlines and clefs.  They
+  texidoc="
+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.
+
 "
+}
 
+\layout {
+  \context {
+    \Score
+    skipBars = ##t
+  }
+  ragged-right = ##t   
 }
 
 
-\score { \notes { \time 3/4 \key cis \major
-           R2.*15 R2. R2.*7 }
-       \paper {
-       \translator {
-               \ScoreContext
-               skipBars = ##t
-       }
-       linewidth = -1. 
-       }
+{
+  \time 3/4 \key cis \major
+  R2.*15
+  
+  R2.*7
+  R2.*9
+  R2.*11
+
+  \time 8/4 R1*2
 }
+
+