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