blob: 050fb3683fe4894a144b61a31c7836bba29c9a13 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
ffmchar("parenleft",8,ht#,comma_depth#);
italcorr .8ht#*slant;
x2=good.x(1.5u+s+noise);
w-x1=leftstemloc-ho+noise;
w-x3=leftstemloc-ho+noise;
top y1=h+o+noise;
bot y3=noise-o-d;
y2=.5[-d,h]+noise;
draw half(z1,-randrt,z2,-randup,z3,randrt);
labels(1,2,3);
endchar;
|