[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Issue 1715 in lilypond: Ligature and ambitus cause segfault
From: |
lilypond |
Subject: |
Re: Issue 1715 in lilypond: Ligature and ambitus cause segfault |
Date: |
Tue, 28 Jun 2011 04:36:35 +0000 |
Comment #2 on issue 1715 by address@hidden: Ligature and ambitus
cause segfault
http://code.google.com/p/lilypond/issues/detail?id=1715
This would seem to imply that we should ignore note-heads without an
event-cause. Perhaps in listen_ligature we should do
if (ev->get_cause ())
{
Direction d = to_dir.....
ASSIGN_EVENT_ONCE ....
}
so that events without a cause are never assigned.