2012/12/22 Daniel Rosen <[email protected]>:
> In the following example, I'd like to have a little more space between the
> tenor clef and the BarLine immediately preceding it.
[...}
Hi Daniel,
try:
\version "2.16.1"
{
c''1
\override Score.BreakAlignment #'break-align-orders =
#(make-vector 3 '(span-bar
breathing-sign
staff-bar
clef
key
time-signature))
\override Staff.BarLine #'space-alist =
#'((time-signature extra-space . 0.75)
(custos minimum-space . 2.0)
(clef minimum-space . 14.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))
\clef "tenor"
c'1
}
HTH,
Harm
_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user