On Tue, 10 Sept 2024 at 02:50, Kieren MacMillan <kie...@kierenmacmillan.info> wrote: > > Hi Dimitri, > > > How can I reduce the space between the bracket and the first barline? > > %%% SNIPPET BEGINS > \version "2.25.11" > > \new ChoirStaff > \with { \override SystemStartBracket.extra-offset = #'(0.5 . 0) }
Hello, Although using extra-offset gives the desired look, I tend to use another property that takes possible collisions into account whenever possible. In this case, the padding property sets the spacing between the bracket and the bar. \override SystemStartBracket.padding = 0.3 Kind regards, Xavier