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: David Kastrup
Subject: Re: error code 1 - GUILE signaled an error for the expression beginning here
Date: Thu, 08 Jul 2021 19:03:23 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux)

ming tsang <ming.tsang94@gmail.com> writes:

> 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.
> [image: image.png]

I read

#'(define modt     (stat:mtime (stat filen)))
#(define modts    (strftime "%m/%d/%Y %H:%M:%S" (localtime modt)))

and the first line does _nothing_ since the define expression is
quoted.  LilyPond reads the define without executing it.  So in the next
line, modt is undefined.

-- 
David Kastrup



reply via email to

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