lilypond-user
[Top][All Lists]
Advanced

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

Re: Dynamics placement in partCombine


From: Paul Hodges
Subject: Re: Dynamics placement in partCombine
Date: Fri, 13 Oct 2023 12:51:22 +0100

I presume that partCombine overrides the dynamic placement so that dynamics for the two parts are placed above and below, which seems a reasonable approach when the parts are more distinct than in the given example.  Using ^ to override it in this case seems a tolerable alternative.

Paul


From: Michael Gerdau <mgd@qata.de>
To: lilypond-user <lilypond-user@gnu.org>
Sent: 13/10/2023 11:30
Subject: Dynamics placement in partCombine

Hi list,

the following code places the 2nd \p under the music but I'd like it
above. I know I could explicitly add a placement (like ^\p) but wonder
why \dynamicUp doesn't do its job.

- snip - snip - snip - snip - snip - snip - snip -
\version "2.25.9"

musa = { \dynamicUp c'4\p \repeat unfold 3 { c' } c'4\p \repeat unfold 3
{ c' } }
musb = { \dynamicUp s1 c'4\p \repeat unfold 3 { c' } }
\score {
  \partCombine \musa \musb
}
- snip - snip - snip - snip - snip - snip - snip -

Kind regards,
Michael
--
 Michael Gerdau       email: mgd@qata.de
 GPG-keys available on request or at public keyserver

reply via email to

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