lilypond-user
[Top][All Lists]
Advanced

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

Re: Lilypond 1.7.12 : \cresc broken ???


From: Jan Nieuwenhuizen
Subject: Re: Lilypond 1.7.12 : \cresc broken ???
Date: 19 Feb 2003 18:22:44 +0100
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2

Alexandre Beneteau <address@hidden> 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
 }
 

-- 
Jan Nieuwenhuizen <address@hidden> | GNU LilyPond - The music typesetter
http://www.xs4all.nl/~jantien       | http://www.lilypond.org





reply via email to

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