]> git.donarmstrong.com Git - lilypond.git/commitdiff
Issue 3541: Fix snippet positioning-multi-measure-rests.ly
authorDavid Kastrup <dak@gnu.org>
Sun, 8 Sep 2013 17:06:10 +0000 (19:06 +0200)
committerDavid Kastrup <dak@gnu.org>
Wed, 18 Sep 2013 09:33:10 +0000 (11:33 +0200)
It stopped working when issue 3307 was resolved.

Documentation/snippets/new/positioning-multi-measure-rests.ly

index 5999b2d1eb2d2b0a95e9b0bcee85a29bdcf8e3d6..e908ef14cd5a9c6de19907e53d3b05370e88ab39 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.17.6"
+\version "2.17.18"
 
 \header {
   lsrtags = "rhythms, tweaks-and-overrides"
@@ -50,10 +50,10 @@ follows:
   % in all voices to avoid multiple instances being printed
   \compressFullBarRests
   <<
-   \revert MultiMeasureRest.staff-position
+   \revert MultiMeasureRest.direction
     { R1*3 }
     \\
-   \revert MultiMeasureRest.staff-position
+   \revert MultiMeasureRest.direction
     { R1*3 }
   >>
 }