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:59:06 +0100

Here it goes, using lilypond.exe:

Starting lilypond.exe 2.19.35 [testUrs.ly]...
Processing `C:/Users/Pierre/testUrs.ly'
Parsing...
C:\Users\Pierre
#f
Success: compilation successfully completed
Completed successfully in 0.5".


Using lilypond-windows.exe:

Starting lilypond-windows.exe 2.19.35 [testUrs.ly]...
Processing `C:/Users/Pierre/testUrs.ly'
Parsing...
C:\Users\Pierre
#f
Success: compilation successfully completed
Completed successfully in 0.5".

Cheers,
Pierre

2016-01-19 9:54 GMT+01:00 Urs Liska <address@hidden>:
Hi Pierre,

thanks.

Am 19.01.2016 um 09:46 schrieb Pierre Perol-Schneider:
Hi Urs,

Win8:

Starting lilypond-windows.exe 2.19.35 [Untitled]...
windows
#f
c:\users\pierre\appdata\local\temp\frescobaldi-kkov6w\tmp6edst4
#t
#f

This looks strange to me, I have the impression it's wrong.

Could you please run this again?

#(display (ly-getcwd))
#(newline)
#(display (is-absolute? (ly-getcwd)))

Thanks
Urs



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]