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: Jean Abou Samra
Subject: Re: How to increase the distance between the last note of a measure and the following bar line
Date: Wed, 10 Nov 2021 13:26:57 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.2.1

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]