Proper tex definations should probably be added to the standard tex
header files (lilyponddefs.tex, I think): something like
\font\feta=feta20 %% But this would have to change with size changes.
\def\signo{{\feta\char{60}}
\def\coda{{\feta\char{59}}
... etc
- Bill Mitchell
>
> I've also missed some simple way to include a feta symbol in a
> text string. The following workaround can be used for now:
> Include the following line in the \header section of your file:
> latexheaders = "\\font\\feta=feta20";
> write "Dal {\\feta\\char{59}} al Fine" and
> "D.C. al {\\feta\\char{60}}" respectively.
> The character codes of the different symbols can be found in
> mf/out/feta20.tex
>