On Apr 19, 2011, at 7:25 AM, ornello wrote:

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


Your suggestion is spot on - I've changed the code in the most recent 
development version to fix this.

Cheers,
MS


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

Reply via email to