Le dimanche 09 avril 2023 à 08:25 -0400, Pierre-Luc Gauthier a écrit :
> convert-ly actually does not work at all on my system
> for the time being which is quite strange.
The same problem as
https://lists.gnu.org/archive/html/bug-lilypond/2023-04/msg3.html , I
guess? Let's discuss it ther
Le jeudi 06 avril 2023 à 13:46 +, Werner LEMBERG a écrit :
> ```
>
> >> In my source file I have
> >>
> >> ```
> >> \version "2.24"
> >>
> >> \paper {
> >> fonts = #(make-pango-font-tree
> >> "Linux Libertine O"
> >> "Linux Biolinum O"
> >> "Ubuntu Mono"
I too had make-pango-font-tree peppered here and there. I adapted the
code manually as convert-ly actually does not work at all on my system
for the time being which is quite strange.
>> What is the new and correct command?
> You can find that in changes.tely.
git log -p $ly/Documentation/en/chan
> Le 9 avr. 2023 à 12:12, Joram Berger a écrit :
>
> Yes, I regularly use this snippet to set the document fonts. I think I
> learned it from Abraham Lee. IIRC, Frescobaldi also pasted it with the
> menu entry
> Tools > Document fonts …
>
> What is the new and correct command?
You can find
Yes, I regularly use this snippet to set the document fonts. I think I
learned it from Abraham Lee. IIRC, Frescobaldi also pasted it with the
menu entry
Tools > Document fonts …
What is the new and correct command? What Frescobaldi gives me?
\paper {
#(define fonts
(set-global-fonts
#
>> In my source file I have
>>
>> ```
>> \version "2.24"
>>
>> \paper {
>> fonts = #(make-pango-font-tree
>> "Linux Libertine O"
>> "Linux Biolinum O"
>> "Ubuntu Mono"
>> (/ (* staff-height pt) 2.5))
>> }
>> ```
>>
>> `convert-ly` of current git
Le jeudi 06 avril 2023 à 13:04 +, Werner LEMBERG a écrit :
> ```
>
> [0cb681106e53c50d53a35304df639ad8a2a88cbc]
>
>
> In my source file I have
>
> ```
> \version "2.24"
>
> \paper {
> fonts = #(make-pango-font-tree
> "Linux Libertine O"
> "Linux Biolinum O"
>
[0cb681106e53c50d53a35304df639ad8a2a88cbc]
In my source file I have
```
\version "2.24"
\paper {
fonts = #(make-pango-font-tree
"Linux Libertine O"
"Linux Biolinum O"
"Ubuntu Mono"
(/ (* staff-height pt) 2.5))
}
```
`convert-ly` of current gi