]> git.donarmstrong.com Git - lilypond.git/commitdiff
also delete note stop events.
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Thu, 18 Jan 2007 12:24:52 +0000 (13:24 +0100)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Thu, 18 Jan 2007 12:24:52 +0000 (13:24 +0100)
lily/midi-walker.cc

index c9a1fc2839587659ec64c1029f001f205871de61..08b5534e0d4badde3ebd3ceb300d409b1f438746 100644 (file)
@@ -103,6 +103,8 @@ Midi_walker::do_start_note (Midi_note *note)
     {
       Midi_note_event e;
       e.val = new Midi_note_off (note);
+
+      midi_events_.push_back (e.val);
       e.key = int (stop_ticks);
       stop_note_queue.insert (e);