2 lilypond, (c) 1996,97 Han-Wen Nienhuys
11 /// intuitive interface to symbol table
13 Symtables
*symtables_
;
16 void add(String
, Symtable
*);
20 Symbol
linestaff(int n
, Real w
);
22 Symbol
beam_element(int,int,Real
=0);
24 /// round slope to closest TeXslope
25 Symbol
beam(Real
&,Real
);
28 pos == 3 : 3 lines above staff (extending below note)
30 pos == -3: below staff
32 Symbol
streepjes(int pos
);
34 Symbol
meter(Array
<Scalar
>);
35 Symbol
stem(Real y1_pos
, Real y2_pos
);
36 Symbol
rule_symbol(Real height
, Real width
);
37 Symbol
accidental(int);
44 Symbol
slur(int dy
, Real
&dx
, int dir
);
45 Symbol
half_slur(int dy
, Real
&dx
, int dir
, int xpart
);
46 Symbol
half_slur_middlepart(Real
&dx
, int dir
);
47 Symbol
big_slur(int dy
, Real
&dx
, int dir
);
48 Symbol
text(String style
, String text
, int align
= 1);
49 Symbol
script(String idx
);
50 Symbol
hairpin(Real
& width
, bool decresc
);
53 Lookup(Lookup
const &);