[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Make flared hairpins work with the circled-tip property
From: |
Trevor Bača |
Subject: |
Make flared hairpins work with the circled-tip property |
Date: |
Wed, 6 Apr 2016 14:45:00 -0500 |
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.
--
Trevor Bača
www.trevorbaca.com
soundcloud.com/trevorbaca
- Make flared hairpins work with the circled-tip property,
Trevor Bača <=