On 6 Jun 2009, at 05:45, kje...@u.washington.edu wrote:

I attempted to follow instruction set C for LilyPond & Terminal install on Mac
OS X Leopard. I've run into problems.

"Download the latest stable release (2.12.2-1) of LilyPond and put LilyPond.app
in your Applications folder."

I just run a shell script in Terminal, which is
  exec /Applications/LilyPond.app/Contents/Resources/bin/lilypond "$@"

You can try it by opening Terminal, then paste the following lines into it:
cat > lilypond
exec /Applications/LilyPond.app/Contents/Resources/bin/lilypond "$@"

then finish with ^D (<control>-d). After that type
  chmod a+x lilypond
This makes the script executable.

If you want to compile a file type
  ./lilypond <file>
You can enter the <file> by dropping it into Terminal. All this happens in the directory you create it. In order to get it it work like a normal Unix program, see my post:
  http://lists.gnu.org/archive/html/lilypond-user/2009-03/msg00707.html

  Hans




_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to