Le jeudi 23 février 2023 à 04:13 +0000, rajwn a écrit :
> Regarding the problem mentioned above, I downloaded Lilypond version 2.24.1 
> but problem still exists.  
> Sorry to trouble you.  

(Adding back the list)

The first thing I would check is the output from

```
#(ly:font-config-add-directory "your-directory")
#(ly:font-config-display-fonts)
```

It should print a long list of fonts. Check that the font you want is there.

Also, are you sure that your font directory is right? Your post got mangled for 
me (I see lots of HTML entities like `"` and `'`), but I read 
`C:/Users/../../Windows/Fonts/`. `..` walks back a directory, so `C:/Users/../` 
is `C:` and `C:/Users/../../` is... I don't know, how does Windows handle this? 
Shouldn't this be `C:/Windows/Fonts`? And since this is (as far as I can read 
on the Net) the default font directory, do you really need this? I would expect 
the fonts to be found there by default...

Jean

Attachment: signature.asc
Description: This is a digitally signed message part

Reply via email to