Am 19.01.2016 um 09:43 schrieb Urs Liska:
Hi all,

I'd be glad if Windows and Mac users could send me the output of the
following code:

testVariables =
#(define-scheme-function ()()
   (display PLATFORM)(newline)
   (display DOS)(newline)
   ; you may comment out the following if you don't want to
   ; show your working directory
   (display (ly-getcwd))(newline)
   (display (is-absolute? "/home/something"))(newline)
   (display (is-absolute? "C:\\Documents"))(newline)
   )

\testVariables


Thanks
Urs

_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Hi Urs,

here you go:

Starte lilypond-windows.exe 2.18.2 [test_urs.ly]...
»D:/Daten/LilyPond/test_urs.ly« wird verarbeitet
Analysieren...C:/Program Files (x86)/LilyPond/usr/share/lilypond/current/scm/ly-syntax-constructors.scm:56:23: In expression (apply (ly:music-function-extract fun) parser ...): C:/Program Files (x86)/LilyPond/usr/share/lilypond/current/scm/ly-syntax-constructors.scm:56:23: Wrong number of arguments to #<procedure #f ()>
Wurde mit dem Return-Code 1 beendet.

Starte lilypond-windows.exe 2.19.35 [test_urs.ly]...
»D:/Daten/LilyPond/test_urs.ly« wird verarbeitet
Analysieren...
windows
#f
D:\Daten\LilyPond
#t
#f

Kompilation erfolgreich beendet
Erfolgreich abgeschlossen in 31.8".

Hope this helps, Matthias
--
Matthias Böhringer
Brunnenstraße 6
72296 Schopfloch-Unteriflingen

_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to