lilypond-user
[Top][All Lists]
Advanced

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

Re: Mac OS X LilyPond & Terminal install problems.


From: Hans Aberg
Subject: Re: Mac OS X LilyPond & Terminal install problems.
Date: Sat, 6 Jun 2009 11:03:59 +0200

On 6 Jun 2009, at 05:45, address@hidden 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






reply via email to

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