lilypond-auto
[Top][All Lists]
Advanced

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

[Lilypond-auto] Issue 2746 in lilypond: Bad spacing between clefs and ba


From: lilypond
Subject: [Lilypond-auto] Issue 2746 in lilypond: Bad spacing between clefs and bar-lines, if we override their printing order
Date: Wed, 15 Aug 2012 05:44:29 +0000

Status: Accepted
Owner: ----
Labels: Type-Ugly

New issue 2746 by address@hidden: 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.




reply via email to

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