bug-lilypond
[Top][All Lists]
Advanced

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

RemoveEmptyRythmicStaffContext


From: pr . pa
Subject: RemoveEmptyRythmicStaffContext
Date: Tue, 8 Aug 2006 09:40:12 +0000 (UTC)
User-agent: Loom/3.14 (http://gmane.org/)

An Error appears when i want to hide a line (s1).

Using Linux with lilypond 2.8.5

error:
programming error: system with empty extent
Calculating page breaks...
programming error: Improbable offset for stencil: inf staff space
Setting to zero.
continuing, cross fingers

code:
upper = \relative c'
        {       \override Staff.NoteHead  #'style = #'slash
                d1\break
                s1\break
                a
        }
\score  {
                <<      
                \new RhythmicStaff {
                <<      
                        \upper
                >>}
                >>
\layout {       \context {      \Score
                                \remove "Bar_number_engraver"}
                \context {
                        \RemoveEmptyStaffContext}
                \context {
                        \Staff
                        \override VerticalAxisGroup #'remove-first = ##t}
                \context {
                        \RemoveEmptyRhythmicStaffContext}
                }
}





reply via email to

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