]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-0.0.40
authorfred <fred>
Sun, 9 Mar 1997 00:11:04 +0000 (00:11 +0000)
committerfred <fred>
Sun, 9 Mar 1997 00:11:04 +0000 (00:11 +0000)
lily/include/midi-walker.hh

index e7c26380f48a33ceb04b973d7351dc6e6415b273..fcfcb0c6e029a0f963da08bb2eb14e24292b8ecd 100644 (file)
   */
 class Midi_walker : public PCursor<Staff_column*> {
     Midi_track *track_l_;
+    
     PQueue<Melodic_req*, Moment> stop_notes;
     Moment last_moment_;
 
     /* *************** */
     void do_stop_notes(Moment);
-    
+    void do_start_note(Note_req *note_l);
     void output_event(Midi_item&, Moment);
 public: