Re: convert-ly doesn't catch `make-pango-font-tree`

2023-04-09 Thread Jean Abou Samra
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

Re: convert-ly doesn't catch `make-pango-font-tree`

2023-04-09 Thread Jean Abou Samra
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"

Re: convert-ly doesn't catch `make-pango-font-tree`

2023-04-09 Thread Pierre-Luc Gauthier
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

Re: convert-ly doesn't catch `make-pango-font-tree`

2023-04-09 Thread Jean Abou Samra
> 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

Re: convert-ly doesn't catch `make-pango-font-tree`

2023-04-09 Thread Joram Berger
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 #

Re: convert-ly doesn't catch `make-pango-font-tree`

2023-04-06 Thread Werner LEMBERG
>> 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

Re: convert-ly doesn't catch `make-pango-font-tree`

2023-04-06 Thread Jean Abou Samra
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" >

convert-ly doesn't catch `make-pango-font-tree`

2023-04-06 Thread Werner LEMBERG
[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