]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/positioning-multi-measure-rests.ly
Include `freetype.hh' where appropriate.
[lilypond.git] / 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 }
   >>
 }