lilypond-user
[Top][All Lists]
Advanced

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

Re: conflict in dymanics signs


From: Aaron Hill
Subject: Re: conflict in dymanics signs
Date: Thu, 06 Apr 2023 14:22:00 -0700

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



reply via email to

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