> On 7 Jul 2018, at 14:33, Federico Bruni <f...@inventati.org> wrote:
> 
> See this page: http://lilypond.org/macos-x.html
> 
> In the second column, second item of the ordered list, there's a quite long 
> line of code block. Same for the last code block in that column.

In addition, there might be richer info on how to create that file, say
cat > lilypond
export LC_CTYPE=en_US.UTF-8
export LANG=en_US.UTF-8
exec /Applications/LilyPond.app/Contents/Resources/bin/lilypond "$@"
^D
where ^D means <control>D.

I recall I had to add the en_US prefix to LC_TYPE because MacOS has only UTF-8, 
and some packages might become confused by that.

And one might want to add the ~/.bin ahead in the PATH instead of back, so one 
can override other programs.

Also, on later MacOS /usr/local/bin/ is in the PATH, so one can put it there 
without having to worry about .profile.



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

Reply via email to