bug-lilypond
[Top][All Lists]
Advanced

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

Issue 2313 in lilypond: Bar number collides with staff bracket when bass


From: lilypond
Subject: Issue 2313 in lilypond: Bar number collides with staff bracket when bass clef is used
Date: Sun, 12 Feb 2012 17:48:11 +0000

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

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




reply via email to

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