lilypond-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

text spanners syntax on manual, update request


From: José Luis Cruz
Subject: text spanners syntax on manual, update request
Date: Wed, 21 Mar 2007 19:40:42 +0100

Hi Graham,

It's necessary to change 2 lines on manual section 8.1.3 "Text
spanners" from the lilypond code paragraph.

========== START

    c1
    \textSpannerDown
-     \override TextSpanner #'edge-text = #'("rall " . "")
+    \override TextSpanner #'bound-details #'left #'text = \markup {
\upright "rall" }
    c2\startTextSpan b c\stopTextSpan a
    \break
    \textSpannerUp
-     \override TextSpanner #'edge-text = #(cons (markup #:italic "rit" ) "")
+    \override TextSpanner #'bound-details #'left #'text = \markup {
\italic "rit" }
    c2\startTextSpan b c\stopTextSpan a

============== END

(I'm using a semi-patch syntax here, where the "-" sign means removal
of the line and "+" to include the line. If there is another way you
prefer for reporting this things, please tell)


cheers,




reply via email to

[Prev in Thread] Current Thread [Next in Thread]