lilypond-devel
[Top][All Lists]
Advanced

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

Re: generate-documentation failure on context mods


From: Dan Eble
Subject: Re: generate-documentation failure on context mods
Date: Sun, 7 Aug 2022 07:15:42 -0400

On Jul 12, 2022, at 09:29, David Kastrup <dak@gnu.org> wrote:
> 
>> Apparently, document-mod-list in document-context-mods.scm reads
>> an unbound variable.
> 
> Well, yes.
> 
>      ((assign)
>       (string-append
>        (format #f "@item Sets translator property @code{~a} to" name-sym)
>        (if (pretty-printable? value)
>            (format #f ":~a\n" (scm->texi (car args)))
>            (format #f " ~a.\n" (scm->texi (car args))))))
> 
> Here (pretty-printable? value) should likely be (pretty-printable? (car
> args)) .

Thank you.  I included this change in 
https://gitlab.com/lilypond/lilypond/-/merge_requests/1525 by necessity.
— 
Dan




reply via email to

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