> while typing down the score from an old scan, I discovered a
> collision between an accidental and a tuplet spanner, or rather the
> number in it:
>
>
> \version "2.24"
> \language "deutsch"
>
> \relative c' {
> \tupletUp
> \times 2/3 { g'=''8 b4 } des8 h~ h4 r4
> }
>
>
> Perhaps this is worthy of an issue?
Well, you can check that by yourself: Go to
https://gitlab.com/lilypond/lilypond/-/issues/
and search for
accidental tuplet
and you will get
https://gitlab.com/lilypond/lilypond/-/issues/3766
as an open issue.
Werner