]> git.donarmstrong.com Git - lilypond.git/commitdiff
* Documentation/user/notation.itely (Multi measure rests): Update
authorMats Bengtsson <mats.bengtsson@s3.kth.se>
Mon, 11 Oct 2004 08:52:10 +0000 (08:52 +0000)
committerMats Bengtsson <mats.bengtsson@s3.kth.se>
Mon, 11 Oct 2004 08:52:10 +0000 (08:52 +0000)
the docs corresponding to the implementation change from 2004-10-08.

ChangeLog
Documentation/user/notation.itely

index 9e3f5c3fffd530a26dcfff3225a87603f861e5a7..5da896a8778fa6b48b0e198956ea08f7df20ef98 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2004-10-11  Mats Bengtsson  <mabe@drongo.s3.kth.se>
+
+       * Documentation/user/notation.itely (Multi measure rests): Update
+       the docs corresponding to the implementation change from 2004-10-08.
+
 2004-10-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
 
        * VERSION (MY_PATCH_LEVEL): release 2.3.22
index 6c1bc332a34488cc35b622bb09f365dbb7028537..fade972c13a72be756281174a84a3d5d455ad74b 100644 (file)
@@ -5219,16 +5219,15 @@ rest, use @code{MultiMeasureRest.expand-limit}.
 @cindex fermata on multi-measure rest
 
 Texts can be added to multi-measure rests by using the
-@var{note}-@code{markup} syntax (see @ref{Text markup}).  In this case, the number is
-replaced.  If you need both texts and the number, you must add the
-number by hand.  A variable (@code{\fermataMarkup}) is provided for
+@var{note}-@code{markup} syntax (see @ref{Text markup}).  
+A variable (@code{\fermataMarkup}) is provided for
 adding fermatas
 
 
 @lilypond[quote,raggedright,verbatim,fragment]
   \set Score.skipBars = ##t
   \time 3/4
-  R2.*10^\markup { \number 10 }_\markup { "Ad lib" }
+  R2.*10^\markup { "Ad lib" }
   R2.^\fermataMarkup
 @end lilypond