bug-lilypond
[Top][All Lists]
Advanced

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

Re: segfault on simple input


From: Mats Bengtsson
Subject: Re: segfault on simple input
Date: Mon, 18 Feb 2008 11:11:05 +0100
User-agent: Thunderbird 2.0.0.5 (X11/20070716)

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
address@hidden
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: address@hidden
        WWW: http://www.s3.kth.se/~mabe
=============================================





reply via email to

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