]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/multi-measure-rest-markup.ly
Issue 3687 (part 3) Update snippets to use \compressMMRests
[lilypond.git] / Documentation / snippets / multi-measure-rest-markup.ly
index e1d8deea448609d05f32a9d972cf88bb636048a0..d7958d004afc29da4fa952820aba38c46a1f539c 100644 (file)
@@ -1,10 +1,10 @@
 %% DO NOT EDIT this file manually; it is automatically
-%% generated from LSR http://lsr.dsi.unimi.it
+%% generated from LSR http://lsr.di.unimi.it
 %% Make any changes in LSR itself, or in Documentation/snippets/new/ ,
 %% and then run scripts/auxiliar/makelsr.py
 %%
 %% This file is in the public domain.
-\version "2.16.0"
+\version "2.19.20"
 
 \header {
   lsrtags = "rhythms, text"
@@ -26,13 +26,14 @@ appear to be centered.
 } % begin verbatim
 
 \relative c' {
-  \compressFullBarRests
-  \textLengthOn
-  <>^\markup { [MAJOR GENERAL] }
-  R1*19
-  <>_\markup { \italic { Cue: ... it is yours } }
-  <>^\markup { A }
-  R1*30^\markup { [MABEL] }
-  \textLengthOff
-  c4^\markup { CHORUS } d f c
+  \compressMMRests {
+    \textLengthOn
+    <>^\markup { [MAJOR GENERAL] }
+    R1*19
+    <>_\markup { \italic { Cue: ... it is yours } }
+    <>^\markup { A }
+    R1*30^\markup { [MABEL] }
+    \textLengthOff
+    c4^\markup { CHORUS } d f c
+  }
 }