lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Strange font problem in 2.24.0


From: Jean Abou Samra
Subject: Re: Strange font problem in 2.24.0
Date: Sat, 31 Dec 2022 16:33:03 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.6.0

Le 31/12/2022 à 14:56, Sven Axelsson a écrit :
Hi list,

I have just updated my sheet music archive to LilyPond 2.24.0. It went well, but I am seeing a strange font encoding problem.

I have installed LilyPond on a Mac M1 running MacOS 13.1 with Homebrew which builds from source using Guile 3.0.

Running this code

\version "2.24.0"

\markup \line { N is wrong. }
\markup \line { \bold N is fine. }

I get this result

CleanShot 2022-12-31 at 14.37.39@2x.png
I'd appreciate it if someone could check if this happens with other installs or if it is Homebrew specific. I have only seen it happen for the letter N.


Ugh.

We recently saw a problem of this type, but I don't think it's the same, or at least not exactly the same, although it could be similar.

Can you please compile this code ? It should prints lots of stuff to the log. Send that back.

\version "2.24.0"

#(define-markup-command (debug layout props arg) (markup?)
   (let ((stil (interpret-markup layout props arg)))
     (pretty-print (ly:stencil-expr stil)
                   (current-error-port))
     (flush-all-ports)
     stil))

\markup \debug \line { N is wrong. }
\markup \debug \line { \bold N is fine. }



Thanks,
Jean

Attachment: OpenPGP_signature
Description: OpenPGP digital signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]