On Jul 12, 2022, at 09:29, David Kastrup <d...@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