X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fmulti-measure-rest.ly;h=f0cb466ad87aa590aea4de4da8ef40159c1a51c2;hb=496bc64c29c483c26c144bff0a32aa82862a90d4;hp=ab6cb7eba3fb58b90ec9d0211033538add170466;hpb=955f829883aa125b2b633b1e71f6256da5b773fa;p=lilypond.git diff --git a/input/regression/multi-measure-rest.ly b/input/regression/multi-measure-rest.ly index ab6cb7eba3..f0cb466ad8 100644 --- a/input/regression/multi-measure-rest.ly +++ b/input/regression/multi-measure-rest.ly @@ -1,37 +1,33 @@ -\version "1.9.0" -\header{ +\version "2.12.0" -texidoc=" -Multiple measure rests do not collide with barlines and clefs. They +\header { + texidoc=" +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. " } +\layout { + \context { + \Score + skipBars = ##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 - -\time 8/4 R1*2 + R2.*7 + R2.*9 + R2.*11 + \clef bass + \time 8/4 R1*2 } - \paper { - \translator { - \ScoreContext - skipBars = ##t - } - raggedright = ##t - } -} -