John Jason Jordan wrote:
...
I finally got it to work with this syntax:

left lbrace alignl stack  {`left [ +approximant right ]~"___
X"_0~"]"rsub stem # `left [ +nasal right ]~"___ X"_0~"]"rsub stem #
`left [ binom {+syllabic} {+front} right ]~"___ X"_0~"]"rsub stem  # `
{"___ " _stem left [ +syllabic right ]} } right rbrace
Note that I changed the offending section from "stack" with the
elements separated by #, to "binom" without the #.
...

This seems to work for me:

left lbrace
  alignl stack {
    ` left [ +approximant right ] ~
        "___ X"_0 ~ "]" rsub stem #
    ` left [ +nasal right ] ~
        "___ X"_0 ~ "]" rsub stem #
    ` left [
        stack {
          {+syllabic} #
          {+front}
        } right ] ~
        "___ X"_0 ~ "]" rsub stem  #
    ` {"___ "_stem left [ +syllabic right ]}
  }
right rbrace

Or this (slightly) simpler version:

left lbrace
  alignl ` stack {
    [ +approximant ]~"___ X"_0~"]"_stem #
    [ +nasal ]      ~"___ X"_0~"]"_stem #
    left [ stack {
      {+syllabic} #
      {+front}
    } right ]       ~"___ X"_0~"]"_stem #
    "___ "_stem [ +syllabic ]
  }
right rbrace

But maybe you need the exact appearance of the scaled square braces. They look kind of strange to me (too thin).

<Joe


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to