-------- Forwarded Message --------
Subject: Re: Font paths are relative to output directory
Date: Mon, 18 May 2026 09:29:09 +0100
From: Mike Spivey <[email protected]>
To: Werner LEMBERG <[email protected]>

Good morning and thank you for your response.

The bug is still present in version 2.26.

-- Mike

On 18/05/2026 05:45, 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