Re: \partcombine and decrescendo spanner

2017-07-09 Thread David Kastrup
Kieren MacMillan writes: > Hi David, > What is \etc ? >>> A rather brilliant addition by David K. (I believe?), >> when it is applicable, it's sort of tacky. > > Not sure which definition (or perhaps definitions?) of 'tacky' you are > intending here? > The

Re: \partcombine and decrescendo spanner

2017-07-06 Thread David Kastrup
Kieren MacMillan writes: > Hi Michael, > >> Nice. > > It's Harm's, if I recall correctly… > >> What is \etc ? > > A rather brilliant addition by David K. (I believe?), Well, it's a shortcut for certain kinds of music function definitions. Nothing that would not be

Re: \partcombine and decrescendo spanner

2017-07-06 Thread Michael Käppler
Brillant stuff! Am 06.07.2017 um 20:31 schrieb Kieren MacMillan: Hi Michael, Nice. It's Harm's, if I recall correctly… What is \etc ? A rather brilliant addition by David K. (I believe?), which essentially says "now go back to whatever follows in the 'real' code stream". See

Re: \partcombine and decrescendo spanner

2017-07-06 Thread Kieren MacMillan
Hi Michael, > Nice. It's Harm's, if I recall correctly… > What is \etc ? A rather brilliant addition by David K. (I believe?), which essentially says "now go back to whatever follows in the 'real' code stream". See

Re: \partcombine and decrescendo spanner

2017-07-06 Thread Michael Käppler
Nice. What is \etc ? 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

Re: \partcombine and decrescendo spanner

2017-07-06 Thread Kieren MacMillan
Hi Michael, > The bug report is about simultaneous hairpins. Well, the name states that… but the actual example cited in demonstrates the problem with ending a hairpin on a [multimeasure] rest. Cheers, Kieren.

Re: \partcombine and decrescendo spanner

2017-07-06 Thread Kieren MacMillan
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

Re: \partcombine and decrescendo spanner

2017-07-06 Thread Michael Käppler
The bug report is about simultaneous hairpins. But the following example also shows the same problem: \score { \new Staff \partcombine { b2.\> r4\! } { des2. r4 } } While \score { \new Staff \partcombine { b2.\> a4\! } { des2. r4 } } does compile without complaints. Seems it has

Re: \partcombine and decrescendo spanner

2017-07-06 Thread Michael Käppler
Thank you for pointing this out. Is there a known workaround? Michael Am 06.07.2017 um 20:07 schrieb Kieren MacMillan: Hi Michael, Why are the decrescendos unterminated in the following MWE It's a known bug/issue: Cheers, Kieren.

Re: \partcombine and decrescendo spanner

2017-07-06 Thread Kieren MacMillan
Hi Michael, > Why are the decrescendos unterminated in the following MWE It's a known bug/issue: Cheers, Kieren. Kieren MacMillan, composer ‣ website: www.kierenmacmillan.info ‣ email:

\partcombine and decrescendo spanner

2017-07-06 Thread Michael Käppler
Hi all, probably I do not see the wood for the trees here: Why are the decrescendos unterminated in the following MWE: \version "2.19.59" \score { \new Staff \partcombine { b2.\> r4\! } { des2.\> r4\! } } Regards, Michael ___ lilypond-user