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: ornello
Subject: Re: Completion_heads_engraver produces segmentation fault
Date: Tue, 19 Apr 2011 04:25:17 -0700 (PDT)

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.




reply via email to

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