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: Carl Sorensen
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:43:55 +0000

You need to check all of the interfaces a barline supports.  The barline page only shows the properties that are unique to barlines.


The interfaces are shown on the bottom of the barlines page.

Sent via the Samsung Galaxy S®6 active, an AT&T 4G LTE smartphone
Get Outlook for Android

From: lilypond-user <lilypond-user-bounces+carl.d.sorensen=gmail.com@gnu.org> on behalf of Paolo Prete <paolopr976@gmail.com>
Sent: Wednesday, November 10, 2021 6:01:18 AM
To: Jean Abou Samra <jean@abou-samra.fr>
Cc: lilypond-user <lilypond-user@gnu.org>
Subject: Re: How to increase the distance between the last note of a measure and the following bar line
 
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]