The bug remains also in verson 2.11.39! Also, the example can be shortened into
\version "2.10.33"
\score {
   { R1 }
   \midi { }
}

A workaround is to explicitly create a Voice context:
\version "2.10.33"
\score {
   \new Voice { R1 }
   \midi { }
}

  /Mats

Francisco Vila wrote:
I'm not top posting.

This simple (bad) code gives a segfault in Linux, tested in FC7 and Ubuntu
Gutsy, not yet tested in other OSes

\version "2.10.33"
\score {
    { R1. c1 }
    \midi { }
}





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

--
=============================================
        Mats Bengtsson
        Signal Processing
        School of Electrical Engineering
        Royal Institute of Technology (KTH)
        SE-100 44  STOCKHOLM
        Sweden
        Phone: (+46) 8 790 8463                         
       Fax:   (+46) 8 790 7260
        Email: [EMAIL PROTECTED]
        WWW: http://www.s3.kth.se/~mabe
=============================================



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

Reply via email to