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