]> git.donarmstrong.com Git - lilypond.git/commitdiff
Run scripts/auxiliar/makelsr.py
authorDavid Kastrup <dak@gnu.org>
Sun, 8 Sep 2013 17:21:27 +0000 (19:21 +0200)
committerDavid Kastrup <dak@gnu.org>
Wed, 18 Sep 2013 09:33:10 +0000 (11:33 +0200)
Documentation/snippets/positioning-multi-measure-rests.ly

index 34c688c71b388786cf93f20c7e4c0f05b750512c..b32e5b9a51d364d303558b022a3aaa46d9801ecb 100644 (file)
@@ -4,8 +4,8 @@
 % and then run scripts/auxiliar/makelsr.py
 %
 % This file is in the public domain.
-%% Note: this file works from version 2.17.6
-\version "2.17.6"
+%% Note: this file works from version 2.17.18
+\version "2.17.18"
 
 \header {
   lsrtags = "rhythms, tweaks-and-overrides"
@@ -58,10 +58,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 }
   >>
 }