lilypond-user
[Top][All Lists]
Advanced

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

Re: platform specific variables


From: Urs Liska
Subject: Re: platform specific variables
Date: Tue, 19 Jan 2016 09:54:40 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.5.0

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]