blob: f682a90d5755a716229f09961e04358879fc963b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
ffmchar("quotedbl",8,ht#,0);
italcorr ht#*slant;
x1=leftstemloc+noise;
x2=leftstemloc+noise;
x3=w-leftstemloc+noise;
x4=w-leftstemloc+noise;
top y1=h+o+noise;
top y3=h+o+noise;
y2=.5[barheight,x_ht]+noise;
y4=.5[barheight,x_ht]+noise;
draw z1--z2;
draw z3--z4;
labels(1,2,3,4);
endchar;
|