Status: Accepted
Owner: ----
Labels: Type-Ugly
New issue 2746 by [email protected]: Bad spacing between clefs and
bar-lines, if we override their printing order
http://code.google.com/p/lilypond/issues/detail?id=2746
From <http://lists.gnu.org/archive/html/bug-lilypond/2012-08/msg00057.html>
{ b1
\override Score.BreakAlignment #'break-align-orders =
#(make-vector 3 '( staff-bar clef))
\bar":|:" \clef "alto" b
\bar":|.|:" \clef "treble" b
}
The workaround,
\override Score.BarLine #'space-alist #'clef = #'(extra-space . 0.5)
should probably be the built-in default.