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: Keith OHara
Subject: Re: Dynamics, spacers, and partcombine used at once.
Date: Thu, 15 Aug 2013 05:10:36 +0000 (UTC)
User-agent: Loom/3.14 (http://gmane.org/)

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 }






reply via email to

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