[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Lilypond-auto] Issue 3454 in lilypond: Crash with malformed tremolo
From: |
lilypond |
Subject: |
Re: [Lilypond-auto] Issue 3454 in lilypond: Crash with malformed tremolo code |
Date: |
Mon, 23 Dec 2013 17:38:41 +0000 |
Comment #1 on issue 3454 by address@hidden: Crash with malformed tremolo
code
http://code.google.com/p/lilypond/issues/detail?id=3454
The crash is in Beam::whole_note_close_chord_tremolo, which uses stems[0],
but the tremolo beam has no stems. The "stem does not fit in beam" warning
is because the 32nd notes become quarter notes but still have their
beam. "Stem already has beam" is because that beam collides with the
tremolo beam.
This was introduced in d8dfa74, which was reverted in 2122a96 (for
unrelated reasons), so the crash is fixed since 2.17.29. It may return if
that patch is resurrected for issue 704, and other empty-beam bugs are
plausible, so this should be added to the tests.
--
You received this message because this project is configured to send all
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- Re: [Lilypond-auto] Issue 3454 in lilypond: Crash with malformed tremolo code,
lilypond <=