]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/positioning-multi-measure-rests.ly
Merge branch 'master' into translation
[lilypond.git] / Documentation / snippets / positioning-multi-measure-rests.ly
index 34c688c71b388786cf93f20c7e4c0f05b750512c..f990182ce06940aed0cece301b8d4764a8767600 100644 (file)
@@ -4,8 +4,9 @@
 % 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.19.20
+
+\version "2.19.20"
 
 \header {
   lsrtags = "rhythms, tweaks-and-overrides"
@@ -56,12 +57,12 @@ follows:
 
   % Using compressed bars in multiple voices requires another override
   % in all voices to avoid multiple instances being printed
-  \compressFullBarRests
+  \compressMMRests
   <<
-   \revert MultiMeasureRest.staff-position
+   \revert MultiMeasureRest.direction
     { R1*3 }
     \\
-   \revert MultiMeasureRest.staff-position
+   \revert MultiMeasureRest.direction
     { R1*3 }
   >>
 }