On Wed, Dec 12, 2012 at 8:31 AM, Parham FH <par...@hil.t.u-tokyo.ac.jp> wrote:
> I tried asking on IRC but got no replies.
> I am curious if it is possible to run lilypond from the Mac OS X
> (my case: 10.6.8) terminal since I am
> generating the data for lilypond via a python application.
> It would therefor be preferred to run lilypond from the terminal in
> an automated non-user-interaction-
> demanding manner.
>

add this script to your $PATH and make it executable.

#!/bin/sh
exec /Applications/LilyPond.app/Contents/Resources/bin/lilypond "$@"

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

Reply via email to