It turns out that there is a very simple solution to the
problems with double-clicking on files with spaces in the
directory path. Just open the file C:\cygwin\bin\lily-wins
in a text editor, add double quotes around $1:
#!/bin/sh
python /bin/lily-wins.py "$1"
Save the file and everything should wo
Hendrik wrote:
Second: I already have a running TeX-system, MiKTeX, (I'm using W2k), but
Cygwin installed TeTeX too, which I find a bit superfluous. Can I tell
Lilypond to use the MiKTeX installation, and uninstall TeTeX?
No, not in practice! Actually, we used such a solution many years ago,
but
Thank you, it works now, I had to move test.ly into the cygwin
home-directory though. Would be nice if I can just double-click it.
Second: I already have a running TeX-system, MiKTeX, (I'm using W2k), but
Cygwin installed TeTeX too, which I find a bit superfluous. Can I tell
Lilypond to use the M