lilypond-devel
[Top][All Lists]
Advanced

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

Re: subfonts


From: Knut Petersen
Subject: Re: subfonts
Date: Thu, 1 Jul 2021 17:18:04 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.10.2

Hi Werner,
In framework-ps we have this code at lines 501+

   [...]
   (else
      (ly:font-sub-fonts font))))
   [...]

The 'else' clause is different. A diagnostic patch showed that it is
never executed during 'make doc'.

Does anybody know a font/example that triggers usage of the code in
the 'else' clause?
This is Han-Wen's code from 2005 (commit ea6d4c224d9) to handle the
`LILF` table in the Emmentaler font.  Looking into
`gen-emmentaler-brace.fontforge.py` it should be related to braces in
various sizes.

Today the emmentaler* fonts arrive at clause 1, all other fonts used during 
building of the lilypond docs arrive at clause 2, and we learn about 
magfontemmentaler-* usageĀ  by executing define-fonts, a procedure in the 
backend-library ...

Knut




reply via email to

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