Re: Melody bars are out of sync after tie into first alternative and added lyrics

2024-01-27 Thread Arne Ploese via bug-lilypond
Here you can find a preview:  https://www.schott-music.com/de/preview/viewer/index/?idx=NTI0Mjcx&idy=524271&dl=0 Voice tenor bar 9 to 10 into first alternative it is bound, were as from bar 9 to 13 (page 2) it isn't. It is officially published by SCHOTT Music, so I think its correct...   Arne > >

Re: Melody bars are out of sync after tie into first alternative and added lyrics

2024-01-27 Thread Thomas Morley
Am Sa., 27. Jan. 2024 um 12:14 Uhr schrieb Arne Ploese via bug-lilypond : > > Here you can find a > preview: > https://www.schott-music.com/de/preview/viewer/index/?idx=NTI0Mjcx&idy=524271&dl=0 > > Voice tenor bar 9 to 10 into first alternative it is bound, were as > from bar 9 to 13 (page 2) it i

Re: Melody bars are out of sync after tie into first alternative and added lyrics

2024-01-27 Thread Werner LEMBERG
> Here you can find a > preview:  > https://www.schott-music.com/de/preview/viewer/index/?idx=NTI0Mjcx&idy=524271&dl=0 > > Voice tenor bar 9 to 10 into first alternative it is bound, were as > from bar 9 to 13 (page 2) it isn't. It is officially published by > SCHOTT Music, so I think its correc

Re: PDF hyperlinks pointing to internal LilyPond code

2024-01-27 Thread Michael Käppler via bug-lilypond
Hi Knute, no worries. I think this list is exactly the right place to discuss, whether some behaviour should be considered a bug or not. That was the reason I wrote here in the first place. Otherwise I simply would have opened an issue on GitLab. Michael Am 26.01.2024 um 21:05 schrieb Knute Sn

Re: PDF hyperlinks pointing to internal LilyPond code

2024-01-27 Thread Michael Käppler via bug-lilypond
This is now https://gitlab.com/lilypond/lilypond/-/issues/6691 Am 26.01.2024 um 20:32 schrieb Werner LEMBERG: I would like to hear your opinions on this one: snip \version "2.25.10" { \acciaccatura { c'8 } d'4 } { \appoggiatura { c'8 } d'4 } The hyperlinks o

MMRests cause weirdness following \cadenzaOff

2024-01-27 Thread bobr...@centrum.is
I've been wrestling with this mystery for some hours. I've finally found how to trigger it. The multimeasure rest causes the duplication of the rests in the display in previous measures. A non-multimeasure rest does not result in the weird duplication. If this is a known issue I missed the no

Re: MMRests cause weirdness following \cadenzaOff

2024-01-27 Thread Werner LEMBERG
> I've been wrestling with this mystery for some hours. I've finally > found how to trigger it. The multimeasure rest causes the > duplication of the rests in the display in previous measures. A > non-multimeasure rest does not result in the weird duplication. If > this is a known issue I miss

Re: MMRests cause weirdness following \cadenzaOff

2024-01-27 Thread bobr...@centrum.is
Just a brief follow-up. If this trick: cadenzaMeasure = { \cadenzaOff \partial 1024 s1024 \cadenzaOn } ... is used, the rests don't get duplicated but then the MMRest is not created, but rather the single measure rests are printed out in multiple measures. -David - Original Message