2 midioutput.hh -- declare Midi_output
4 source file of the GNU LilyPond music typesetter
6 (c) 1997 Han-Wen Nienhuys <hanwen@stack.nl>
12 #include "lily-proto.hh"
17 Midi_output(Score
* score_l
, Midi_def
* );
19 void do_staff(Staff
*st_l
, int count
);
25 Midi_stream
* midi_stream_l_
;
29 #endif // MIDIOUTPUT_HH