]> git.donarmstrong.com Git - lilypond.git/blobdiff - src/staff.cc
release: 0.0.33
[lilypond.git] / src / staff.cc
index a69f625aed51d024cde0fda7f4942de5da8bccd8..c93ca997cc87b285de6fb4b11a366408abad7935 100644 (file)
@@ -8,6 +8,7 @@
 #include "debug.hh"
 #include "musicalrequest.hh"
 #include "commandrequest.hh" // todo
+#include "midistream.hh"
 
 void
 Staff::add(PointerList<Voice*> const &l)
@@ -39,6 +40,13 @@ Staff::clean_cols()
     }
 }
 
+// Midi_track*
+// Staff::midi_track_p()
+// {
+//     Midi_track_p midi_track_p = new Midi_track;
+//    Midi_walker( *this );
+// }
+
 Staff_column *
 Staff::get_col(Moment w, PCursor<Staff_column*> *last)
 {    
@@ -123,7 +131,6 @@ Staff::last() const
     return l;
 }
 
-
 void
 Staff::print() const
 {