lilypond-user
[Top][All Lists]
Advanced

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

Re: problem with \partcombine and dynamics/hairpins


From: Karlin High
Subject: Re: problem with \partcombine and dynamics/hairpins
Date: Fri, 23 Sep 2016 21:12:03 +0000

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: address@hidden

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

reply via email to

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