From: gpercival <gpercival>
Date: Tue, 23 Aug 2005 03:27:00 +0000 (+0000)
Subject: Clarify what object handles multimeasure rest text.
X-Git-Tag: release/2.7.16^2~239
X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=f2274e5e590f43ad981297a913b7479084e28583;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  <hanwen@xs4all.nl>
 
 	* 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.,