From: fred Date: Sun, 24 Mar 2002 19:33:23 +0000 (+0000) Subject: lilypond-0.0.35 X-Git-Tag: release/1.5.59~5296 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=6785a7e1cd1f0a9e1f4d0133b9f9da2cfff0c609;p=lilypond.git lilypond-0.0.35 --- diff --git a/src/midiwalker.cc b/src/midiwalker.cc index f1d74d87e4..036a227686 100644 --- a/src/midiwalker.cc +++ b/src/midiwalker.cc @@ -9,11 +9,11 @@ #include "musicalrequest.hh" #include "pscore.hh" #include "staff.hh" -#include "stcol.hh" #include "midiwalker.hh" #include "midiitem.hh" #include "midistream.hh" #include "debug.hh" +#include "staffcolumn.hh" Midi_walker::Midi_walker(Staff *st_l, Midi_track* track_l) : PCursor(st_l->cols_) @@ -21,7 +21,9 @@ Midi_walker::Midi_walker(Staff *st_l, Midi_track* track_l) track_l_ = track_l; last_moment_= 0; } - +/** + output notestop events for all notes which end before #max_moment# + */ void Midi_walker::do_stop_notes(Moment max_moment) {