Status: Accepted
Owner: ----
Labels: Type-Ugly OpSys-All
New issue 2313 by [email protected]: Bar number collides with staff
bracket when bass clef is used
http://code.google.com/p/lilypond/issues/detail?id=2313
Reinhold reports a bug in this posting:
http://article.gmane.org/gmane.comp.gnu.lilypond.bugs/33435
His original post follows. His code calls for version 2.15.30 but in fact
the bug is present in earlier versions. I have confirmed it on 2.15.29.
If the first staff of a score a group bracket uses a bass clef, the bar
number (when center-aligned) collides with the bracket. Attached is an
example.
Cheers,
Reinhold
\version "2.15.30"
\score {
\new StaffGroup <<
\new Staff \relative c {
\override Score.BarNumber #'self-alignment-X = #CENTER %
center-aligned
% \bar""
\clef "bass"
c1 | c1 | c | c | \break
c1 | c1 | c | c | \break
c1 | c1 | c | c | \break
c1 | c1 | c | c | \break
}
\new Staff \relative c {
% \bar""
\clef "bass"
c1 | c1 | c | c | \break
c1 | c1 | c | c | \break
c1 | c1 | c | c | \break
c1 | c1 | c | c | \break
}
>>
}
Attachments:
bug.ly 523 bytes
bug.png 11.3 KB
_______________________________________________
bug-lilypond mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/bug-lilypond