]> git.donarmstrong.com Git - lilypond.git/blob - proto.hh
release: 0.0.5
[lilypond.git] / proto.hh
1 /*
2   proto.hh -- part of LilyPond
3
4   (c) 1996 Han-Wen Nienhuys
5 */
6
7 #ifndef PROTO_HH
8 #define PROTO_HH
9 #include "real.hh"
10
11 class Line_of_score;
12 class Line_of_staff;
13 class PCol;
14 class PStaff;
15 class Staff;
16 class Staff_column;
17 class Score;
18 class Score_column;
19 class Voice;
20 class Voice_element;
21 class Voicegroup;
22 class Request;
23 class Command;
24 class Request;
25 class Stem_req;
26 class Span_req;
27 class Slur_req;
28 class Decresc_req;
29 class Cresc_req;
30 class Bracket_req;
31 class Script_req;
32 class Rest_req;
33 class Note_req;
34 class Lyric_req;
35 class Chord;
36 class Absdynamic_req;
37 struct Offset;
38 struct Interval;
39 struct Box;
40 struct PCol;
41 struct Idealspacing;
42 struct Spanner;
43 struct Item;
44 struct Line_of_staff;
45 struct Colinfo;
46 struct Linestaff;
47 struct Atom;
48 struct Molecule;
49 struct PScore;
50 struct Request;
51 struct Note_req;
52 struct Lyric_req;
53 struct Script_req;
54 struct Rest_req;
55 struct Rhythmic_req;
56 struct Chord;
57 struct Stem_req;
58 struct Span_req;
59 struct Beam_req;
60 struct Bracket_req;
61 struct Slur_req;
62 struct Dynamic;
63 struct Cresc_req;
64 struct Decresc_req;
65 struct Absdynamic_req;
66 struct Score_column;
67 struct Score;
68 struct Staff_column;
69 struct Staff;
70 struct Command;
71 struct Symbol;
72 struct Stretchable_symbol;
73 struct Output;
74 struct Text_gob;
75 struct Voice;
76 struct Voicegroup;
77 struct Voice_element;
78 struct String;
79 struct Tex_stream;
80 struct Identifier;
81 struct Keyword;
82 class Mixed_qp;
83 class Paperdef;
84 class Score_commands;
85 class Parametric_symbol;
86
87
88
89 #endif // PROTO_HH
90