[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: mac os x page: example block is cut off
From: |
Hans Åberg |
Subject: |
Re: mac os x page: example block is cut off |
Date: |
Sat, 7 Jul 2018 18:54:23 +0200 |
> On 7 Jul 2018, at 14:33, Federico Bruni <address@hidden> 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.