lilypond-devel
[Top][All Lists]
Advanced

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

\cresc applies to the next note!


From: Frédéric Bron
Subject: \cresc applies to the next note!
Date: Sun, 22 Feb 2009 06:44:31 +0100

I am working on the (de)crescendo commands and there is something I
cannot do (I tried to understand scheme but could not).
\cresc is defined like this in 2.12.2 (ly/spanners-init.ly):

cresc = {   #(ly:export (make-event-chord (list cr)))   \once \set
crescendoText = \markup { \italic "cresc." }   \once \set
crescendoSpanner = #'text }

This is quite strange as

{ c\cresc d e f\! } % makes crescendo start on d

while

{ c\! d e f\! } % makes crescendo start on c

Is there a possibility to make \cresc form start on the previous note
and not on the next note?

Regards,

Frédéric Bron




reply via email to

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