lilypond-0.1.57
[lilypond.git] / hdr / midioutput.hh
blob34d7f7b039b1128291ba27bdae3da6640aac89b7
1 /*
2 midioutput.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