Talk:Wer nur den lieben Gott läßt walten (Felix Mendelssohn)

From ChoralWiki
Jump to navigation Jump to search

Improvement request for lilypond edition CPDL #42282

The lilypond score CPDL #42282:  does not compile on some Windows installations i tried it on. This is due to the use of strftime for the footer line.

I suggest this change:

% date = #(strftime "%e. %m. %Y" (localtime (current-time)))
date = "13.12.2016" % This is the publishing date of CPDL #42282

--SMy (talk) 19:04, 22 January 2017 (UTC)

The author kindly responded quickly to this request and adapted the code. It works nicely now on the versions of windows I could test. If you still experience problems: replace the assignment of "date" using a system call to strftime by a constant as shown above.

Thanks again to Johannes Becker for his quick response.

--SMy (talk) 23:45, 26 January 2017 (UTC)