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

index 2121f57d3aca558b6c45f88ef53d4ad59d3f64d9..3673ae080b5bca9bfcc374df626aa195c9911be2 100644 (file)
@@ -25,8 +25,6 @@ class Midi_walker : public PCursor<Staff_column*> {
     Moment last_moment_;
 
     /* *************** */
-    
-    /// output notestop events
     void do_stop_notes(Moment);
 public:
     
index b17486e970c6f8e111f2ba5438db7326dacd4778..d84649fd4949b92ca2759e81c1649c5fc35650ad 100644 (file)
@@ -5,6 +5,7 @@
 
   (c) 1997 Han-Wen Nienhuys <hanwen@stack.nl>, Jan Nieuwehuizen <jan@digicash.com> 
 */
+
 #include "plist.hh"
 #include "debug.hh"
 #include "score.hh"
@@ -14,7 +15,7 @@
 #include "midioutput.hh"
 #include "midiwalker.hh"
 #include "midiitem.hh"
-#include "stcol.hh"
+#include "staffcolumn.hh"
 #include "musicalrequest.hh"