bug-lilypond
[Top][All Lists]
Advanced

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

SIGSEGV


From: Mats Bengtsson
Subject: SIGSEGV
Date: Wed, 01 Oct 2003 14:19:38 +0200
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.3) Gecko/20030312

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: address@hidden
        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 }
>>
}

reply via email to

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