]> git.donarmstrong.com Git - lilypond.git/blob - hdr/midi-output.hh
release: 0.0.38
[lilypond.git] / hdr / midi-output.hh
1 /*
2   midi-output.hh -- declare Midi_output
3
4   source file of the 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 "pscore.hh"
13
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);
18
19     Midi_def* midi_l_;
20 };
21 #endif // MIDIOUTPUT_HH