Re: [LSR - v2.18] "Cue with lyrics" - cannot update.

2014-02-15 Thread Pierre Perol-Schneider
2014-02-15 12:47 GMT+01:00 Thomas Morley : > > Why not: > [...] > Looks pretty. ___ bug-lilypond mailing list bug-lilypond@gnu.org https://lists.gnu.org/mailman/listinfo/bug-lilypond

Re: [LSR - v2.18] "Cue with lyrics" - cannot update.

2014-02-15 Thread Thomas Morley
2014-02-15 11:07 GMT+01:00 David Kastrup : > The LSR snippet looks suspiciously like the code described in the commit > message as "bizarre". In fact, staring at the snippet gives me a > headache. Me too > I have a real problem figuring out what it is trying to do in > the first place. Yep.

Re: [LSR - v2.18] "Cue with lyrics" - cannot update.

2014-02-15 Thread David Kastrup
Robin Bannister writes: > On 14.02.2014 18:46, Pierre Perol-Schneider wrote: >> I cannot find where the problem comes from. > > Me neither; convert-ly doesn't rearrange anything. > > > If you move the "cue" voice down past the other > (anonymous) voice, then \lyricsto can find it. > > But surely

Re: [LSR - v2.18] "Cue with lyrics" - cannot update.

2014-02-15 Thread David Kastrup
David Kastrup writes: > Robin Bannister writes: > >> On 14.02.2014 18:46, Pierre Perol-Schneider wrote: >>> I cannot find where the problem comes from. >> >> Me neither; convert-ly doesn't rearrange anything. >> >> >> If you move the "cue" voice down past the other >> (anonymous) voice, then \ly

Re: [LSR - v2.18] "Cue with lyrics" - cannot update.

2014-02-15 Thread David Kastrup
Robin Bannister writes: > On 14.02.2014 18:46, Pierre Perol-Schneider wrote: >> I cannot find where the problem comes from. > > Me neither; convert-ly doesn't rearrange anything. > > > If you move the "cue" voice down past the other > (anonymous) voice, then \lyricsto can find it. > > But surely

Re: [LSR - v2.18] "Cue with lyrics" - cannot update.

2014-02-14 Thread Robin Bannister
On 14.02.2014 18:46, Pierre Perol-Schneider wrote: I cannot find where the problem comes from. Me neither; convert-ly doesn't rearrange anything. If you move the "cue" voice down past the other (anonymous) voice, then \lyricsto can find it. But surely you shouldn't have to do that? Cheers,

Re: [LSR - v2.18] "Cue with lyrics" - cannot update.

2014-02-14 Thread James
On 14/02/14 17:46, Pierre Perol-Schneider wrote: Dear All, I'm stuck with this fairly small code : http://lsr.dsi.unimi.it/LSR/Item?id=347 Conversion to v2.16 works fine. Conversion to v2.18 gives me : .../cue-with-lyrics.ly:33:37: warning: cannot find Voice `cue' \context Lyrics = cueLyrics \l

[LSR - v2.18] "Cue with lyrics" - cannot update.

2014-02-14 Thread Pierre Perol-Schneider
Dear All, I'm stuck with this fairly small code : http://lsr.dsi.unimi.it/LSR/Item?id=347 Conversion to v2.16 works fine. Conversion to v2.18 gives me : .../cue-with-lyrics.ly:33:37: warning: cannot find Voice `cue' \context Lyrics = cueLyrics \lyricsto "cue" { It's probably very simple but I th