lilypond-1.3.141
[lilypond.git] / midi2ly / include / midi2ly-proto.hh
blobdac1d8d1a189539826e771e021dc3740ee9cd351
1 /*
2 midi2ly-proto.hh -- declare type names in midi2ly
4 source file of midi2ly, part of the GNU LilyPond package,
6 (c) 1997--1998 Han-Wen Nienhuys <hanwen@stack.nl>
7 */
10 #ifndef MIDI2LY_PROTO_HH
11 #define MIDI2LY_PROTO_HH
13 class Midi_parser;
14 struct Midi_parser_info;
15 class Midi_score_parser;
16 class Midi_track_parser;
17 class Lilypond_stream;
18 class Lilypond_item;
19 class Lilypond_key;
20 class Lilypond_time_signature;
21 class Lilypond_note;
22 class Lilypond_tempo;
23 class Lilypond_text;
24 class Lilypond_score;
25 class Lilypond_staff;
26 class Lilypond_voice;
27 class Lilypond_column;
29 #endif // MIDI2LY_PROTO_HH