Hi,
ly2dvi version 0.0.6 has the following behaviour:
If LILYPONDPREFIX is unset it sets it to something.
If MFINPUTS is unset, it sets it.
if TEXINPUTS is unset it sets it.
And it gets them wrong in my setup. It seems to be sensitive to where
ly2dvi lives. The behaviour was different when I copied
/var/local/bin/ly2dvi to my home directory to play with:
ly2dvi 0.0.6
kpsewhich: titledefs.tex not found.
Traceback (innermost last):
File "./ly2dvi", line 1104, in ?
Props = Properties()
File "./ly2dvi", line 460, in __init__
fd=this.get_texfile_path ('titledefs.tex')
File "./ly2dvi", line 519, in get_texfile_path
fd = open(path, 'r')
IOError: (2, 'No such file or directory')
The system one gives:
ly2dvi 0.0.6
executing: lilypond verso_2 2>&1
GNU LilyPond 1.1.8.
warning: can't find file: `init.ly'
Which is exactly what I get if I set LILYPONDPREFIX to /var/local and
execute lilypond:
$ LILYPONDPREFIX=/var/local lilypond verso_2
GNU LilyPond 1.1.8.
warning: can't find file: `init.ly'
Lilypond 1.1.8 works fine if I leave LILYPONDPREFIX unset, or set it to
/var/local/share/lilypond, but ly2dvi does not work in either of these
cases.
Lilypond 1.1.9 doesn't install cleanly: make install fails in the
stepmake directory wirh
make[1]: Entering directory `/n/swim/k/peterc/lilypond-1.1.9/stepmake'
make[1]: *** No rule to make target `install'. Stop.
make[1]: Leaving directory `/n/swim/k/peterc/lilypond-1.1.9/stepmake'
make: *** [install] Error 2
so the ps directory doesn't get installed.
I installed by hand; lilypond now hangs when it is used (reading from
stdin):
$ lilypond verso_2
GNU LilyPond 1.1.9.
Parsing...[/usr/local/share/lilypond/ly/init.ly[/usr/local/share/lilypond/ly/declarations.ly[/usr/local/share/lilypond/ly/dynamic.ly][/usr/local/share/lilypond/ly/nederlands.ly][/usr/local/share/lilypond/ly/script.ly][/usr/local/share/lilypond/ly/paper20.ly[/usr/local/share/lilypond/ly/table20.ly][/usr/local/share/lilypond/ly/table13.ly][/usr/local/share/lilypond/ly/table16.ly][/usr/local/share/lilypond/ly/params.ly[/usr/local/share/lilypond/ly/a4.ly][/usr/local/share/lilypond/ly/paper.ly][/usr/local/share/lilypond/ly/engraver.ly]]][/usr/local/share/lilypond/ly/midi.ly[/usr/local/share/lilypond/ly/performer.ly]][/usr/local/share/lilypond/ly/property.ly]ERROR:
In procedure scm_eval_0str:
ERROR: Wrong type argument in position 1: #f
Petrer C