lilypond-user
[Top][All Lists]
Advanced

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

Re: platform specific variables


From: Matthias Böhringer
Subject: Re: platform specific variables
Date: Tue, 19 Jan 2016 09:59:37 +0100
User-agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.5.1

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
address@hidden
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



reply via email to

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