]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/multi-measure-rest-markup.ly
Imported Upstream version 2.19.45
[lilypond.git] / Documentation / snippets / multi-measure-rest-markup.ly
index e1d8deea448609d05f32a9d972cf88bb636048a0..6ee5046d9e19eb5e98e4f3d6fe3101b3e0e6b2a3 100644 (file)
@@ -1,10 +1,12 @@
-%% DO NOT EDIT this file manually; it is automatically
-%% generated from LSR http://lsr.dsi.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"
+% DO NOT EDIT this file manually; it is automatically
+% generated from Documentation/snippets/new
+% Make any changes in Documentation/snippets/new/
+% and then run scripts/auxiliar/makelsr.py
+%
+% This file is in the public domain.
+%% Note: this file works from version 2.19.20
+
+\version "2.19.20"
 
 \header {
   lsrtags = "rhythms, text"
@@ -25,14 +27,16 @@ appear to be centered.
   doctitle = "Multi-measure rest markup"
 } % 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
+  }
 }