blob: 523e12924fd0163b59048232db0d6669c05f4a1f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
ffmchar("Eng",15,ht#,acc_depth#);
italcorr .8ht#*slant;
x1=leftstemloc+noise;
x2=leftstemloc+noise;
x4=w-leftstemloc+noise;
x5=w-leftstemloc+noise;
x6=.5w+noise;
x7=.382w+noise;
bot y1=noise-o;
top y2=h+o+noise;
y3=y4+ygap+noise;
bot y4=noise-o;
top y5=h+o+noise;
bot y6=noise-d;
bot y7=noise-d;
z3=whatever[z4,z5];
draw z1--z2--z3;
draw z7--z6
& arc(z6,z6-z7,z4,z5-z4)
& z4--z5;
charanchortops_[charcode]=(.5w,h);
labels(1,2,3,4,5,6,7);
endchar;
|