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