]> git.donarmstrong.com Git - lilypond.git/blob - lily/include/lily-proto.hh
release: 0.0.49
[lilypond.git] / lily / include / lily-proto.hh
1
2 /*
3   lily-proto.hh -- declare 
4
5   source file of the LilyPond music typesetter
6
7   (c) 1997 Han-Wen Nienhuys <hanwen@stack.nl>
8 */
9
10
11 #ifndef LILY_PROTO_HH
12 #define LILY_PROTO_HH
13
14 struct    My_lily_lexer;
15 struct My_lily_parser;
16 struct Notename_table;
17 struct Absolute_dynamic_req;
18 struct Barcheck_req;
19 struct Bar_req;
20 struct Beam_req;
21 struct Blank_req;
22 struct Bracket_req;
23 struct Cadenza_req;
24 struct Clef_change_req;
25 struct Cresc_req;
26 struct Decresc_req;
27 struct Durational_req;
28 struct Dynamic_req;
29 struct Group_change_req;
30 struct Group_feature_req;
31 struct Key_change_req;
32 struct Lyric_req;
33 struct Melodic_req;
34 struct Measure_grouping_req;
35 struct Meter_change_req;
36 struct Musical_req;
37 struct Command_req;
38 struct Note_req;
39 struct Plet_req;
40 struct Partial_measure_req;
41 struct Rest_req;
42 struct Rhythmic_grouping_req;
43 struct Rhythmic_req;
44 struct Script_req;
45 struct Skip_req;
46 struct Slur_req;
47 struct Spacing_req ;
48 struct Span_req;
49 struct Span_dynamic_req;
50 struct Subtle_req;
51 struct Stem_req;
52 struct Terminate_voice_req;
53 struct Text_req;
54 struct Timing_req;
55
56 #endif // LILY_PROTO_HH