lilypond-devel
[Top][All Lists]
Advanced

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

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


From: Werner LEMBERG
Subject: convert-ly doesn't catch `make-pango-font-tree`
Date: Thu, 06 Apr 2023 13:04:03 +0000 (UTC)

[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.


    Werner



reply via email to

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