Thanks very much, works fine now :-)
Alex.
Jan Nieuwenhuizen wrote:
Alexandre Beneteau <[EMAIL PROTECTED]> writes:
You found a bug, try this patch. (Font selection doesn't work yet).
Jan.
--- spanners-init.ly.~1.13.~ 2002-11-18 01:09:27.000000000 +0100
+++ spanners-init.ly 2003-02-19 18:04:37.000000000 +0100
@@ -18,7 +18,7 @@ stopTextSpan = #(make-span-event 'TextSp
cresc = \notes {
#(ly:export (make-event-chord (list cr)))
- \property Voice.crescendoText = #'((font-shape . italic) "cresc.")
+ \property Voice.crescendoText = \markup { \italic "cresc." }
\property Voice.crescendoSpanner = #'dashed-line
}
@@ -33,7 +33,7 @@ endcresc = \notes {
dim = \notes {
#(ly:export (make-event-chord (list decr)))
- \property Voice.decrescendoText = #"dim."
+ \property Voice.decrescendoText = \markup { \italic "dim." }
\property Voice.decrescendoSpanner = #'dashed-line
}
_______________________________________________
Lilypond-user mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/lilypond-user