bug-lilypond
[Top][All Lists]
Advanced

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

Issue 782 in lilypond: spacing system-extent calculation counts removed


From: codesite-noreply
Subject: Issue 782 in lilypond: spacing system-extent calculation counts removed staves
Date: Mon, 22 Jun 2009 02:08:53 +0000

Status: Accepted
Owner: gpermus
CC: joeneeman
Labels: Type-Defect Priority-Medium

New issue 782 by gpermus: spacing system-extent calculation counts removed staves
http://code.google.com/p/lilypond/issues/detail?id=782

Extent estimate computation seems not to take account of not
displayed staves.
In the following example, the second system has
 (-17.00, -0.19) Y-extent
 (-41.30, -0.19) extent-estimate

\version "2.13.2"
\paper { annotate-spacing = ##t }
\score {
  <<
    \new StaffGroup <<
      \new Staff { c'1 \break R1 }
      \new Staff { c'1 \break R1 }
      \new Staff { c'1 \break R1 }
    >>
    \new Staff { c'1 c' }
    \new Staff { c'1 c' }
  >>
  \layout {
    \context { \RemoveEmptyStaffContext }
  }
}


--
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]