>    \override #'(font-name . "binnerd" )
>    works fine, but
>    \override #'(font-name . "minion regular" )
>    comes out with the default(?) font.

Under Windows, I think you have to use the filename of the font
(without the ".TTF" suffix), not the friendly-fontname.

In my Windows/FONTS directory I have

   FontName       FileName
   .....          .....
   BinnerD        BINNERN.TTF
   .....          .....
   .....          .....

which means I would have to use

    \override #'(font-name . "binnern")

on my system.  I don't have a font named "minion regular"; you do,
of course, so look for its FileName in your Windows/FONTS directory,
or in whatever directory your minion regular font is stored.

-- Tom



_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to