In order to get this to work:
\usepackage{fontspec}
\setmainfont{Garamond}
I had to give some commands to update TeX's font databases:
updmap
updmap-sys
mkluatexfontdb
And I needed this command to make sure that I was specifying the correct
font name in \setmainfont{} :
fc-list | grep -i gar
--RC
_______________________________________________
Gregorio-users mailing list
[email protected]
https://mail.gna.org/listinfo/gregorio-users

