lilypond-user
[Top][All Lists]
Advanced

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

Re: Interactive PDF Link to Notes in Preview


From: Aaron Hill
Subject: Re: Interactive PDF Link to Notes in Preview
Date: Fri, 06 Jul 2018 05:59:16 -0700
User-agent: Roundcube Webmail/1.3.6

On 2018-07-05 22:35, Federico Bruni wrote:
So the question is why lilypond-invoke-editor is not considered as a
program by Windows shell.
Perhaps because it does not end with .exe? Should it be made executable?
I don't know Windows at all...

`lilypond-invoke-editor` is intended to be interpreted by Guile; but since it has no file extension, Windows cannot invoke an associated program. You should be able to wrap it up with a command shell script easily enough...

lilypond-invoke-editor.cmd:
  @ECHO OFF
  SETLOCAL
  SET LILYPOND_BIN=C:\Program Files (x86)\LilyPond\usr\bin
"%LILYPOND_BIN%\guile" -e main "%LILYPOND_BIN%\lilypond-invoke-editor" %*

I should warn that I have not tested this, as I do not have an installation of LilyPond on Windows. But, the principle should be sound.

-- Aaron Hill



reply via email to

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