Christopher M. Jones skryf:
> I normally specify my fonts using sty files, e.g., times.sty. If I include 
> one of these sty files in a latex document where musixtex.sty is also used, 
> latex is unable to find any of my fonts. Why is this? What can be done to fix 
> it?
It is critically important in what order you include the packages.
The correct order is to have musixtex first.

\documentclass ...
\input musixtex
\usepackage{times}

Dirk
_______________________________________________
TeX-music mailing list
[EMAIL PROTECTED]
http://sunsite.dk/mailman/listinfo/tex-music

Reply via email to