I got a SIGSEGV when trying Lily 2.1.0 on an old file.
The following small example gives the same problem.
Of course, I know that the property doesn't exist anymore
but Lily shouldn't crash anyway.

  /Mats
--
=============================================
        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: [EMAIL PROTECTED]
        WWW: http://www.s3.kth.se/~mabe
=============================================
\version "2.0.1"
\score{
<<
  \notes {c d e f}
  \context Lyrics \lyrics{
    \property Lyric . textStyle =  "roman"
    This will cause segfault }
>>
}
_______________________________________________
Bug-lilypond mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/bug-lilypond

Reply via email to