forked from 0xfe/vexflow
-
Notifications
You must be signed in to change notification settings - Fork 1
/
typedoc.ts
88 lines (87 loc) · 2.81 KB
/
typedoc.ts
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
export * from './src/accidental';
export * from './src/annotation';
export * from './src/articulation';
export * from './src/barnote';
export * from './src/beam';
export * from './src/bend';
export * from './src/boundingbox';
export * from './src/boundingboxcomputation';
export * from './src/canvascontext';
export * from './src/chordsymbol';
export * from './src/clef';
export * from './src/clefnote';
export * from './src/crescendo';
export * from './src/curve';
export * from './src/dot';
export * from './src/easyscore';
export * from './src/element';
export * from './src/factory';
export * from './src/flow';
export * from './src/font';
export * from './src/formatter';
export * from './src/fraction';
export * from './src/frethandfinger';
export * from './src/ghostnote';
export * from './src/glyph';
export * from './src/glyphnote';
export * from './src/gracenote';
export * from './src/gracenotegroup';
export * from './src/gracetabnote';
export * from './src/keymanager';
export * from './src/keysignature';
export * from './src/keysignote';
export * from './src/modifier';
export * from './src/modifiercontext';
export * from './src/multimeasurerest';
export * from './src/music';
export * from './src/note';
export * from './src/notehead';
export * from './src/notesubgroup';
export * from './src/ornament';
export * from './src/parser';
export * from './src/pedalmarking';
export * from './src/registry';
export * from './src/renderer';
export * from './src/repeatnote';
export * from './src/stave';
export * from './src/stavebarline';
export * from './src/staveconnector';
export * from './src/stavehairpin';
export * from './src/staveline';
export * from './src/stavemodifier';
export * from './src/stavenote';
export * from './src/staverepetition';
export * from './src/stavesection';
export * from './src/stavetempo';
export * from './src/stavetext';
export * from './src/stavetie';
export * from './src/stavevolta';
export * from './src/stem';
export * from './src/stemmablenote';
export * from './src/stringnumber';
export * from './src/strokes';
export * from './src/svgcontext';
export * from './src/system';
export * from './src/tables';
export * from './src/tabnote';
export * from './src/tabslide';
export * from './src/tabstave';
export * from './src/tabtie';
export * from './src/textbracket';
export * from './src/textdynamics';
export * from './src/textfont';
export * from './src/textnote';
export * from './src/tickable';
export * from './src/tickcontext';
export * from './src/timesigglyph';
export * from './src/timesignature';
export * from './src/timesignote';
export * from './src/tremolo';
export * from './src/tuning';
export * from './src/tuplet';
export * from './src/util';
export * from './src/vex';
export * from './src/vibrato';
export * from './src/vibratobracket';
export * from './src/voice';
export * from './src/types/common';