> Thus, looks like the error is indeed in LilyPond side, which does does not > recognize the directory structure in `out' variable, but still uses it as a > part of the compiling directories.
The following script replaces the directories in `out' variable the right way. $ echo "out-/dev/vc" | sed -r s?^[^\/]*\|[^\/]+?..?g ../../.. $ echo "out-" | sed -r s?^[^\/]*\|[^\/]+?..?g .. Where should this replacement be placed? Or should php envvar `out' be unset before compiling (in all distributions)? What is the role of this variable? If it is lily-specific, shouldn't its name be `lilyout'? Greetings, Heikki Junes _______________________________________________ Lilypond-devel mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/lilypond-devel
