]> git.donarmstrong.com Git - lilypond.git/blob - lily/include/lily-proto.hh
release: 0.0.64
[lilypond.git] / lily / include / lily-proto.hh
1 /*
2   lily-proto.hh -- declare class names.
3
4   source file of the LilyPond music typesetter
5
6   (c) 1997 Han-Wen Nienhuys <hanwen@stack.nl>
7 */
8
9
10 #ifndef LILY_PROTO_HH
11 #define LILY_PROTO_HH
12 #include "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 Feature;
31 struct Group_feature_req;
32 struct Key_change_req;
33 struct Lyric_req;
34 struct Melodic_req;
35 struct Measure_grouping_req;
36 struct Meter_change_req;
37 struct Musical_req;
38 struct Command_req;
39 struct Collision_register;
40 struct Collision;
41 struct Note_req;
42 struct Pulk_voices;
43 struct Pulk_voice;
44 struct Plet_req;
45 struct Partial_measure_req;
46 struct Request_column;
47 struct Rest_req;
48 struct Rhythmic_grouping_req;
49 struct Rhythmic_req;
50 struct Score_elem;
51 struct Score_elem_info;
52 struct Script_req;
53 struct Skip_req;
54 struct Slur_req;
55 struct Spacing_req ;
56 struct Span_req;
57 struct Span_dynamic_req;
58 struct Subtle_req;
59 struct Stem_req;
60 struct Tie_req;
61 struct Tie;
62 struct Tie_register;
63 struct Terminate_voice_req;
64 struct Text_req;
65 struct Timing_req;
66 struct Note_column_register;
67 struct Note_column;
68 struct Staff_side;
69 struct Staff_symbol;
70 struct Script_column;
71 struct Rest_column;
72 struct Rest_collision_register;
73 struct Rest_collision;
74 struct Vertical_spanner;
75 struct Vertical_brace;
76 #endif // LILY_PROTO_HH