X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;ds=inline;f=input%2Fregression%2Fmulti-measure-rest.ly;h=bf738c3af6737eb486a211296945737ed32164de;hb=b872748c6aa8bb721ced458691b38ac2fac5dfc8;hp=8108fccca06e43413877a713dd1e56aa04b4f6b3;hpb=34eb783cd6b1af2fd7cf2c573ec9dc7e9d16e7f7;p=lilypond.git diff --git a/input/regression/multi-measure-rest.ly b/input/regression/multi-measure-rest.ly index 8108fccca0..bf738c3af6 100644 --- a/input/regression/multi-measure-rest.ly +++ b/input/regression/multi-measure-rest.ly @@ -1,37 +1,33 @@ -\version "2.6.0" -\header{ +\version "2.16.0" -texidoc=" -Multi-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 { { - \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 } - \layout { - \context { - \Score - skipBars = ##t - } - raggedright = ##t - } -} -