lilypond-0.0.4
[lilypond.git] / proto.hh
blob0721e19fd46959af4c61dc41779641b140306f29
1 #include "real.hh"
3 class Vector;
4 class Matrix;
5 class Line_of_score;
6 class Line_of_staff;
7 class PCol;
8 class PStaff;
9 class Staff;
10 class Staff_column;
11 class Score;
12 class Score_column;
13 class Voice;
14 class Voice_element;
15 class Voicegroup;
16 class Request;
17 class Command;
18 class Request;
19 class Stem_req;
20 class Span_req;
21 class Slur_req;
22 class Decresc_req;
23 class Cresc_req;
24 class Bracket_req;
25 class Script_req;
26 class Rest_req;
27 class Note_req;
28 class Lyric_req;
29 class Chord;
30 class Absdynamic_req;
31 struct Offset;
32 struct Interval;
33 struct Box;
34 struct PCol;
35 struct Idealspacing;
36 struct Spanner;
37 struct Item;
38 struct Line_of_staff;
39 struct Colinfo;
40 struct Linestaff;
41 struct Atom;
42 struct Molecule;
43 struct PScore;
44 struct Request;
45 struct Note_req;
46 struct Lyric_req;
47 struct Script_req;
48 struct Rest_req;
49 struct Chord;
50 struct Stem_req;
51 struct Span_req;
52 struct Beam_req;
53 struct Bracket_req;
54 struct Slur_req;
55 struct Dynamic;
56 struct Cresc_req;
57 struct Decresc_req;
58 struct Absdynamic_req;
59 struct Score_column;
60 struct Score;
61 struct Staff_column;
62 struct Staff;
63 struct Command;
64 struct Symbol;
65 struct Stretchable_symbol;
66 struct Output;
67 struct Text_gob;
68 struct Voice;
69 struct Voicegroup;
70 struct Voice_element;
71 struct String;
72 struct Tex_stream;
73 struct Identifier;
74 struct Keyword;
75 class Mixed_qp;
76 typedef Mixed_qp Optimisation_problem;