]> git.donarmstrong.com Git - lilypond.git/commitdiff
Clarify what object handles multimeasure rest text.
authorGraham Percival <graham@percival-music.ca>
Tue, 23 Aug 2005 03:27:00 +0000 (03:27 +0000)
committerGraham Percival <graham@percival-music.ca>
Tue, 23 Aug 2005 03:27:00 +0000 (03:27 +0000)
ChangeLog
Documentation/user/advanced-notation.itely

index d3f75de970d2dcf1d4a9f025b1c7b79cbd55a52c..0ab30acddd51a78ce13b0b3703cd3e0b74bbe2c0 100644 (file)
--- 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
index 60f9a3beaeb27508fb6f25f97f114f9debd11f81..cc588bbc3fcabc87f5b122015e2713c765d4ad8e 100644 (file)
@@ -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.,