bug-lilypond
[Top][All Lists]
Advanced

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

Re: Make flared hairpins work with the circled-tip property


From: Simon Albrecht
Subject: Re: Make flared hairpins work with the circled-tip property
Date: Wed, 6 Apr 2016 21:47:37 +0200

Hi Trevor,

that’s a known deficiency:

<https://sourceforge.net/p/testlilyissues/issues/search/?q=flared+%26%26+niente>

Best,
Simon

On 06.04.2016 21:45, Trevor Bača wrote:
Hello,



Flared hairpins work:

### BEGIN ###

\version "2.19.39"

\new Staff {
     \override Hairpin.stencil = #flared-hairpin
     c'2 \<
     d'2
     e'1 \f
     }

### END ###



And circled-tip hairpins work, too:

### BEGIN ###

\version "2.19.39"

\new Staff {
     \override Hairpin.circled-tip = ##t
     c'2 \<
     d'2
     e'1 \f
     }

### END ###



But when the two are combined, the circled tip fails to appear:

### BEGIN ###

\version "2.19.39"

\new Staff {
     \override Hairpin.circled-tip = ##t
     \override Hairpin.stencil = #flared-hairpin
     c'2 \<
     d'2
     e'1 \f
     }

### END ###



(I imagine that what's going on is that the flared-hairpin stencil hasn't
yet been taught about the circled-tip property.)

It would be really lovely if these two features could work together; the
musical directive is quite useful: "crescendo dal niente to assume the
end-dynamic subito."


Trevor.





reply via email to

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