X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fmulti-measure-rest.ly;h=5fb534401811eca66b36fa032e84127b339accc2;hb=804385793dcad0400e6b7ccfe006fece27e5feac;hp=18d3bf8b9cecce9d6b900e95176579d2fae420ca;hpb=11613b92019bb42418863f43de92287a64878f14;p=lilypond.git diff --git a/input/regression/multi-measure-rest.ly b/input/regression/multi-measure-rest.ly index 18d3bf8b9c..5fb5344018 100644 --- a/input/regression/multi-measure-rest.ly +++ b/input/regression/multi-measure-rest.ly @@ -1,8 +1,8 @@ -\version "1.9.2" +\version "2.10.0" \header{ -texidoc=" -Multiple measure rests do not collide with barlines and clefs. They + 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 colliding from barlines. @@ -14,24 +14,25 @@ are used then a different symbol is used. " } +\layout { + \context { + \Score + skipBars = ##t + } + ragged-right = ##t +} + -\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 -} - \paper { - \translator { - \ScoreContext - skipBars = ##t - } - raggedright = ##t - } + \time 8/4 R1*2 } +