Comment #2 on issue 3684 by [email protected]: staff with more than 5 lines get a barline at the beginning
http://code.google.com/p/lilypond/issues/detail?id=3684

Finally found the responsible property. It's SystemStartBar.collapse-height defaulting to 5.

Now the total height (also in some other properties) seems like a rather stupid criterion. Maybe we should instead use the number of contained vertical axis groups?

If you take a look at the following, the starting bracket does not appear unless one uncomments the collapse-height line.

\version "2.19.0"

\layout {
  \context {
    \Score
%    \override SystemStartBracket.collapse-height = 1
\override VerticalAxisGroup.staff-staff-spacing = #'((basic-distance . 3))
  }
}

\new StaffGroup
<<
  \new RhythmicStaff \with { instrumentName = "I" } { c1 c1 c1 }
  \new RhythmicStaff \with { instrumentName = "II" } { c1 c1 c1 }



--
You received this message because this project is configured to send all issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings

Reply via email to