lilypond-user
[Top][All Lists]
Advanced

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

Re: What to do when \> and \< produce text


From: Valentin Villenave
Subject: Re: What to do when \> and \< produce text
Date: Wed, 29 Oct 2008 10:22:10 +0100

2008/10/29 Brett Duncan <address@hidden>:

> I couldn't find \cresc in the Notation Reference, but it does appear in the
> Internals Reference, where it is listed simply as an alternative notation
> for \<. From George's file, it appears to not only generate a text crescendo
> but also switch the display of crescendos to text mode until explicitly
> changed back to hairpin - is this the intended behaviour?

Use the Source, Luke...

ly/spanners-init.ly, line 21:

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

I don't know why George used \cresc in the first place though.

Cheers,
Valentin




reply via email to

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