]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/multi-measure-rest.ly
Imported Upstream version 2.14.2
[lilypond.git] / input / regression / multi-measure-rest.ly
index 7edfd5939e1bfb132a0578eecbdf632ae143f139..d3a31db9e95f8e63d8b6ce785e81304d4bf41d08 100644 (file)
@@ -1,16 +1,15 @@
-\version "2.12.0"
-\header{
+\version "2.14.0"
 
+\header {
   texidoc="
-Multi-measure rests do not collide with barlines and clefs.  They
+Multi-measure rests do not collide with bar lines 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.
+multi-measure-rest is a Spanner, minimum distances are set to stop it
+colliding with bar lines.
 
+Rests over measures lasting longer than 2 wholes use breve rests.  When
+more than 10 measures (tunable through @code{expand-limit}) are used
+then a different symbol is used.
 "
 }
 
@@ -19,19 +18,16 @@ are used then a different symbol is used.
     \Score
     skipBars = ##t
   }
-  ragged-right = ##t   
 }
 
-
 {
-  \time 3/4 \key cis \major
+  \time 3/4
+  \key cis \major
   R2.*15
   
   R2.*7
   R2.*9
   R2.*11
-
+  \clef bass
   \time 8/4 R1*2
 }
-
-