Closed chrisfargen closed 4 years ago
Got it worked out.
%%beginps
/slashz { %usage: x y slashz
12 sub
M -6 20 RM 11 12 RL 3 0 RL -11 -12 RL -3 0 RL
fill}!
%%endps
%%deco slashz 7 slashz 0 0 0
X:1
M:C
L:1/4
K:C
U: s = !slashz!
U: i = !invisible!
CEGc | "C"siz siz "G7"siz siz | CEGc | "C"siz "Am"siz "Dm7"siz "G7"siz |
The bug is fixed in the chisel repository by the commit [ee6ac46219]. Thanks.
Hello! I'm trying to get the above code to work in abc2svg.
Here's the output in abcm2ps:
However, when I run in the web editor (abc2svg-1.20.11), I get an error message:
bind error 'NaN' abc2svg bug - stack: ...
Any guidance appreciated. Thanks in advance.