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 [email protected]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
OpenPGP_signature
Description: OpenPGP digital signature
