]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/multi-measure-rest.ly
* input/regression/markup-syntax.ly: remove \score.
[lilypond.git] / input / regression / multi-measure-rest.ly
index bbd16b65bbe136a494d8d564000f597c903f8125..ae612959468020a64c496f8feeb49dae93d0def2 100644 (file)
@@ -1,8 +1,8 @@
-\version "2.1.23"
+\version "2.4.0"
 \header{
 
 texidoc="
-Multiple measure rests do not collide with barlines and clefs.  They
+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. 
@@ -15,7 +15,7 @@ are used then a different symbol is used.
 }
 
 
-\score { \notes {
+\score {  {
     \time 3/4 \key cis \major
     R2.*15
   
@@ -26,9 +26,9 @@ are used then a different symbol is used.
 
 \time 8/4 R1*2
 }
-       \paper {
-       \translator {
-               \ScoreContext
+       \layout {
+       \context {
+               \Score
                skipBars = ##t
        }
        raggedright = ##t