Hi Aaron,
> How can I tell lilypond-book to load etex instead of tex???
very quick guess: edit the lilypond-book python script. Search for tex and
replace with etex.
lilypond-book is not that awfully long, it might just work. Define a variable
tex_prog and set it to etex. Replace all current t
lilypond-book calls the command 'latex', not the command 'tex'.
So, you should fake the latex command to use the corresponding
command from etex. It may actually be easier for you to edit the
/usr/bin/lilypond-book program itself. The line to change is
cmd = *"latex '\\nonstopmode \input %s'"* %
Hi Mats and everyone,
I have been playing with trying to get lilypond-book to accepte etex
instead of tex.
I made a script file which will use etex instead of tex and added it to
my path. I did this for root as well.
when I type tex at a prompt I get etex.
When I run lilypond-book with my wrappe