lilypond-user
[Top][All Lists]
Advanced

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

Re: Testers wanted


From: Knut Petersen
Subject: Re: Testers wanted
Date: Wed, 14 Jul 2021 13:43:30 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.10.2

Hi Harm,
If possible send also the fonts used on your system.
Do you mean the output of
$ lilypond -dshow-available-fonts &> fonts
?

Of course not ;-)

Ok. Compile the test file without the cairo backend :

LANG=c bin/lilypond  -l DEBUG filename_名字♯.ly &> nocairotrace

In nocairotrace you see the fonts that were used, e.g.:

[...]
Drawing systems...
Initializing embedded CFF font list.
Embedding CFF font `C059-Roman'.
[/home/lilytest/lilypond/usr/share/lilypond/current/fonts/otf/C059-Roman.otf]
[/usr/share/fonts/truetype/DejaVuSerif.ttf]
[/usr/share/fonts/truetype/sazanami-mincho.ttf]
[/home/lilytest/lilypond/usr/share/lilypond/current/ps/music-drawing-routines.ps]
[/home/lilytest/lilypond/usr/share/lilypond/current/ps/lilyponddefs.ps]
Paper_outputter elapsed time: 1.09 seconds
Converting to `filename_名字♯.pdf'...
[...]

The font files that were not supplied by the lilypond installer are those of interest (here: DejaVuSerif.ttf and sazanami-mincho.ttf).

After that compile with the cairo backend:

LANG=c bin/lilypond  -l DEBUG -dbackend=cairo filename_名字♯.ly &> cairotrace

and send the fonts identified in the first rund and cairotrace from the second run.

Knut


reply via email to

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