On 9/23/2016 11:06 AM, Kieren MacMillan wrote:
> Hello all,
>
> Here’s the next big partcombine problem I’m currently running into:
>
> [...]
>
> Why doesn’t this \partcombine attempt properly deal with simple dynamics and 
> hairpins?
>
> Thanks,
> Kieren.
> ________________________________
>
> Kieren MacMillan, composer
> ‣ website: www.kierenmacmillan.info
> ‣ email: [email protected]

David Wright taught me about dynamics contexts a while back.
http://lists.gnu.org/archive/html/lilypond-user/2016-08/msg00471.html

The method suggested there would be something like this:

%%%  SNIPPET BEGINS
\version "2.19.48"
musicA = {
     g'1 R1
}
musicB = {
     b'1 R1
}

% All spacer rests and dynamics
dyn = {
   s1\> s1\!
}

<<
\new Staff \partcombine \musicA \musicB
\new Dynamics \dyn
 >>
%%%  SNIPPET ENDS

But I've seen some of the work on www.kierenmacmillan.info. :) And I 
won't be a but surprised if you've already tried this method or have 
reasons not to use it.
--
Karlin High
Missouri, USA
_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to