lilypond-user
[Top][All Lists]
Advanced

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

Re: Lilypond in Mac OS X Terminal


From: Eric Pancer
Subject: Re: Lilypond in Mac OS X Terminal
Date: Wed, 12 Dec 2012 09:20:38 -0600

On Wed, Dec 12, 2012 at 8:31 AM, Parham FH <address@hidden> 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 "$@"



reply via email to

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