Hi,
I'm trying to place symmetrical hairpins under a bar, but it turns out
that the left (crescendo) hairpin is longer than the right
(descrescendo) hairpin.
MWE:
\version "2.24.1"
\new Voice \relative <<
{ c'2 c2 }
{ s2\< s2\> <>\! }
>>
Tweaking with the lengths of the spacers turns out very difficult and
results in hairpins at unequal vertical positions:
\version "2.24.1"
\new Voice \relative <<
{ c'2 c2 }
{ s4...\< s32\! s2\> <>\! }
>>
And sometimes I need an absolute dynamic in front of the hairpins, in
which case the left hairpin becomes very small:
\version "2.24.1"
\new Voice \relative <<
{ c'2 c2 }
{ s4...\pp\< s32\! s2\> <>\! }
>>
Is there an (hopefully easy) way to give both hairpins equal size and
vertical alignment, regardless of the presence of an absolute dynamic in
front?
Regards,
Arjen