lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Completion_heads_engraver produces segmentation fault


From: address@hidden
Subject: Re: Completion_heads_engraver produces segmentation fault
Date: Tue, 19 Apr 2011 10:03:47 -0400

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]