I see that it can be corrected with
\override TupletBracket.padding = 2.5

See this page 
<https://lilypond.org/doc/v2.24/Documentation/internals/tupletbracket>

\version "2.24"
\language "deutsch"

\relative c' {
  \tupletUp
  % corrects the collision between the "3" and the flat sign
  \override TupletBracket.padding = 2.5
  \times 2/3 { g'=''8 b4 } des8 h~ h4 r4
}

Le 01.01.24 à 18:36, Frank Steinmetzger a écrit :
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 issue?


--
Silvain Dupertuis
Route de Lausanne 335
1293 Bellevue (Switzerland)
tél. +41-(0)22-774.20.67
portable +41-(0)79-604.87.52
web: silvain-dupertuis.org <https://perso.silvain-dupertuis.org>

Reply via email to