]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/midi-walker.hh
release: 1.0.1
[lilypond.git] / lily / include / midi-walker.hh
index 313e21af3d5284050b45b73f066577506b187eb3..3be3395e621f2a75b9530708b4380a0788fdadb5 100644 (file)
@@ -1,8 +1,8 @@
 /*
   midi-walker.hh -- declare Midi_walker
 
-  (c) 1996, 1997 Han-Wen Nienhuys  <hanwen@stack.nl>
-                 Jan Nieuwenhuizen <jan@digicash.com>
+  (c) 1996,  1997--1998 Han-Wen Nienhuys  <hanwen@cs.uu.nl>
+                 Jan Nieuwenhuizen <janneke@gnu.org>
  */
 
 #ifndef MIDI_WALKER_HH
@@ -35,7 +35,7 @@ public:
     void process();
 
 private:
-    void do_start_note (Midi_note* note_l);
+    void do_start_note (Midi_note* note_p);
     void do_stop_notes (Moment now_mom);
     void output_event (Moment now_mom, Midi_item* l);