bug-lilypond
[Top][All Lists]
Advanced

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

Issue 562 in lilypond: Vertical spacing: wrong extent-estimate with Staf


From: codesite-noreply
Subject: Issue 562 in lilypond: Vertical spacing: wrong extent-estimate with StaffGroups and hara-kiri
Date: Sun, 20 Jan 2008 13:59:36 -0800

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




reply via email to

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