Dear Users and Dev team, Just wanting to know if this issue was solved or at least recorded in lily's gitlab as an issue/request ticket. The thread is here:
https://lists.gnu.org/archive/html/lilypond-user/2023-12/msg00231.html I tried with a Minimal example here with the dev. version: %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \version "2.25.1" \header { breakbefore =##t } "one"= { \time 4/4 r1 | } "two"= { \time 4/4 r2. \tuplet 5/4 { r8. c'8 } | } "three"= { \time 4/4 r1 | } \score { { << \new StaffGroup << \new Staff { \one } \new Staff { \two } \new Staff { \three } >> >> } \layout { ragged-last = ##f indent = 0.0 \context {\Score \override TupletBracket.staff-padding = #1.5 \override TupletBracket.direction = #1 \override TupletBracket.bracket-visibility = ##t tupletFullLength = ##t } } } %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% But it seems still not optimal. The end edge of the bracket overlaps the StaffGroup bar. Best -- Karim Haddad Music Representations Team, IRCAM Research and development manager.
