Re: Collision between accidental and tuplet

2024-01-02 Thread Warp_7
Am Mon, Jan 01, 2024 at 06:55:39PM + schrieb Werner LEMBERG: > > > 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: > > […] > > Perhaps this is worthy of an issue? > > Well, you can check that

Re: Collision between accidental and tuplet

2024-01-02 Thread Silvain Dupertuis
I see that it can be corrected with \override TupletBracket.padding = 2.5 See this page \version "2.24" \language "deutsch" \relative c' {   \tupletUp   % corrects the collision between the "3" and the flat sign  

Re: Collision between accidental and tuplet

2024-01-01 Thread Werner LEMBERG
> 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

Collision between accidental and tuplet

2024-01-01 Thread Frank Steinmetzger
Hello list, 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