]> git.donarmstrong.com Git - lilypond.git/blob - hdr/proto.hh
release: 0.0.17
[lilypond.git] / hdr / proto.hh
1
2 /*
3   proto.hh -- part of LilyPond
4
5   (c) 1996 Han-Wen Nienhuys
6 */
7
8 #ifndef PROTO_HH
9 #define PROTO_HH
10
11 #include "fproto.hh"
12 #include "real.hh"
13
14
15 struct Absdynamic_req;
16 struct Accidental;
17 struct Atom;
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 Interval;
34 struct Item;
35 struct Key;
36 struct Keyitem;
37 struct Keyword;
38 struct Line_of_score;
39 struct Line_of_staff;
40 struct Linestaff;
41 struct Local_key;
42 struct Local_key_item;
43 struct Lookup;
44 struct Lyric_req;
45 struct Mixed_qp;
46 struct Molecule;
47 struct Note_req;
48 struct Notehead;
49 struct Offset;
50 struct Output;
51 struct PCol;
52 struct PScore;
53 struct PStaff;
54 struct Paperdef;
55 struct Parametric_symbol;
56 struct Request;
57 struct Rest;
58 struct Rest_req;
59 struct Rhythmic_req;
60 struct Score;
61 struct Score_column;
62 struct Staff_commands;
63 struct Script_req;
64 struct Slur;
65 struct Slur_req;
66 struct Span_req;
67 struct Spanner;
68 struct Staff;
69 struct Staff_column;
70 struct Stem;
71 struct Stem_req;
72 struct String;
73 struct Symbol;
74 struct Symtable;
75 struct Symtables;
76 struct Tex_stream;
77 struct Text_gob;
78 struct Voice;
79 struct Voice_element;
80 struct Voicegroup;
81
82 struct Voice_list;
83 struct Input_music;
84 struct Simple_music;
85 struct Complex_music;
86 struct Music_voice;
87 struct Music_general_chord;
88
89 struct Input_score;
90 struct Input_staff;
91 struct Input_command;
92 struct Notename_tab;
93 struct Input_file;
94 struct Keyword_table;
95 #endif // PROTO_HH