Hi Michael,

> Thank you for pointing this out. Is there a known workaround?

\version "2.19.59"

\markup \bold { "BUG:" }
\score {
    \new Staff \partcombine { b2.\> r4\! } { des2.\> r4\! }
}

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

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

\markup \vspace #4
\markup \bold { "WORKAROUND:" }
\score {
    \new Staff \partcombine { b2.\> \endI r4\! } { des2.\> \endII r4\! }
}

Hope this helps,
Kieren.
________________________________

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


_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to