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