It seems that if there is a dash in glyph names the math is not calculated correctly for the margins. Here is an example:
# this works
# >g2-tmp = ^ g1-tmp, g1-tmp
# math is not working correclty
>g2-tmp = ^ g1-tmp*1.25, g1-tmp/1.6
The parser apparently separates the glyph names even when there is no space between dash and a glyph name.
It seems that if there is a dash in glyph names the math is not calculated correctly for the margins. Here is an example:
The parser apparently separates the glyph names even when there is no space between dash and a glyph name.