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: Thomas Morley
Subject: Re: problem with \partcombine and dynamics/hairpins
Date: Tue, 27 Sep 2016 23:14:36 +0200

2016-09-27 22:56 GMT+02:00 Alex Voice <address@hidden>:
> Hi Harm,
>
> I'm not familiar with the partcombiner, though, below a very bad
> workaround, found deep, deep in the quick n' dirty junk room.
>
> \version "2.19.48"
>
> terminateHairpin =
> #(define-music-function (ctx-name mus)(string? ly:music?)
> #{ << $mus \context Voice = $ctx-name \grace s2\! >> #})
>
> endI = \terminateHairpin "one" \etc
> endII = \terminateHairpin "two" \etc
>
> musicA = {
> g'1\> \endI R1\!
> }
> musicB = {
> b'1\> \endII R1\!
> }
>
> \new Staff \partcombineII \musicA \musicB
>
>
> I have tried your solution to Kieran’s recent problem with \partcombine, but
> didn’t manage to find the \partcombineII that you use - I hope it isn’t a
> stupid question, but where is this to found?
>
> Many thanks - as I’m sure I shall need it too sometime.
>
> Alex Voice

Aargh, a left-over-artifact. Use simple \partcombine

Sorry,
  Harm



reply via email to

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