blob: 918db5f01bfa429f9d77a226aabf7929b9aa715f (
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
|
font_identifier:="musix13";
mode_setup;
font_size 12.8pt#;
nhh#:=3.2pt#;
nhw#:=3.84pt#;
gregwidth#:=0.5*sqrt(2)*nhw#;
thin#:=1/50designsize;
med#:=1/33designsize;
thick#:=1/16designsize;
thinwidth := 0.08pt;
beamht#:=0.48nhh#;
define_pixels(nhh,nhw,beamht,gregwidth);
define_blacker_pixels(thin,med,thick);
pair ne,se,sw,nw; %northeast,southeast,southwest,northwest
ne = up+right; se = down+right; sw = down+left; nw = up+left;
font_x_height nhh#;
font_quad nhw#;
input musixgen
|