Status: Accepted Owner: ---- Labels: Type-Defect Priority-Critical
New issue 1624 by philehol...@googlemail.com: Segfault with stabel and development versions
http://code.google.com/p/lilypond/issues/detail?id=1624 Reported by ornello: The code below causes a segfault \layout { \context { \Voice \remove "Note_heads_engraver" \consists "Completion_heads_engraver" } } { e'16 ~ < e' b' > 4 } Reproducible on both 2.13.3 and 2.13.59 He adds: I think there is a wrong index in completion-note-heads-engraver.cc, line 223: Pitch *p_last = unsmob_pitch (tie_note_candidate_events_[j]->get_property ("pitch")); but should be Pitch *p_last = unsmob_pitch (tie_note_candidate_events_[i]->get_property ("pitch")); _______________________________________________ bug-lilypond mailing list bug-lilypond@gnu.org http://lists.gnu.org/mailman/listinfo/bug-lilypond