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: Kieren MacMillan
Subject: Re: problem with \partcombine and dynamics/hairpins
Date: Sun, 25 Sep 2016 21:44:52 -0400

Harm (et al.),

Right after hitting “Send”, I realized the fix: ye olde empty chord!
The version below seems to work fine in both MWE and — at least, on first 
glance — in my RWS (real-world score).

Thanks!
Kieren.

%%%  SNIPPET BEGINS
\version "2.19.48"

terminateHairpin =
#(define-music-function (ctx-name mus)(string? ly:music?)
#{ << $mus \context Voice = $ctx-name <>\! >> #})

endI = \terminateHairpin "one" \etc
endII = \terminateHairpin "two" \etc

musicA = {
 g'1\> \endI R1\!
}
musicB = {
 b'1\> \endII R1\!
}

\new Staff \partcombineII \musicA \musicB
%%%  SNIPPET ENDS
________________________________

Kieren MacMillan, composer
‣ website: www.kierenmacmillan.info
‣ email: address@hidden




reply via email to

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