Hello,
I don't know if this can be called a bug :

the 1rst score has an unwanted additionnal "start bracket".
The 2nd score has a correction of this.

This happened only with ChoirStaff, not with StaffGroup, GrandStaff and
PianoStaff.

\version "2.19.60"

mus = { c'1 c'1 }

tab = { e1 f,1 }

\score {
 \new ChoirStaff <<
   \new Staff \mus
   \new TabStaff \tab
   >>
}


\score {
 \new ChoirStaff <<
   \override ChoirStaff.SystemStartBracket.collapse-height = #6
   \new Staff \mus
   \new TabStaff \tab
 >>
}


Éric





--
Sent from: http://lilypond.1069038.n5.nabble.com/Bugs-f58488.html

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

Reply via email to