Hello Bug Squad,

When using tuplets with tupletFullLength set to True, the last tuplet bracket in a system extends all the way to the barline. This results in potential collisions when barlines cross several staves. E.g., in the output of the code below, the right ending of the last tuplet of the bottom staff is colliding with the barline. All other previous tuplet brackets avoid the barlines.

\version "2.25.5"

\new PianoStaff <<
    \new Staff {
    \set tupletFullLength = ##t
        \tuplet 3/2 {c'2 c'2 c'2}
        \tuplet 3/2 {c'2 c'2 c'2}
        \tuplet 3/2 {c'2 c'2 c'2}
    }
    \new Staff {
    \set tupletFullLength = ##t
        \tuplet 3/2 {c'2 c'2 c'2}
        \tuplet 3/2 {c'2 c'2 c'2}
        \tuplet 3/2 {c'2 c'2 c'2}
    }
>>

Resulting in: https://i.postimg.cc/44Fm8vLv/tuplets.png

Best wishes,
Gilberto

Reply via email to