Am Freitag, 25. September 2015 15:52 CEST, BB <[email protected]> schrieb: > May be you do not know that MxOs is a BSD unix?
Ohhh puahhhleease! Give me a break. I do know the origins of OS X, but that's beside the point. Neither is any BS derivate "a Linux" nor does either Linux nor BSD support Appication bundles (those where introduced on the Next OS, remember?). And that's what the OPs question really wa about. To the OP: open up a terminal (in /Applications/Terminal.app ,adopt to your local language), and enter/copy-n-paste the following: #------------------------------------------------------------------------------------------------------------------------------------------ cd mkdir ~/bin cd bin/ cat <<EOF>lilypond #!/bin/bash exec /Applications/LilyPond.app/Contents/Resources/bin/lilypond "$@" EOF chmod 755 lilypond #------------------------------------------------------------------------------------------------------------------------------------------- HTH Ralf Mattes > > On 25.09.2015 15:43, BB wrote: > > Thank you for your noisy mail. Help him yourself! > > > > On 25.09.2015 15:38, Ralf Mattes wrote: > >> Am Freitag, 25. September 2015 15:29 CEST, BB > >> <[email protected]> schrieb: > >> The OP wrote: > >> > >> "followed the steps at http://www.lilypond.org/macos-x.html" > >> > >>> If you are on Linux type > >> Can we please read (and understand) questions before adding noise? > >> > >> Cheers, Ralf Mattes > >> > >> > >> > >> > > > > > > _______________________________________________ > > lilypond-user mailing list > > [email protected] > > https://lists.gnu.org/mailman/listinfo/lilypond-user > > > _______________________________________________ > lilypond-user mailing list > [email protected] > https://lists.gnu.org/mailman/listinfo/lilypond-user _______________________________________________ lilypond-user mailing list [email protected] https://lists.gnu.org/mailman/listinfo/lilypond-user
