]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/multi-measure-rest.ly
*** empty log message ***
[lilypond.git] / input / regression / multi-measure-rest.ly
index 8108fccca06e43413877a713dd1e56aa04b4f6b3..2afd03cb11b379458a64df7edcfc743e8409b34d 100644 (file)
@@ -1,7 +1,7 @@
 \version "2.6.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
@@ -15,23 +15,23 @@ are used then a different symbol is used.
 }
 
 
-\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.
+  R2.*3
+  R2.*9
+  R2.*11
 
-\time 8/4 R1*2
+  \time 8/4 R1*2
 }
-       \layout {
-       \context {
-               \Score
-               skipBars = ##t
-       }
-       raggedright = ##t       
-       }
+\layout {
+  \context {
+    \Score
+    skipBars = ##t
+  }
+  raggedright = ##t    
 }
 
+