From: Mats Bengtsson Date: Mon, 11 Oct 2004 08:52:10 +0000 (+0000) Subject: * Documentation/user/notation.itely (Multi measure rests): Update X-Git-Tag: release/2.3.23~42 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=c353f8a131b6b262a410b2076a8242fcc9109c6c;p=lilypond.git * Documentation/user/notation.itely (Multi measure rests): Update the docs corresponding to the implementation change from 2004-10-08. --- diff --git a/ChangeLog b/ChangeLog index 9e3f5c3fff..5da896a877 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2004-10-11 Mats Bengtsson + + * 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 * VERSION (MY_PATCH_LEVEL): release 2.3.22 diff --git a/Documentation/user/notation.itely b/Documentation/user/notation.itely index 6c1bc332a3..fade972c13 100644 --- a/Documentation/user/notation.itely +++ b/Documentation/user/notation.itely @@ -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