lilypond-devel
[Top][All Lists]
Advanced

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

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


From: Jean Abou Samra
Subject: Re: convert-ly doesn't catch `make-pango-font-tree`
Date: Thu, 06 Apr 2023 15:12:26 +0200
User-agent: Evolution 3.46.4 (3.46.4-1.fc37)

Le jeudi 06 avril 2023 à 13:04 +0000, 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"
>             "Ubuntu Mono"
>             (/ (* staff-height pt) 2.5))
> }
> ```
> 
> `convert-ly` of current git doesn't catch this.

Well, the rule doesn't catch the nested expression for the factor. It only 
looks for one level of nesting.

Maybe I should rewrite it with brace_matcher. Is this something you found in a 
snippet somewhere?

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


reply via email to

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