Hello, please look at this snippet (tested with 2.22.0):
%%%%% { \time 5/4 \override TupletBracket.direction = #UP \tuplet 3/2 { a'' a'' ais''-.} s \tuplet 3/2 { \once \hide Accidental a'' a'' ais''} } %%%%% As you can see, the vertical gap between the staccato dot and the tuplet bracket is shorter than the gap between the same bracket and the accidental; however, this is not taken into account and the result is visually faulty. Is there a way to fix this? Thanks! P