bug-lilypond
[Top][All Lists]
Advanced

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

2.11.55 strange exit on XP/seg fault


From: David Bobroff
Subject: 2.11.55 strange exit on XP/seg fault
Date: Wed, 06 Aug 2008 09:01:25 +0000
User-agent: Thunderbird 2.0.0.16 (Windows/20080708)

I've encountered something I've never seen before with LilyPond. I was trying to create a markup containing some tied notes and in the process got a Windows dialog box which states:

"LilyPond has encountered a problem and needs to close. We are sorry for the inconvenience."

I'm then given the opportunity to report the problem to MicroSoft. I also get no output.

Here is the offending code:


%%%%%%%%%%%%%%%%%%%%%%%
\version "2.11.55"

     \new Staff \with {
      \remove Staff_symbol_engraver
     }
\relative c' {
        \time 5/8
        f4  f4 % works
        %f4 ~ f4 % does not work
        %f4 f4. % does not work
}
%%%%%%%%%%%%%%%%%%%%%%%

The little bit of experimentation I've done seems to indicate that the problem arises between \remove Staff_symbol_engraver and any elongation of a note, whether it be a dot or a tie (slurs do work).

As an added note; I ran the same input with the same Lily version on a Linux machine. It seg faults:

Preprocessing graphical objects...Segmentation fault

-David




reply via email to

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