----- Original Message ----- From: "ornello" <dominik.hoer...@fun.de>
To: <lilypond-user@gnu.org>
Sent: Tuesday, April 19, 2011 12:25 PM
Subject: Re: Completion_heads_engraver produces segmentation fault



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"));

Thanks.  Added as http://code.google.com/p/lilypond/issues/detail?id=1624


--
Phil Holmes



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

Reply via email to