]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-0.0.35
authorfred <fred>
Sun, 24 Mar 2002 19:33:23 +0000 (19:33 +0000)
committerfred <fred>
Sun, 24 Mar 2002 19:33:23 +0000 (19:33 +0000)
src/midiwalker.cc

index f1d74d87e47adee94e9d6484ceec854be3e82a6f..036a227686fb8f2eb64d1b7d4639f0dda226f932 100644 (file)
@@ -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<Staff_column*>(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)
 {