On Jun 26, 2026, at 9:34 AM, Knute Snortum <[email protected]> wrote:

On Thu, Jun 25, 2026 at 6:37 PM [email protected] <[email protected]> wrote:
Can you post a MWE?  (Minimal Working Example, where "minimal" means as small as possible and "working" means it compiles but shows the error.)

Sorry for the slow reply, busy week.


Don't know why, but you have to set sans and typewriter to "lilyjazz-chord", 

%%%
\version "2.26.0"

\paper {
    #(set-paper-size "letter")
    indent = 0.0
    ragged-last = ##f

  property-defaults.fonts.music = "lilyjazz"
  property-defaults.fonts.serif = "lilyjazz-text"
  property-defaults.fonts.sans = "lilyjazz-chord"       %%% changed
  property-defaults.fonts.typewriter = "lilyjazz-chord" %%% changed
}

Unfortunately that doesn't work in my use case and I continue to have the same error. Could I have a corrupted font table, possibly? But that wouldn't explain there being no problem with 2.24.

 I should note that I am using the old fonts by Jean Pierre rather than the newer ones by Abraham, because I like the way they look much better.

Reply via email to