blob: ea231ef628634fcb12d3bf5a4857404e91e109fd (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
ffmchar("F",14,ht#,0);
italcorr .9ht#*slant;
x1=leftstemloc+noise;
x3=leftstemloc+noise;
x4=w-leftstemloc+ho+noise;
x5=w-leftstemloc+ho-xgap+noise;
bot y1=noise-o;
y2=barheight+noise;
top y3=h+noise;
top y4=h+noise;
y5=barheight+noise;
bot y6=noise;
z2=whatever[z1,z3];
draw z1--z2--z5;
draw z2--z3--z4;
labels(1,2,3,4,5);
endchar;
|