lilypond-auto
[Top][All Lists]
Advanced

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

Re: [Lilypond-auto] Issue 3684 in lilypond: staff with more than 5 lines


From: lilypond
Subject: Re: [Lilypond-auto] Issue 3684 in lilypond: staff with more than 5 lines get a barline at the beginning
Date: Fri, 10 Jan 2014 11:22:19 +0000


Comment #2 on issue 3684 by address@hidden: 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

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