bug-lilypond
[Top][All Lists]
Advanced

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

Re: Hairpins not aligned/symmetrical


From: Jay Anderson
Subject: Re: Hairpins not aligned/symmetrical
Date: Mon, 21 Jul 2014 15:41:30 -0700

On Mon, Jul 21, 2014 at 1:39 PM, Janek Warchoł <address@hidden> wrote:
> 2014-07-21 22:15 GMT+02:00 Steven Weber <address@hidden>:
>> 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



reply via email to

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