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