]> git.donarmstrong.com Git - lilypond.git/commitdiff
Clarifies that multi-measure rests can be used for a single bar.
authorGraham Percival <graham@percival-music.ca>
Tue, 9 Aug 2005 08:47:47 +0000 (08:47 +0000)
committerGraham Percival <graham@percival-music.ca>
Tue, 9 Aug 2005 08:47:47 +0000 (08:47 +0000)
ChangeLog
Documentation/user/advanced-notation.itely
Documentation/user/basic-notation.itely

index a294feab9c9dd8d17936fc30aa97b90c0242e2c4..0a805ea6499200bff17c00c0ba88d370d5afd152 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -6,7 +6,8 @@
        \justify and \wordwrap, add "upright is the opposite of italic".
 
        * Documentation/user/advanced-notation.itely: shaped->shape,
-       add (cons (markup "foo")) type of example to text markup.
+       add (cons (markup "foo")) type of example to text markup,
+       reword multi-measure rests section.
 
        * lily/note-heads-engraver.cc: changed Shaped->Shape in a
        comment.  No actual code was touched.
@@ -19,6 +20,9 @@
        * Documentation/user/global.itely: document \score{\header{}}
        behavior.
 
+       * Documentation/user/basic-notation.itely: reword multi-measure
+       rest discussion in Rests.
+
 2005-08-08  Mats Bengtsson  <mabe@drongo.s3.kth.se>
 
        * Documentation/user/programming-interface.itely (Markup
index 70c713ac0987b938b10d528ee8d6eacd6660ff62..e825a961aa1846fa7405e3da1a55c3a5f4ce2ea9 100644 (file)
@@ -556,13 +556,15 @@ individual parts.
 @subsection Multi measure rests
 
 @cindex multi measure rests
+@cindex full measure rests
 @cindex Rests, multi measure
+@cindex Rests, full measure
 @cindex whole rests for a full measure
 @cindex @code{R}
 
-Multi-measure rests are entered using `@code{R}'.  It is specifically
-meant for full bar rests and for entering parts: the rest can expand
-to fill a score with rests, or it can be printed as a single
+Rests for one full measure (or many bars) are entered using `@code{R}'.  It
+is specifically meant for full bar rests and for entering parts: the rest
+can expand to fill a score with rests, or it can be printed as a single
 multi-measure rest.  This expansion is controlled by the property
 @code{Score.skipBars}.  If this is set to true, empty measures will not
 be expanded, and the appropriate number is added automatically
index 1f74a802505821222e5eca3a1cdd71b49029c3ba..89a11742b69777bcfae16c64fa0e6ca1337323be 100644 (file)
@@ -231,7 +231,8 @@ r1 r2 r4 r8
 @end lilypond
 
 Whole bar rests, centered in middle of the bar,
-must be done with multi-measure rests.  They are discussed in
+must be done with multi-measure rests.  They can be used for a
+single bar as well as many bars, and are discussed in
 @ref{Multi measure rests}.