From: Graham Percival Date: Sun, 23 Mar 2008 04:16:50 +0000 (-0700) Subject: Fix recently added snippets. (we no longer compile snippets in input/new/ X-Git-Tag: release/2.11.43-1~6^2~12 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=f4a72e157160278d7eb9277db0454e571895eaa1;p=lilypond.git Fix recently added snippets. (we no longer compile snippets in input/new/ directly, so I didn't notice these errors) --- diff --git a/input/new/changing-form-of-multi--measure-rests.ly b/input/new/changing-form-of-multi--measure-rests.ly index 37e904e70d..5dcdf9c422 100644 --- a/input/new/changing-form-of-multi--measure-rests.ly +++ b/input/new/changing-form-of-multi--measure-rests.ly @@ -11,10 +11,10 @@ prints a simple line otherwise. This default number of 10 may be changed by an override: "} -@lilypond[quote,ragged-right,fragment,verbatim] +\relative c'' { \compressFullBarRests R1*2 | R1*5 | R1*9 \override MultiMeasureRest #'expand-limit = 3 R1*2 | R1*5 | R1*9 -@end lilypond +} diff --git a/input/new/positioning-multi--measure-rests.ly b/input/new/positioning-multi--measure-rests.ly index 7d008f6780..56aeda5885 100644 --- a/input/new/positioning-multi--measure-rests.ly +++ b/input/new/positioning-multi--measure-rests.ly @@ -12,7 +12,7 @@ even-numbered voices are vertically separated. The positioning of multi-measure rests can be controlled as follows: "} -@lilypond[quote,ragged-right,fragment,verbatim,relative=2] +\relative c'' { % Multi-measure rests by default are set under the 2nd line R1 % They can be moved with an override @@ -37,5 +37,5 @@ R1 \revert MultiMeasureRest #'staff-position {R1*3} >> -@end lilypond +}