> FROM: [EMAIL PROTECTED]
> 2) How do I get the flat-symbol into a \xcharnote?
\fl{1} a flat at pitch 1
The symbol has no spacing!
This works outside \startpiece...\endpiece, too:
These are four flats ~~\fl{1}~~\fl{1}~~\fl{1}~~\fl{1}.
In the same way one may get other symbols e.g.
This is an upstem quarter note \zqu{1}~~.
But this requires that at least one \startpiece...\endpiece or
\startextract...\endextract has been issued before. You may use a
dummy version:
\newbox\extract\def\extractline{\setbox\extract\hbox}
\startextract\endextract
This is an upstem quarter note \zqu{1}~~.
-- Werner