bug-lilypond
[Top][All Lists]
Advanced

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

Issue 1624 in lilypond: Segfault with stabel and development versions


From: lilypond
Subject: Issue 1624 in lilypond: Segfault with stabel and development versions
Date: Tue, 19 Apr 2011 12:23:13 +0000

Status: Accepted
Owner: ----
Labels: Type-Defect Priority-Critical

New issue 1624 by address@hidden: Segfault with stabel and development versions
http://code.google.com/p/lilypond/issues/detail?id=1624

Reported by ornello:

The code below causes a segfault

\layout {
\context {
\Voice
\remove "Note_heads_engraver"
\consists "Completion_heads_engraver"
}
}

{
  e'16 ~ < e' b' > 4
}

Reproducible on both 2.13.3 and 2.13.59

He adds:

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






reply via email to

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