[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
tuplets with tupletFullLength collide with barline
From: |
Gilberto Agostinho |
Subject: |
tuplets with tupletFullLength collide with barline |
Date: |
Thu, 27 Jul 2023 18:04:20 +0100 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.13.1 |
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
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- tuplets with tupletFullLength collide with barline,
Gilberto Agostinho <=