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 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

\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

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 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 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
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: Broken (?) snippets in openlilylib/snippets

2017-07-06 Thread Graham King
On Thu, 2017-07-06 at 18:17 +0200, Urs Liska wrote: > Hi all, > > I'm wrapping up a number of things in openLilyLib, and I came across > snippets where the example files don't compile (with LilyPond 2.19.60). > Please go through this list and if you feel responsible for the snippet > please have

Re: String Number collision

2017-07-06 Thread Marc Hohl
Hi Harm, Am 05.07.2017 um 23:21 schrieb Thomas Morley: Hi Marc, 2017-07-05 8:13 GMT+02:00 Marc Hohl : Hi list, I have the following MWE: [...] It causes the string number "5" to appear twice, strangely overlapping. I tried to move the New_fingering_engraver to Staff, but

Broken (?) snippets in openlilylib/snippets

2017-07-06 Thread Urs Liska
Hi all, I'm wrapping up a number of things in openLilyLib, and I came across snippets where the example files don't compile (with LilyPond 2.19.60). Please go through this list and if you feel responsible for the snippet please have a look: * notation-snippets/align-lyrics-on-vowels (warning:

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: Broken (?) snippets in openlilylib/snippets

2017-07-06 Thread Urs Liska
One more thing: I realize that there are quite a lot open branches in the repo (from numerous contributors), which may cause an additional set of hiccups. So these should be considered as well ... Am 06.07.2017 um 18:17 schrieb Urs Liska: > Hi all, > > I'm wrapping up a number of things in

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:

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: [ANN] LilyQuick 0.94beta - Quick note Lilypond entry using MIDI for Linux

2017-07-06 Thread Vaughan McAlley
On 29 June 2017 at 21:59, Johan Vromans wrote: > > Since I usually do note input with Denemo, I tried to change the key > definitions to match Denemo ( 0 = whole, 1 = half, 2 = quart, ... ). > I changed the definitions in LQkeyboardEvents.lua but this doesn't seem to >