Hello again,

I thínk there is a wrong index is 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"));

-- 
View this message in context: 
http://old.nabble.com/Completion_heads_engraver-produces-segmentation-fault-tp31431579p31431654.html
Sent from the Gnu - Lilypond - User mailing list archive at Nabble.com.


_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to