Re: Completion_heads_engraver produces duplicate ties

2011-04-21 Thread Graham Percival
On Thu, Apr 21, 2011 at 11:06:40AM +0100, Phil Holmes wrote: > bug-lilyp...@gnu.org. > > I believe you'll have to join the list. If you post with the gmane interface, you don't need to join. Cheers, - Graham ___ lilypond-user mailing list lilypond-use

Re: Completion_heads_engraver produces duplicate ties

2011-04-21 Thread Phil Holmes
- Original Message - From: "ornello" To: Sent: Thursday, April 21, 2011 10:48 AM Subject: Completion_heads_engraver produces duplicate ties The completion heads engraver produces duplicate ties (see following example): Thanks. Reported as http://code.google.com/p/lilyp

Completion_heads_engraver produces duplicate ties

2011-04-21 Thread ornello
tch")); Pitch *p_last = unsmob_pitch (tie_note_candidate_events_[j]->get_property ("pitch")); if (p && p_last && *p == *p_last) make_tie (tie_note_candidates_[i], notes_[j]); } } -