On 21 Aug 2005, at 11:08, Han-Wen Nienhuys wrote:

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

This most likely the problem; it doesn't work in any shell.

I guess I have to convert this one to python as well.

One can also put
  IFS=
in the beginning of the script; then spaces will not be read as delimiters. Then just send it to the UNIX program.

  Hans Aberg




_______________________________________________
lilypond-user mailing list
[EMAIL PROTECTED]
http://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to