]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/multi-measure-rest.ly
Merge branch 'master' into dev/texi2html
[lilypond.git] / input / regression / multi-measure-rest.ly
index 7b2332191ed9f1225883da7ae84bb905edf75e94..e56edbf99a00005f2728bfd7007f128cb7fca6db 100644 (file)
@@ -1,8 +1,8 @@
-\version "2.1.7"
+\version "2.11.51"
 \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. 
@@ -14,24 +14,24 @@ 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
+{
+  \time 3/4 \key cis \major
+  R2.*15
   
-    R2.
-    R2.*3
-    R2.*9
-    R2.*11
+  R2.*7
+  R2.*9
+  R2.*11
 
-\time 8/4 R1*2
-}
-       \paper {
-       \translator {
-               \ScoreContext
-               skipBars = ##t
-       }
-       raggedright = ##t       
-       }
+  \time 8/4 R1*2
 }
 
+