]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/audio-staff.hh
Run `make grand-replace'.
[lilypond.git] / lily / include / audio-staff.hh
index fa6e1b942942a5958d057a0c1456a11cec65e223..86e6d4748f84860170de25e57f73e4dee707042e 100644 (file)
@@ -1,7 +1,7 @@
 /*
   audio-staff.hh -- declare Audio_staff
 
-  (c) 1996--2006 Jan Nieuwenhuizen <janneke@gnu.org>
+  (c) 1996--2008 Jan Nieuwenhuizen <janneke@gnu.org>
 */
 
 #ifndef AUDIO_STAFF_HH
@@ -14,7 +14,7 @@
 struct Audio_staff : public Audio_element
 {
   void add_audio_item (Audio_item *l);
-  void output (Midi_stream &midi_stream_r, int track_i);
+  void output (Midi_stream &midi_stream_r, int track);
 
   Audio_staff ();