>|I did use >|musixtex -F "xetex" -p 312a.mtx >|after that, which did yield the correct result. Almost. The only >|problem is, that the letter "??" does not appear in the PDF output. It >|does not seem to be an issue with Cormorant Garamond, as the same goes >|for PDF output provided by Dirk (which does use the default font).
>|> To use CormorantGaramond: >|> TeX: \font\elevenrm=CormorantGaramond-Regular-osf-t1 at >|> 11pt\elevenrm >|> or similar in the preamble. My advice was faulty. CormorantGaramond-Regular-osf-t1 is a virtual T1-encoded font constructed by otftotfm for use with traditional LaTeX engines and apparently the T1 encoding doesn't support all the glyphs you need. Try TeX: \font\elevenrm="[CormorantGaramond-Regular.otf]" at 11pt\elevenrm to use the whole opentype font. Bob T. ------------------------------- [email protected] mailing list If you want to unsubscribe or look at the archives, go to http://tug.org/mailman/listinfo/tex-music

