lilypond-user
[Top][All Lists]
Advanced

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

Re: LilyPond 2.23.7 released


From: Jean Abou Samra
Subject: Re: LilyPond 2.23.7 released
Date: Sun, 27 Mar 2022 15:36:58 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.7.0



Le 27/03/2022 à 13:31, Michael Gerdau a écrit :
Hi List,

We are happy to announce the release of LilyPond 2.23.7. This is termed > a development release, but these are usually reliable. If you want
to> use the current stable version of LilyPond, we recommend using the> 2.22.2 version.> [snip]

Please test this release and let us know about
problems that you encounter.

%% start
\version "2.23.7"

date = #(strftime "%d.%m.%Y" (localtime (current-time)))
%% end

gives me:
3:9: Fehler: GUILE signalisierte einen Fehler für den hier beginnenden Ausdruck
date = #
        (strftime "%d.%m.%Y" (localtime (current-time)))

Invalid argument

Shouldn't this work or has the syntax changed?

Kind regards,
Michael


Can you compile this test file and report back?

\version "2.23.7"

#(debug-enable 'backtrace)

#(display (current-time))
#(newline)

#(display (localtime (current-time)))
#(newline)

#(display (strftime "%d.%m.%Y" (localtime (current-time))))
#(newline)


Thanks,
Jean




reply via email to

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