lilypond-user
[Top][All Lists]
Advanced

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

Re: Space between last note in a bar and the barline


From: address@hidden
Subject: Re: Space between last note in a bar and the barline
Date: Thu, 3 Nov 2011 13:00:24 +0100

On Nov 3, 2011, at 12:56 PM, Jiri Zurek (Prague) wrote:

> 
> How can I control the space between the last note of a bar and the barline?
> There are number of tools to control the space between a barline and the
> next note in the BarLine space-alist (first-note fixed-space . 1.3)
> (next-note semi-fixed-space . 0.9) (right-edge extra-space . 0.0)
> but there seems to be no tool to control the opposite the note just BEFORE
> the barline. Please advice.
> 
> 

version "2.14.0"

\relative c'' {
  \override Staff . BarLine #'extra-spacing-width = #'(-5.0 . 0.0)
  \repeat unfold 20 { a b c d }
}

Cheers,
MS



reply via email to

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