Skip to content

A fix for the missing ‘AScore’ font when editing PDF scores exported from Logic Pro

Opening PDFs exported from Logic Pro for editing in applications like Adobe Illustrator and Affinity can result in rendering issues due to certain glyphs relying on the proprietary Logic font ‘AScore’. Here’s a solution to the problem.

tl;dr: I found the AScore font in /Applications/Logic Pro.app/Contents/Frameworks/MACore.framework/Versions/A/Resources, installed it with Font Book, and can now open Logic’s PDFs in Affinity without rendering problems.

I use Apple’s Logic Pro to produce written musical scores. Logic is a bit of an eccentric choice for this purpose: its scoring functionality has its share of quirks, and probably doesn’t quite match a dedicated scoring application like Dorico in terms of power and flexibility. But it gets the job done and is actually quite capable.

Sometimes I want to open a PDF of a score exported from Logic in an application like Adobe Illustrator or Affinity for light editing. Logic uses internal fonts called ’AScore‘ and ’AScoreParts’ for certain musical glyphs, which don’t render when opened in Illustrator and Affinity (you get a ‘missing font’ message). This problem bumbazed me for the longest time, but I finally figured out a fix.

AScore and AScoreParts aren’t installed along with the other system fonts, but I knew they had to be somewhere in the file system. Maybe I could find them and install them along with the others, which would allow them to be picked up by other applications. To my delight, this theory panned out. I located the fonts, installed them, and I can now open Logic PDFs in Affinity for editing (which is sometimes necessary when I can’t quite get Logic to format exactly the way I want it to – as I said, the scoring functionality can be quirky).

Side-by-side comparison of my score for ‘The Lang-Leggit Lurcher’, with rendering issues (on the left; problematic glyphs highlighted in yellow), and rendered properly (on the right) after installing the AScore font on my Mac.
Before installing the AScore font, my score for ‘The Lang-Leggit Lurcher’ had rendering issues (left, highlighted in yellow) when opening in Affinity. After locating and installing the font, it opens as expected (right).

Installing the fonts permalink

On my machine (running Logic Pro 12.3 on macOS Tahoe 26.6.1), AScore and AScoreParts are stored in /Applications/Logic Pro.app/Contents/Frameworks/MACore.framework/Versions/A/Resources. To install them, I opened Finder and selected ‘Go to Folder…’ from the ‘Go’ menu, pasted in the aforementioned path (adjust it if your Logic app lives elsewhere, such as in the Users folder), and hit Enter. I then saw AScore.ttf and AScoreParts.ttf listed. Woop. I double-clicked both to open and install them via Font Book. They’re then picked up when I open my PDF scores in Affinity. (I’ve only actually encountered AScore in the wild, but I installed AScoreParts too in case I use one of its symbols in the future.)

The Logic folder structure may well change with a subsequent version. If you’re reading this and the fonts are no longer at the path where I found them, try searching via Terminal:

  1. cd '/Applications/Logic Pro.app'
  2. find . -name "*AScore*"

(I was originally going to post all this as a reply to a thread on the Affinity forums, but I see they’re now read-only, replaced with a Discord community. That’s not a lot of use for people searching for answers. Apparently, moving communities to Discord is a trend.)