]> git.donarmstrong.com Git - lilypond.git/blob - hdr/proto.hh
0d32486ed4c085718506897123e3b90aa769c885
[lilypond.git] / hdr / proto.hh
1
2 /*
3   proto.hh -- part of LilyPond
4
5   (c) 1996,97 Han-Wen Nienhuys
6 */
7
8 #ifndef PROTO_HH
9 #define PROTO_HH
10
11 #include "fproto.hh"
12 #include "real.hh"
13
14 struct Absdynamic_req;
15 struct Accidental;
16 struct Atom;
17 struct Barcheck_req;
18 struct Beam;
19 struct Beam_req;
20 struct Box;
21 struct Bracket_req;
22 struct Chord;
23 struct Clef;
24 struct Clef_item;
25 struct Colinfo;
26 struct Command;
27 struct Cresc_req;
28 struct Decresc_req;
29 struct Dynamic;
30 struct Idealspacing;
31 struct Identifier;
32 struct Input_commands;
33 struct Item;
34 struct Key;
35 struct Keyitem;
36 struct Keyword;
37 struct Line_of_score;
38 struct Line_of_staff;
39 struct Linestaff;
40 struct Local_key;
41 struct Local_key_item;
42 struct Lookup;
43 struct Lyric_req;
44 struct Mark_req;
45 struct Mixed_qp;
46 struct Molecule;
47 struct Rational;
48 typedef Rational Moment;
49 struct Note_req;
50 struct Notehead;
51 struct Offset;
52 struct Output;
53 struct PCol;
54 struct PScore;
55 struct PStaff;
56 struct Paperdef;
57 struct Parametric_symbol;
58 struct Request;
59 struct Rest;
60 struct Rest_req;
61 struct Rhythmic_req;
62 struct Score;
63 struct Score_column;
64 struct Staff_commands;
65 struct Script_req;
66 struct Slur;
67 struct Slur_req;
68 struct Span_req;
69 struct Spanner;
70 struct Staff;
71 struct Staff_command_req;
72 struct Col_configuration;
73 struct Staff_column;
74 struct Stem;
75 struct Stem_req;
76 struct String;
77 struct Symbol;
78 struct Symtable;
79 struct Symtables;
80 struct Tex_stream;
81 struct Text_gob;
82 struct Voice;
83 struct Voice_element;
84 struct Voicegroup;
85
86 struct Voice_list;
87 struct Input_music;
88 struct Simple_music;
89 struct Complex_music;
90 struct Music_voice;
91 struct Music_general_chord;
92
93 struct Input_score;
94 struct Input_staff;
95 struct Input_command;
96 struct Notename_tab;
97 struct Input_file;
98 struct Keyword_table;
99 struct Rhythmic_grouping;
100 struct Staff_commands_at ;
101 struct Commands_at ;
102 struct Time_description;
103 struct Script_def;
104 struct Text_def;
105 struct Text_req;
106 struct Lyric_req;
107 struct Melodic_req;
108 #endif // PROTO_HH