Le 08/07/2021 18:03, ming tsang <ming.tsan...@gmail.com> a écrit :
Dear Lilyponders,How to resolve the GUILE signaled error?The same #( ... ) for other code don't have errors, but line 12 does.I am running with frecobaldi v3.1.3 and lilypond v2.23.3 and in window 10.Thank you for the help.waiming Tsang.
Replace
#'(define modt (stat:mtime (stat filen)))
with
#(define modt (stat:mtime (stat filen)))
without the quote — not sure how it slipped through.
Regards,
Jean