]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/new/positioning-multi--measure-rests.ly
Fix recently added snippets. (we no longer compile snippets in input/new/
[lilypond.git] / input / new / positioning-multi--measure-rests.ly
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
+}