]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/multi-measure-rest.ly
Merge commit 'origin' into beamlets2
[lilypond.git] / input / regression / multi-measure-rest.ly
index d5db5df243bc2532e9f1a9014a6c7b4a89dc00e3..7edfd5939e1bfb132a0578eecbdf632ae143f139 100644 (file)
@@ -1,7 +1,7 @@
-\version "2.3.16"
+\version "2.12.0"
 \header{
 
-texidoc="
+  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
@@ -14,24 +14,24 @@ are used then a different symbol is used.
 "
 }
 
+\layout {
+  \context {
+    \Score
+    skipBars = ##t
+  }
+  ragged-right = ##t   
+}
+
 
-\score {  {
-    \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 {
-       \context {
-               \Score
-               skipBars = ##t
-       }
-       raggedright = ##t       
-       }
+  \time 8/4 R1*2
 }
 
+