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 <j...@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 >