lilypond-user
[Top][All Lists]
Advanced

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

Re: error code 1 - GUILE signaled an error for the expression beginning


From: Jean Abou Samra
Subject: Re: error code 1 - GUILE signaled an error for the expression beginning here
Date: Thu, 8 Jul 2021 19:38:51 +0200 (CEST)


Le 08/07/2021 18:03, ming tsang <ming.tsang94@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

reply via email to

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