On Mon, Jul 21, 2014 at 1:39 PM, Janek Warchoł <[email protected]> wrote:
> 2014-07-21 22:15 GMT+02:00 Steven Weber <[email protected]>:
>> Try:
>>
>> \relative c' {
>> f8.\< d16 g4.\> f8\!
>> }
>
> Nevertheless, what Aliosha says is a valid feature request (it's not
> always desirable to have decrescendo right after crescendo, but they
> should still align). I'd say this is related to
> https://code.google.com/p/lilypond/issues/detail?id=2459
This is the closest I've got (it should also work in 2.18 though I
haven't tested it):
\version "2.19.8"
invisibleCresc = #(make-music 'CrescendoEvent 'span-direction START
'span-type 'text 'span-text "" 'tweaks '((dash-period . -1)))
\relative c' {
f8.\< d16\invisibleCresc g4.\> f8\!
}
The hairpins align vertically, but it unfortunately causes the first
hairpin to end early. I'm sure there are a few more tweaks to make it
work.
-----Jay
_______________________________________________
bug-lilypond mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/bug-lilypond