Jan Nieuwenhuizen wrote:
Normally you can quote spaces as "\ "like in /User/me/My\ Documents
The file completion, single or double quotes all produce the same
result, like:
$ /usr/local/bin/lilypond foo\ bar.ly
GNU LilyPond 2.7.4
warning: can't find file: `foo'
warning: can't find file: `bar.ly'
error: failed files: "bar.ly foo"
How odd. Obviously, your shell eats the backslash. What shell are
you using, does cat "foo bar.ly" work?
I think /usr/local/bin/lilypond is the shell script to invoke it from
the command line. It currently says
# run the program
python "$INSTALLDIR/LilyPond.app/Contents/Resources/lilycall.py" \
"$INSTALLDIR/LilyPond.app/" $*
but if you put "$*" it doesn't work for multiple arguments
I guess I have to convert this one to python as well.
--
Han-Wen Nienhuys - [EMAIL PROTECTED] - http://www.xs4all.nl/~hanwen
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user