]> git.donarmstrong.com Git - lilypond.git/commitdiff
Fix recently added snippets. (we no longer compile snippets in input/new/
authorGraham Percival <graham@percival-music.ca>
Sun, 23 Mar 2008 04:16:50 +0000 (21:16 -0700)
committerGraham Percival <graham@percival-music.ca>
Sun, 23 Mar 2008 04:16:50 +0000 (21:16 -0700)
directly, so I didn't notice these errors)

input/new/changing-form-of-multi--measure-rests.ly
input/new/positioning-multi--measure-rests.ly

index 37e904e70d5a262cfd1c7bd5dca6d128cc434448..5dcdf9c422b62a042bf120652a22c33fd69ebb45 100644 (file)
@@ -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
+}
 
index 7d008f678068cd1fbe6684f86f4fe569ffd385f7..56aeda5885598176d6d5a785a868ee2284bda5df 100644 (file)
@@ -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
+}