bug-lilypond
[Top][All Lists]
Advanced

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

Bug?? ChoirStaff including a tablature


From: Éric
Subject: Bug?? ChoirStaff including a tablature
Date: Mon, 22 Jan 2018 09:21:36 -0700 (MST)

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



reply via email to

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