On 2023-04-06 1:39 pm, Dario Marrini wrote:
Hi lilypond people,
I'm trying to transcribe an orchestral part; this is a solo Oboe part;
there is a "cresc" ending in a "ff", but in the meanwhile there are
other dynamics signs (expression?); I don't know how to combine the
general crescendo with single dynamics expression signs; lilypond
warning me about a conflict, and it ignores the two 'decrescendo'
signs; how to do for nesting expression signs inside the longer and
general crescendo? I would get it keeping the score original signs.
the original
the lily output :
the code :
as'\(\! b\cresc\> g\! es\< g\! f\> es\! b\< es\! f2\) f-> f-> f->\ff
Probably the easiest option is to use markup for the "cresc." text:
%%%%
b\>_\markup \italic "cresc."
%%%%
-- Aaron Hill