lilypond-user
[Top][All Lists]
Advanced

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

platform specific variables


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

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



reply via email to

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