lilypond-user
[Top][All Lists]
Advanced

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

Re: Compile .ly via terminal in mac


From: Hans Aberg
Subject: Re: Compile .ly via terminal in mac
Date: Fri, 13 Feb 2015 18:30:37 +0100

> On 13 Feb 2015, at 16:16, jrsv <address@hidden> wrote:
> 
> I am new user of lilypond. I need to help out a friend compiling his scores.
> We have setup a dropbox shared folder and I am preparing an automator action
> in Mac to compile the files automatically via terminal.

Make script called ‘lilypond’ somewhere in your PATH with the single line
exec /Applications/LilyPond.app/Contents/Resources/bin/lilypond "address@hidden

Then compile with
  lilypond <name>.ly

Open the output file with
  open <name>.pdf

Also try
  ls /Applications/LilyPond.app/Contents/Resources/bin/
to see what other binaries are available.





reply via email to

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