Le 09/08/2021 à 16:21, David Kastrup a écrit :
Werner LEMBERG writes:
In `notation.pdf`, section 'A.23, Scheme functions', the function
header
(define-safe-public (check-context-path path #:optional location)
gets currently translated to
check-context-path path . lambda*:G59
A qui
>> A quick work-around is to use Guile 2.x, as Jean has reported in
>> !808...
>
> Is that actually better? Last time I had contact with Guile-2.x in
> that respect, it replaced the argument lists by generic a b c d .
> That would be different here?
I don't know. I have always used 1.x; I have
Werner LEMBERG writes:
>>> In `notation.pdf`, section 'A.23, Scheme functions', the function
>>> header
>>>
>>> (define-safe-public (check-context-path path #:optional location)
>>>
>>> gets currently translated to
>>>
>>> check-context-path path . lambda*:G59
>
> A quick work-around is to us
>> In `notation.pdf`, section 'A.23, Scheme functions', the function
>> header
>>
>> (define-safe-public (check-context-path path #:optional location)
>>
>> gets currently translated to
>>
>> check-context-path path . lambda*:G59
A quick work-around is to use Guile 2.x, as Jean has reported
>> I remember faintly that you've mentioned something along this
>> direction [...]
>
> see https://gitlab.com/lilypond/lilypond/-/merge_requests/808
Ah thanks, this was it.
Werner
Werner LEMBERG writes:
> In `notation.pdf`, section 'A.23, Scheme functions', the function
> header
>
> (define-safe-public (check-context-path path #:optional location)
>
> gets currently translated to
>
> check-context-path path . lambda*:G59
>
> which looks weird. David, in case this is u
Am Montag, dem 09.08.2021 um 06:23 + schrieb Werner LEMBERG:
> In `notation.pdf`, section 'A.23, Scheme functions', the function
> header
>
> (define-safe-public (check-context-path path #:optional location)
>
> gets currently translated to
>
> check-context-path path . lambda*:G59
>
>
In `notation.pdf`, section 'A.23, Scheme functions', the function
header
(define-safe-public (check-context-path path #:optional location)
gets currently translated to
check-context-path path . lambda*:G59
which looks weird. David, in case this is unavoidable (I remember
faintly that you