From: Graham Percival Date: Tue, 23 Aug 2005 03:27:00 +0000 (+0000) Subject: Clarify what object handles multimeasure rest text. X-Git-Tag: release/2.7.8~39 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=7e135a2ad3fbb9ec40945c2532a642a93b51a16a;p=lilypond.git Clarify what object handles multimeasure rest text. --- diff --git a/ChangeLog b/ChangeLog index d3f75de970..0ab30acddd 100644 --- a/ChangeLog +++ b/ChangeLog @@ -2,6 +2,11 @@ * {various} : change #up->#UP and #down->#DOWN. + * ly/titling-init.ly: Spacing fix when using printallheaders=##t. + + * Documentation/user/advanced-notation.itely: clarify + what objects handles text on a multimeasure rest. + 2005-08-23 Han-Wen Nienhuys * VERSION (PATCH_LEVEL): release 2.7.7 diff --git a/Documentation/user/advanced-notation.itely b/Documentation/user/advanced-notation.itely index 60f9a3beae..cc588bbc3f 100644 --- a/Documentation/user/advanced-notation.itely +++ b/Documentation/user/advanced-notation.itely @@ -622,6 +622,16 @@ R2.*10^\markup { \italic "ad lib." } R2.^\fermataMarkup @end lilypond +Warning! This text is created by @code{MultiMeasureRestText}, not +@code{TextScript}. + +@lilypond[quote,raggedright,verbatim,fragment] +\override TextScript #'padding = #5 +R1^"low" +\override MultiMeasureRestText #'padding = #5 +R1^"high" +@end lilypond + If you want to have text on the left end of a multi-measure rest, attach the text to a zero-length skip note, i.e.,