> Date: Fri, 27 Oct 2000 12:02:25 -0300 (ADT)
> From: Pantelis Andreou <[EMAIL PROTECTED]>
> Hello everyone,
> There has to be a better way to write the following code with
> musixtex, using a triolet indication and a bracket.
> \startpiece
> \Notes\sk\uptext{\kern .6in \raise -.7in \hbox{4}}%
Instead of \kern use \off{...\noteskip}...\off{-...\noteskip},
instead of \uptext{... \raise...} use \zcharnote{<pitch}{...}
to use more MusiXTeX-ical terms.
But in reality Don's advice is better: it's already solved
in PMX. If you do not want to use PMX as input language,
you may at least use \xnum out of PMX's pmx.tex
-- Werner