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

--
------------------------------------------------------------------
Reinhold Kainhofer, reinh...@kainhofer.com, http://reinhold.kainhofer.com/
 * Financial&  Actuarial Math., Vienna Univ. of Technology, Austria
 * http://www.fam.tuwien.ac.at/, DVR: 0005886
 * LilyPond, Music typesetting, http://www.lilypond.org

\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
    }
    
  >>
}

Attachment: barnumber-bracket-bassclef.pdf
Description: Adobe PDF document

_______________________________________________
bug-lilypond mailing list
bug-lilypond@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-lilypond

Reply via email to