lilypond-0.1.33
[lilypond.git] / hdr / midi-output.hh
bloba590f5a790510aba4d697c1d0081228931636f59
1 /*
2 midi-output.hh -- declare Midi_output
4 source file of the LilyPond music typesetter
6 (c) 1997 Han-Wen Nienhuys <hanwen@stack.nl>
7 */
10 #ifndef MIDIOUTPUT_HH
11 #define MIDIOUTPUT_HH
12 #include "pscore.hh"
14 struct Midi_output {
15 Midi_stream* midi_stream_l_;
16 Midi_output(Score* score_l, Midi_def* );
17 void do_staff(Staff*st_l, int count);
19 Midi_def* midi_l_;
21 #endif // MIDIOUTPUT_HH