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
_______________________________________________
bug-lilypond mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-lilypond