lilypond-user
[Top][All Lists]
Advanced

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

Re: platform specific variables


From: Pierre Perol-Schneider
Subject: Re: platform specific variables
Date: Tue, 19 Jan 2016 09:46:59 +0100

Hi Urs,

Win8:

Starting lilypond-windows.exe 2.19.35 [Untitled]...
windows
#f
c:\users\pierre\appdata\local\temp\frescobaldi-kkov6w\tmp6edst4
#t
#f
Processing `c:/users/pierre/appdata/local/temp/frescobaldi-kkov6w/tmp6edst4/document.ly'
Parsing...
Success: compilation successfully completed
Completed successfully in 0.4".


Cheers,
Pierre

2016-01-19 9:43 GMT+01:00 Urs Liska <address@hidden>:
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


reply via email to

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