]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/midi-chunk.hh
Run `make grand-replace'.
[lilypond.git] / lily / include / midi-chunk.hh
index fc41a541f0acd8519855d23d82842fcf6b1e34e7..ecd2fe260645012630d1804e0a6e0e4746155180 100644 (file)
@@ -3,7 +3,7 @@
   
   source file of the GNU LilyPond music typesetter
   
-  (c) 2007 Han-Wen Nienhuys <hanwen@lilypond.org>
+  (c) 2007--2008 Han-Wen Nienhuys <hanwen@lilypond.org>
   
 */
 
@@ -53,7 +53,7 @@ class Midi_header : public Midi_chunk
 public:
   DECLARE_CLASSNAME(Midi_header);
 
-  Midi_header (int format_i, int tracks_i, int clocks_per_4_i);
+  Midi_header (int format, int tracks, int clocks_per_4);
 };
 
 class Midi_track : public Midi_chunk