lilypond-user
[Top][All Lists]
Advanced

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

Re: How to increase the distance between the last note of a measure and


From: Paolo Prete
Subject: Re: How to increase the distance between the last note of a measure and the following bar line
Date: Wed, 10 Nov 2021 14:01:18 +0100

Thanks.

BTW, in which object is this property documented?
It doesn't appear in 
https://lilypond.org/doc/v2.23/Documentation/internals/barline

... where I searched before sending my message,
so I guess it's inherited from something else.

Best,
P


On Wed, Nov 10, 2021 at 1:26 PM Jean Abou Samra <jean@abou-samra.fr> wrote:
Le 10/11/2021 à 00:58, Paolo Prete a écrit :
> Hello,
>
> How can I increase the distance between the last note of a measure and
> the following bar line?
>
> Thanks!
> P


extra-spacing-width is a convenient property for
this as it does not require you to figure out what
the cdr of X-extent would be without your override.

\version "2.22.1"

{
   c'2 4 4
   \once \override Staff.BarLine.extra-spacing-width = #'(-3 . 0)
   R1
}

Best,
Jean

reply via email to

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