]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/new/positioning-multi--measure-rests.ly
Merge commit 'origin' into beamlets2
[lilypond.git] / input / new / positioning-multi--measure-rests.ly
index 54d8a858a7eff9e5ab8c39d62181159318ef135e..235b8baad1f6cfc986f92495a6961739328571bc 100644 (file)
@@ -1,16 +1,16 @@
-\version "2.11.42"
-\layout { ragged-right = ##t }
+\version "2.12.0"
 \header {
-  doctitle = "Positioning multi-measure rests"
   lsrtags = "rhythms,tweaks-and-overrides"
   texidoc = "
 Unlike ordinary rests, there is no predefined command
-to change the vertical position on the staff of a multi-measure
+to change the 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:
- "}
+ "
+  doctitle = "Positioning multi-measure rests"
+}
 
 \relative c'' {
   % Multi-measure rests by default are set under the second line
@@ -26,7 +26,7 @@ of multi-measure rests can be controlled as follows:
   << { R1 } \\ { a1 } >>
   % Multi-measure rests in even-numbered voices are under the bottom line
   << { c1 } \\ { R1 } >>
-  % They remain separated even in empty bars
+  % They remain separated even in empty measures
   << { R1 } \\ { R1 } >>
   % This brings them together even though there are two voices
   \compressFullBarRests