From a7c0532af96b2cce7143bc2fdc1a47afbad24f43 Mon Sep 17 00:00:00 2001 From: matsb Date: Mon, 11 Oct 2004 08:52:10 +0000 Subject: [PATCH] * Documentation/user/notation.itely (Multi measure rests): Update the docs corresponding to the implementation change from 2004-10-08. --- ChangeLog | 5 +++++ Documentation/user/notation.itely | 7 +++---- 2 files changed, 8 insertions(+), 4 deletions(-) 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 -- 2.39.5