Re: Bug in articulate.ly + TrillSpan + full-measure rests

2015-02-24 Thread H. S. Teoh
On Wed, Feb 25, 2015 at 08:58:07AM +1100, Peter Chubb wrote: [...] > BTW, articulate was developed as a hack for the Artemis robot > instrument challenge; changes in Lilypond since then mean that it's > rather out of date. Some of the functionality is now already in the > Lilypond C++ core (shorte

Re: Bug in articulate.ly + TrillSpan + full-measure rests

2015-02-24 Thread Peter Chubb
> "Davide" == Davide Liessi writes: Davide> Dear Peter, Il 24/02/15 06.48, Peter Chubb ha scritto: >> I had a brainstorm -- the problem is SkipMusic which isn't handled >> anywhere. But we can use a SkipEvent instead, and it all works!!! Davide> Alas it does not: I get the same barcheck fai

Re: Bug in articulate.ly + TrillSpan + full-measure rests

2015-02-24 Thread Davide Liessi
Dear Peter, Il 24/02/15 06.48, Peter Chubb ha scritto: > I had a brainstorm -- the problem is SkipMusic which isn't handled > anywhere. But we can use a SkipEvent instead, and it all works!!! Alas it does not: I get the same barcheck failures both in the minimal example I posted and in the real

Re: Bug in articulate.ly + TrillSpan + full-measure rests

2015-02-23 Thread Peter Chubb
> "Davide" == Davide Liessi writes: Davide> Dear Peter, Il 04/02/15 09.46, Peter Chubb ha scritto: >> Looks like the code that was added to do agogic accents (aka swing) >> expands MultiMeasureRestMusic and throws away any articulation >> events (like the end of the trill spanner) on the way.

Re: Bug in articulate.ly + TrillSpan + full-measure rests

2015-02-23 Thread Peter Chubb
> "Davide" == Davide Liessi writes: Davide> Dear Peter, Il 04/02/15 09.46, Peter Chubb ha scritto: >> Looks like the code that was added to do agogic accents (aka swing) >> expands MultiMeasureRestMusic and throws away any articulation >> events (like the end of the trill spanner) on the way.

Re: Bug in articulate.ly + TrillSpan + full-measure rests

2015-02-20 Thread Davide Liessi
Dear Peter, Il 04/02/15 09.46, Peter Chubb ha scritto: Looks like the code that was added to do agogic accents (aka swing) expands MultiMeasureRestMusic and throws away any articulation events (like the end of the trill spanner) on the way. The fix is probably to add the ariculations in at the

Re: Bug in articulate.ly + TrillSpan + full-measure rests

2015-02-04 Thread Peter Chubb
> "Noeck" == Noeck writes: Noeck> Hi Davide, >> I would expect \articulate to correctly handle trill spanners >> regardless to what \stopTrillSpan is attached to. Noeck> Yep, me too. That’s why I said: I don’t know how to fix it. Looks like the code that was added to do agogic accents (ak

Re: Bug in articulate.ly + TrillSpan + full-measure rests

2015-02-03 Thread Noeck
Hi Davide, > I would expect \articulate to correctly handle trill spanners regardless > to what \stopTrillSpan is attached to. Yep, me too. That’s why I said: I don’t know how to fix it. Joram ___ lilypond-user mailing list lilypond-user@gnu.org https

Re: Bug in articulate.ly + TrillSpan + full-measure rests

2015-02-03 Thread Davide Liessi
Dear Joram, Il 04/02/15 00.19, Noeck ha scritto: I don’t know how to fix it in articulate but adding <> and moving the \stopTrillSpan before the rest seems to work: Thanks, that is a nice workaround! However I believe this is a bug in articulate.ly. This means: The trill stops visually at th

Re: Bug in articulate.ly + TrillSpan + full-measure rests

2015-02-03 Thread Noeck
Hi Davide, I don’t know how to fix it in articulate but adding <> and moving the \stopTrillSpan before the rest seems to work: \version "2.19.15" \include "articulate.ly" mus = { b1 \startTrillSpan | <> \stopTrillSpan R1 | b2 r | } \new Staff \mus \articulate \mus This means: The trill st