Re: subfonts

2021-07-01 Thread Werner LEMBERG
>>> 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

Re: subfonts

2021-07-01 Thread Knut Petersen
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

Re: subfonts

2021-07-01 Thread Werner LEMBERG
>> 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

Re: subfonts

2021-07-01 Thread Werner LEMBERG
> 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 >

subfonts

2021-07-01 Thread Knut Petersen
Hi everybody! In framework-ps we have this code at lines 501+ (define (load-fonts paper)     (let* ((fonts (ly:paper-fonts paper))    ;; todo - doc format of list.    (all-font-names     (map (lambda (font)    (cond ((string? (ly:font-file-name f