[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Minimal space between barline and next object
From: |
Neil Puttock |
Subject: |
Re: Minimal space between barline and next object |
Date: |
Fri, 27 Jan 2012 16:13:33 +0000 |
On 27 January 2012 15:20, Xavier Scheuer <address@hidden> wrote:
> Use \override Staff.Barline #'space-alist =
> #'((time-signature extra-space . 0.75)
> (custos minimum-space . 2.0)
> (clef minimum-space . 1.0)
> (key-signature extra-space . 1.0)
> (key-cancellation extra-space . 1.0)
> (first-note fixed-space . 1.3)
> (next-note semi-fixed-space . 0.9)
> (right-edge extra-space . 0.0))
>
> and change the value of "first-note". AFAIK it will not affect notes
> with accidental since accidental is normally handled under "next-note".
`first-note' is the space from a symbol to the first note in a line;
it doesn't matter whether it has an accidental or not.
Cheers,
Neil