bug-lilypond
[Top][All Lists]
Advanced

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

Re: RemoveEmptyRythmicStaffContext


From: Mats Bengtsson
Subject: Re: RemoveEmptyRythmicStaffContext
Date: Tue, 08 Aug 2006 16:47:27 +0200
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.13) Gecko/20060417

As far as I can see, it only happens if you don't have any other
stave on that line of the score, so the full score line has to be removed.
Since this should never happen in any real piece of music (possibly with
the exception of "4.33" by Cage), it makes sense that LilyPond gets
confused. Still I agree that the printout could be more to the point.
Actually, if you use an ordinary Staff (with \RemoveEmptyStaffContext),
then you will still get the first "Programming error" message:
programming error: system with empty extent
even though it actually is a user "error".

  /Mats


address@hidden wrote:

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



_______________________________________________
bug-lilypond mailing list
address@hidden
http://lists.gnu.org/mailman/listinfo/bug-lilypond

--
=============================================
        Mats Bengtsson
        Signal Processing
        Signals, Sensors and Systems
        Royal Institute of Technology
        SE-100 44  STOCKHOLM
        Sweden
        Phone: (+46) 8 790 8463                         
       Fax:   (+46) 8 790 7260
        Email: address@hidden
        WWW: http://www.s3.kth.se/~mabe
=============================================





reply via email to

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