Different parentheses error with all lowercase - Case Sensitive Symbols

Hello,

I created my parentheses for upper and lowercase characters: a set of .case for all uppercase and .alt for lowercase. Uppercase parentheses work fine using my .case symbols but when using all lowercase, I get a correct small .alt parentheses at start of word but then a big .case parentheses at end of word.

Screenshots attached, just the correct code to be able to have my big parentheses work for all uppercase and small parentheses work for all lowercase. Thanks so much, this has been driving me crazy.



The last line in your calt feature doesn’t look right. I would expect it to be:

sub @lowercase parenright' by parenright.alt;

But all the other ones are missing the ' after the glyph name. Otherwise that glyph would be removed.