> On 5 Oct 2022, at 14:21, Alex Harker <[email protected]> wrote: > > I was wondering if anyone could help me debug a missing fonts issue on Mac. > I’m having an issue with a score that was working on a previous Lilypond.app > based install on a previous OS. > > * My install * > - I installed lilpond via Homebrew > - I am running it via the latest Mac Frescobaldi release > - I have installed the Ekmelos font to the system (and it is visible in other > Mac apps such as textedit > > * The issue* > - When I typeset the Ekmelos font gets auto-substituted with no warning and > my pdf is incorrect > - When I look at “Document Fonts” in Frescobaldi I don’t see Ekmelos listed > anywhere
It worked for me replacing the Bravura font on a sample using Helmholtz-Ellis accidentals, using MacPorts lilypond 2.23.13 on MacOS 12.6. With another font, I had to mention it explicitly, as possibly FontConfig does not look up all fonts automatically, using: \override #'(font-name . "Kefa")
