X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fmulti-measure-rest.ly;h=e56edbf99a00005f2728bfd7007f128cb7fca6db;hb=d83ca9e6875bb2f5f9b0cbb0b63344302ee5941f;hp=52d6dafd98314c0d3080efa49f7bd29cc6267282;hpb=e63d8e146a993d7c3de271cf377191f7cf24775a;p=lilypond.git diff --git a/input/regression/multi-measure-rest.ly b/input/regression/multi-measure-rest.ly index 52d6dafd98..e56edbf99a 100644 --- a/input/regression/multi-measure-rest.ly +++ b/input/regression/multi-measure-rest.ly @@ -1,34 +1,37 @@ -\version "1.7.6" +\version "2.11.51" \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. +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. -Rests over measures during longer than 2 wholes use breve rests. " +} +\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.*27 -\time 8/4 R1*2 -} - \paper { - \translator { - \ScoreContext - skipBars = ##t - } - linewidth = -1. - } + R2.*7 + R2.*9 + R2.*11 + + \time 8/4 R1*2 } -%% new-chords-done %% + +