]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/midi-walker.hh
release: 1.5.29
[lilypond.git] / lily / include / midi-walker.hh
index 342983f5f16b5e5e5e7da799c88d9b8dcf61f775..ee839339976820e6127043e5c6e4562497536e64 100644 (file)
@@ -1,7 +1,7 @@
 /*
   midi-walker.hh -- declare Midi_walker
 
-  (c) 1996--2001 Han-Wen Nienhuys  <hanwen@cs.uu.nl>
+  (c) 1996--2002 Han-Wen Nienhuys  <hanwen@cs.uu.nl>
                  Jan Nieuwenhuizen <janneke@gnu.org>
  */
 
@@ -32,11 +32,12 @@ public:
   void process ();
   void operator ++ (int);
   bool ok () const;
+
 private:
   void do_start_note (Midi_note* note_p);
   void do_stop_notes (Moment now_mom);
   void output_event (Moment now_mom, Midi_item* l);
-
+  
   Midi_track* track_l_;
   Audio_staff* staff_l_;
   int index_;