Issue 504: lilypond broken on osx 10.5 x86
http://code.google.com/p/lilypond/issues/detail?id=504
Comment #35 by tinuviel874:
More info on using the command line PPC version:
When I do:
cd /Applictions/LilyPond.app/Contents/Resources/bin
./lilypond test.ly
it fails with an error message about not finding lily.scm. But if I do:
/Applications/LilyPond.app/Contents/Resources/bin/lilypond test.ly,
it's perfectly
happy. Search me.
You can make this nicer by adding the following to your ~/.bash_profile file:
PATH=$PATH:/Applications/LilyPond.app/Contents/Resources/bin
export PATH
Be sure to use the path to your lilypond. Now you can type:
lilypond test.ly
Also note that the first run takes quite a while (it seems to be
caching fonts or
some such), but it runs more quickly after that.
--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings
_______________________________________________
bug-lilypond mailing list
bug-lilypond@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-lilypond