One more thing ... Le 13/11/2022 à 01:35, Jeff Olson a écrit :
I've done #(ly:font-config-display-fonts) as directed in the 2.23 NR (thanks for adding that), and it listsfamily Times New Roman Times New Roman:style=Bold,Negreta, ...But the MWE above with all those variations still fails even after trying all of these overrides%\markup \override #'(font-name . "Times") "ABCDEFG#b" %\markup \override #'(font-name . "Times Bold") "ABCDEFG#b" %\markup \override #'(font-name . "Times New Roman") "ABCDEFG#b" \markup \override #'(font-name . "Times New Roman Bold") "ABCDEFG#b"
Here, the problem is the missing comma: \version "2.23.81" \markup \override #'(font-name . "Times New Roman,") "ABCDEFG#b" \markup \override #'(font-name . "Times New Roman, Bold") "ABCDEFG#b"This is mentioned here: https://lilypond.org/doc/v2.23/Documentation/notation/fonts.html
Best, Jean
OpenPGP_signature
Description: OpenPGP digital signature