I'm not top posting.
In this example the indentation is off. The second last '}' should be
indented. The '--->' causes this. With just '--' or '->' the indentation
works fine. Also, with '--->' emacs complains of "mismatched parentheses"
when the final '}' is entered. All indentation following '--->' is
disrupted. Using '->--' instead avoids the indentation/parenttheses
mismatch problem but then stacks the tenuto and accent in the opposite
order (not what I want).
-David
%%%%%%%%%%%
version "2.12.3"
\score {
\relative c' {
c4--->
}
}
%%%%%%%%%%%