X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fmulti-measure-rest.ly;h=2afd03cb11b379458a64df7edcfc743e8409b34d;hb=15d041c0380c6bc421762e031854b450b412ecf0;hp=24fecfee73619ed5a374ede5ee64ba4535b3ebf0;hpb=677031b7d5fd1806ca5d72bb6cbc37b3aacd5071;p=lilypond.git diff --git a/input/regression/multi-measure-rest.ly b/input/regression/multi-measure-rest.ly index 24fecfee73..2afd03cb11 100644 --- a/input/regression/multi-measure-rest.ly +++ b/input/regression/multi-measure-rest.ly @@ -1,7 +1,7 @@ -\version "2.3.2" +\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 { \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. + R2.*3 + R2.*9 + R2.*11 -\time 8/4 R1*2 + \time 8/4 R1*2 } - \paper { - \context { - \Score - skipBars = ##t - } - raggedright = ##t - } +\layout { + \context { + \Score + skipBars = ##t + } + raggedright = ##t } +