I believe Adam Lindsay said this around Wed, 8 Jan 2003:

>Now to figure out how to get that symbol to show up within euler. Anyone
>know how to determine the symbols in a given font?

The answer to that last one is \showfont[eurm10], of course. For some
reason I couldn't remember getting that to work, before.

In case anyone is interested, I will document my problem. Because I'm
using Euler as my math font, I can't get at many symbols, including the
musical ones. With my current font definitions, I didn't get much joy
with cmr acting as a fallback in math.

Not really married to the idea of using math mode for music anyway, I do
this instead:
\definesymbol [Flat] [\getglyph{pxmi}{\char91}] % txmi (times) or cmmi10
(cmr) 
\definesymbol [Natural] [\getglyph{pxmi}{\char92}] %can be substituted
for pxmi
\definesymbol [Sharp] [\getglyph{pxmi}{\char93}]
\def\Flat{\symbol[Flat]}
\def\Natural{\symbol[Natural]}
\def\Sharp{\symbol[Sharp]}

Are there any better ways of doing this?


Now, with Euler math, I'm still not getting the nice euler numerals when
in math mode... I suspect I'm not picking up the math characters in math-
eul, but I have no idea of how to load those definitions. Any clues on
that one?  

Cheers,
adam

--
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
 Adam Lindsay                  +44(0)1524 594 537
 [EMAIL PROTECTED]
 http://www.comp.lancs.ac.uk/computing/users/atl/
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=

_______________________________________________
ntg-context mailing list
[EMAIL PROTECTED]
http://www.ntg.nl/mailman/listinfo/ntg-context

Reply via email to