lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Bracket


From: Xavier Scheuer
Subject: Re: Bracket
Date: Tue, 10 Sep 2024 08:08:07 +0200

On Tue, 10 Sept 2024 at 02:50, Kieren MacMillan <kieren@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


reply via email to

[Prev in Thread] Current Thread [Next in Thread]