]> git.donarmstrong.com Git - lilypond.git/blob - lily/include/lily-proto.hh
release: 0.0.59
[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 Script_req;
51 struct Skip_req;
52 struct Slur_req;
53 struct Spacing_req ;
54 struct Span_req;
55 struct Span_dynamic_req;
56 struct Subtle_req;
57 struct Stem_req;
58 struct Tie_req;
59 struct Tie;
60 struct Tie_register;
61 struct Terminate_voice_req;
62 struct Text_req;
63 struct Timing_req;
64 struct Note_column_register;
65 struct Note_column;
66 struct Staff_side;
67 struct Staff_symbol;
68 struct Script_column;
69 struct Rest_column;
70 struct Rest_collision_register;
71 struct Rest_collision;
72 #endif // LILY_PROTO_HH