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

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" >

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