lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Output other than PDF


From: Hans Aberg
Subject: Re: Output other than PDF
Date: Sun, 21 Aug 2005 14:16:23 +0200


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






reply via email to

[Prev in Thread] Current Thread [Next in Thread]