Bertalan Fodor writes: > Or almost, I get an error message, however the generated file is correct: > > Error invoking `latex \\nonstopmode \\input A-falusi-kislany_mel.tex > > /dev/null 2>&1 '. Return value 256
Are you using ash or bash for /bin/sh? What happens if you invoke this by hand, in ash maybe: ash latex \\nonstopmode \\input A-falusi-kislany_mel.tex >/dev/null 2>&1 latex \\nonstopmode \\input sample2e >/dev/null 2>&1 anything useful in the tex .log files? Jan. -- Jan Nieuwenhuizen <[EMAIL PROTECTED]> | GNU LilyPond - The music typesetter http://www.xs4all.nl/~jantien | http://www.lilypond.org _______________________________________________ bug-lilypond mailing list [EMAIL PROTECTED] http://lists.gnu.org/mailman/listinfo/bug-lilypond
