tuplets with tupletFullLength collide with barline

Gilberto Agostinho via bug-lilypond <[email protected]>
Newsgroups gmane.comp.gnu.lilypond.bugs
Message-ID <[email protected]>
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
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.