> On 13 Feb 2015, at 16:16, jrsv <jsubiaval...@gmail.com> 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 "$@“

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.



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

Reply via email to