lilypond-user
[Top][All Lists]
Advanced

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

Re: Dynamics, spacers, and partcombine used at once.


From: Dominic
Subject: Re: Dynamics, spacers, and partcombine used at once.
Date: Wed, 14 Aug 2013 22:35:34 -0700 (PDT)

Thanks Keith - this works brilliantly. Occasionally the part combiner will duplicate dynamics even though they are identical, so once in a while I have to force a 'partcombineChords' or 'partcombineUnisono' as necessary, but this is a small price to pay. Thanks again.

On 15 Aug 2013, at 06:11, Keith OHara [via Lilypond] <[hidden email]> wrote:

Dominic <dominicirving <at> gmail.com> writes:

> My goal is to produce an orchestral score which both
> - uses *\partcombine*
> - has dynamics separately defined

To make this go smoothly, you will probably need to keep in mind how
\partcombine works. \partcombine takes two music expressions and routes
each note into one of four Voices (depending on whether the players are
in unison, making chords, or soloI or soloII) and the system is a bit
fragile.  If you manage the voices in the expressions that go into
\partcombine, that can confuse the system.

If you include the dynamics in the music for each player as it goes into
\partcombine, it will merge the dynamics and keep them attached to the
voice that is printing the notes so they are aligned to the notes.

dd = {s4\p\< s s s\f s1 \bar "|."}
aa = <<
  \dd
  {e4 f g a b\mf c' d' e'} >>
bb = <<
  \dd
  {c4 d e f } >>
\new Staff { \transpose c c' \partcombine \aa \bb }




_______________________________________________
lilypond-user mailing list
<a href="" target="_top" rel="nofollow" link="external">[hidden email]
https://lists.gnu.org/mailman/listinfo/lilypond-user



If you reply to this email, your message will be added to the discussion below:
http://lilypond.1069038.n5.nabble.com/Dynamics-spacers-and-partcombine-used-at-once-tp149192p149196.html
To unsubscribe from Dynamics, spacers, and partcombine used at once., click here.
NAML



View this message in context: Re: Dynamics, spacers, and partcombine used at once.
Sent from the User mailing list archive at Nabble.com.

reply via email to

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