The problem is still there in version 2.26, though the workaround of adding font files individually is now available and is verified to work.

I'd be happy to provide copies of the OTF files for testing.

-- Mike

On 18/05/2026 05:44, Werner LEMBERG wrote:

Lilypond 2.24.4 on Debian Linux.

Please try the new 2.26 version!  We don't apply any fixes to the 2.24
series.

Note in particular that the font selection has changed.  The simplest
cases should be covered by `convert-ly`, but more complicated
situations might need additional manual work.


     Werner
\version "2.26.0"
\language "english"

#(ly:font-config-add-directory "fonts/")

\paper {
  property-defaults.fonts.serif = "Minion Pro"
}

\new Staff <<
  \clef "treble" \key g \major
  \relative {
    g'8 a b-- g-- 
  }
  \addlyrics {
    Al -- le -- lu -- ia!
  }
>>

Reply via email to