X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fnew%2Fchanging-form-of-multi--measure-rests.ly;h=2803fc58426467d8fa049d16c9efbd20b73be685;hb=c4664abbe99627b0af168fe6ded11dae7cee3f08;hp=53b7a276491fb8fb53425d6d70a77e98b1fa4cbe;hpb=9c47603e7fb705ee8bf1ef21177d2f9a6159abc2;p=lilypond.git diff --git a/input/new/changing-form-of-multi--measure-rests.ly b/input/new/changing-form-of-multi--measure-rests.ly index 53b7a27649..2803fc5842 100644 --- a/input/new/changing-form-of-multi--measure-rests.ly +++ b/input/new/changing-form-of-multi--measure-rests.ly @@ -1,19 +1,19 @@ -\version "2.11.42" -\layout { ragged-right= ##t } +\version "2.12.0" \header { - doctitle = "Changing form of multi-measure rests" lsrtags = "rhythms,tweaks-and-overrides" texidoc = " -If there are ten or fewer measures of rests, LilyPond prints -a series of longa and breve rests (called in German -\"Kirchenpausen\" - church rests) within the staff and -prints a simple line otherwise. This default number of ten -may be changed by an override: -"} +If there are ten or fewer measures of rests, a series of longa +and breve rests (called in German \"Kirchenpausen\" - church rests) +is printed within the staff; otherwise a simple line is shown. +This default number of ten may be changed by overriding the +@code{expand-limit} property: +" + doctitle = "Changing form of multi-measure rests" +} \relative c'' { \compressFullBarRests R1*2 | R1*5 | R1*9 - \override MultiMeasureRest #'expand-limit = 3 + \override MultiMeasureRest #'expand-limit = #3 R1*2 | R1*5 | R1*9 }