lilypond-1.5.10
[lilypond.git] / lily / include / midi-output.hh
blob0338916a538d529c496882b4f603a16d4b770f2e
1 /*
2 midioutput.hh -- declare Midi_output
4 source file of the GNU LilyPond music typesetter
6 (c) 1997 Han-Wen Nienhuys <hanwen@stack.nl>
7 */
10 #ifndef MIDIOUTPUT_HH
11 #define MIDIOUTPUT_HH
12 #include "lily-proto.hh"
15 struct Midi_output {
16 #if 0
17 Midi_output(Score* score_l, Midi_def* );
19 void do_staff(Staff*st_l, int count);
20 void header();
21 void staffs();
23 Score* score_l_;
24 Midi_def* midi_l_;
25 Midi_stream* midi_stream_l_;
26 #endif
29 #endif // MIDIOUTPUT_HH