]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/positioning-multi-measure-rests.ly
Doc build: use separate argument for extension and new Example macro.
[lilypond.git] / Documentation / snippets / positioning-multi-measure-rests.ly
index d544a4c20820472b3d11df50e0ac4dd7906a588c..5ba510940883302745d1a4cb461ed30562705e0c 100644 (file)
@@ -1,6 +1,7 @@
-%% Do not edit this file; it is auto-generated from LSR http://lsr.dsi.unimi.it
+%% Do not edit this file; it is automatically
+%% generated from LSR http://lsr.dsi.unimi.it
 %% This file is in the public domain.
-\version "2.13.1"
+\version "2.13.4"
 
 \header {
   lsrtags = "rhythms, tweaks-and-overrides"
@@ -47,14 +48,15 @@ staff position of a multi-measure rest symbol of either form by
 attaching it to a note.  However, in polyphonic music multi-measure
 rests in odd-numbered and even-numbered voices are vertically
 separated. The positioning of multi-measure rests can be controlled as
-follows: 
+follows:
 
 "
   doctitle = "Positioning multi-measure rests"
 } % begin verbatim
 
 \relative c'' {
-  % Multi-measure rests by default are set under the second line
+  % MMR - Multi-Measure Rest
+  % MMRs by default are set under the fourth line
   R1
   % They can be moved with an override
   \override MultiMeasureRest #'staff-position = #-2
@@ -63,9 +65,9 @@ follows:
   % the following trick moves the rest to the center line
   \override MultiMeasureRest #'staff-position = #-0.01
   R1
-  % Multi-measure rests in odd-numbered voices are under the top line
+  % MMRs in odd-numbered voices are under the top line
   << { R1 } \\ { a1 } >>
-  % Multi-measure rests in even-numbered voices are under the bottom line
+  % MMRs in even-numbered voices are under the bottom line
   << { c1 } \\ { R1 } >>
   % They remain separated even in empty measures
   << { R1 } \\ { R1 } >>