CVSROOT:        /cvsroot/lilypond
Module name:    lilypond
Branch:         
Changes by:     Graham Percival <[EMAIL PROTECTED]>     05/08/23 03:27:00

Modified files:
        .              : ChangeLog 
        Documentation/user: advanced-notation.itely 

Log message:
        Clarify what object handles multimeasure rest text.

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/lilypond/ChangeLog.diff?tr1=1.4068&tr2=1.4069&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/lilypond/Documentation/user/advanced-notation.itely.diff?tr1=1.52&tr2=1.53&r1=text&r2=text

Patches:
Index: lilypond/ChangeLog
diff -u lilypond/ChangeLog:1.4068 lilypond/ChangeLog:1.4069
--- lilypond/ChangeLog:1.4068   Tue Aug 23 03:04:08 2005
+++ lilypond/ChangeLog  Tue Aug 23 03:27:00 2005
@@ -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  <[EMAIL PROTECTED]>
 
        * VERSION (PATCH_LEVEL): release 2.7.7
Index: lilypond/Documentation/user/advanced-notation.itely
diff -u lilypond/Documentation/user/advanced-notation.itely:1.52 
lilypond/Documentation/user/advanced-notation.itely:1.53
--- lilypond/Documentation/user/advanced-notation.itely:1.52    Mon Aug 22 
00:58:00 2005
+++ lilypond/Documentation/user/advanced-notation.itely Tue Aug 23 03:27:00 2005
@@ -622,6 +622,16 @@
 R2.^\fermataMarkup
 @end lilypond
 
+Warning!  This text is created by @code{MultiMeasureRestText}, not
[EMAIL PROTECTED]
+
[EMAIL PROTECTED],raggedright,verbatim,fragment]
+\override TextScript #'padding = #5
+R1^"low"
+\override MultiMeasureRestText #'padding = #5
+R1^"high"
[EMAIL PROTECTED] 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.,
 


_______________________________________________
Lilypond-cvs mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/lilypond-cvs

Reply via email to