Re: Gracenote bug?

2021-08-26 Thread Helge Kruse
14 years, wow! I thought GCC bug 1773 would be the oldest bug. But that had been closed a decade ago. Helge Am 23.08.2021 um 20:49 schrieb Kees van den Doel: A 14 year old bug must be some sort of record. Workaround seems to put a grace note in all voices, but use 's' to make unwanted ones

Re: Gracenote bug?

2021-08-23 Thread David Kastrup
Kees van den Doel writes: [Issue 34] > A 14 year old bug must be some sort of record. It must be quite more than 14 years I think. -- David Kastrup

Re: Gracenote bug?

2021-08-23 Thread Thomas Morley
Am Mo., 23. Aug. 2021 um 20:32 Uhr schrieb Kees van den Doel : > > Trying to shift a note away from the barline which it's touching by adding a > \grace s16, but I ran into what appears a bug? > > \version "2.22.1" > > mus = \relative { > \repeat volta 2 { > c'1 > } > \alternative { >

Re: Gracenote bug?

2021-08-23 Thread Kees van den Doel
A 14 year old bug must be some sort of record. Workaround seems to put a grace note in all voices, but use 's' to make unwanted ones invisible. Cheers, Kees On Mon, Aug 23, 2021 at 11:41 AM Aaron Hill wrote: > On 2021-08-23 11:30 am, Kees van den Doel wrote: > > Trying to shift a note away

Re: Gracenote bug?

2021-08-23 Thread Aaron Hill
On 2021-08-23 11:30 am, Kees van den Doel wrote: Trying to shift a note away from the barline which it's touching by adding a \grace s16, but I ran into what appears a bug? [ . . . ] One of the longest-standing bugs, in fact. See [1]. [1]: https://gitlab.com/lilypond/lilypond/-/issues/34

Gracenote bug?

2021-08-23 Thread Kees van den Doel
Trying to shift a note away from the barline which it's touching by adding a \grace s16, but I ran into what appears a bug? \version "2.22.1" mus = \relative { \repeat volta 2 { c'1 } \alternative { { c1} { \grace c16 c1} } } musb = \relative { \repeat volta 2 { c'1 }