Wolfgang,

The problem is that the native PC applications that lilypond uses, tex,
dvips, etc, want dos-like paths.  Whereas lilypond and guile want UNC
style paths.  I am working on a fix that will be out in a week or so.
The fix will affect the lily.bat generation and ly2dvi.py.  In the
mean time you might want to experiment with the following:

---begin lily.bat---
@echo off
set LILYPONDHOME=e:\lilypond-1.1.23.jbr1
set GUILE_LOAD_PATH=//e/lilypond-1.1.23.jbr1/share/lilypond
set LILYPONDPREFIX=//e/lilypond-1.1.23.jbr1/share/lilypond
set LILYPONDPREFIX_DOS=%LILYPONDHOME%\share\lilypond
set path=%path%;%LILYPONDHOME%\bin
set TEXINPUTS=%LILYPONDPREFIX_DOS%\tex;%LILYPONDPREFIX_DOS%\ps;;
set MFINPUTS=%LILYPONDPREFIX_DOS%\mf;;
%comspec%
---end lily.bat---

ly2dvi.py _will_ most likely continue to fail, however lilypond should
run.  You will then have to run tex, and dvips by hand. 

I hope you find this helpful.

Wolfgang Fischler writes:
|To whom it concerns!
|
|We tried to install the lilypond on my PC (IBM-compatible, Windows 95) and followed 
|the instructions
|from your web page: http://home.austin.rr.com/jbr/jeff/lilypond/
|
|Installations run without error messages, but when we tried to execute "ly2dvi 
|angels.ly" (the last
|step) the following error massages appeared:
|
|E:\lilypond-1.1.23.jbr1>lilypond
|GNU LilyPond 1.1.23.jbr1
|error: Can't find default font (PATH = :E:\lilypond-1.1.23.jbr1\share\lilypond/l
|y:E:\lilypond-1.1.23.jbr1\share\lilypond/afm:E:\lilypond-1.1.23.jbr1\share\lilyp
|ond/scm:E:\lilypond-1.1.23.jbr1\share\lilypond/init)
|
|Do you have an idea, what the problem could be?
|
|Best regards
|Wolfgang
|

Take care,
Jeff

-- 
Jeffrey B. Reed
[EMAIL PROTECTED]

Reply via email to