Issue 562: Vertical spacing: wrong extent-estimate with StaffGroups and 
hara-kiri
http://code.google.com/p/lilypond/issues/detail?id=562

New issue report by nicolas.sceaux:
%% When there are several StaffGroups and hara-kiried staves,
%% the system extent-estimate is computed as if all staves were
%% visible

\version "2.11.37"
\paper { annotate-spacing = ##t }

\score {
 <<
   \new StaffGroup <<
     \new Staff << {  R1 \break c' | } >>
     \new Staff << { c'1 c' | } >>
     \new Staff << { s1 c' | } >>
     \new Staff << { s1 c' | } >>
     \new Staff << { c'1 c' | } >>
   >>
   \new Staff << { s1 c' | } >>
   \new Staff << { s1 c' | } >>
   \new Staff << { s1 c' | } >>
   \new Staff << { R1 c' | } >>
   \new StaffGroup <<
     \new Staff << { c'1 | c'1 | } >>
     \new Staff << { s1 c'1 | } >>
   >>
 >>
 \layout {
   \context {
     \Staff
     \remove "Axis_group_engraver"
     \consists "Hara_kiri_engraver"
     \override Beam #'auto-knee-gap = #'()
     \override VerticalAxisGroup #'remove-empty = ##t
     \override VerticalAxisGroup #'remove-first = ##t
   }
 }
}




Issue attributes:
        Status: Accepted
        Owner: nicolas.sceaux
        Labels: Type-Defect Priority-Medium

--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings


_______________________________________________
bug-lilypond mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-lilypond

Reply via email to