[prev in list] [next in list] [prev in thread] [next in thread] 

List:       lilypond-user
Subject:    LilyPond 2.21.1 installer on MacOS 10.15
From:       Hans_Ã…berg <haberg-1 () telia ! com>
Date:       2020-05-29 9:05:31
Message-ID: AEBB3DA0-B9CF-4D10-BE9C-A6D7448887DF () telia ! com
[Download RAW message or body]

I made a LilyPond 2.21.1 installer for use on MacOS 10.15 from MacPorts \
lilypond-devel, available on the link below. It installs in /opt/lilypond/, with the \
program in /opt/lilypond/bin/lilypond.

If you have already something installed in this directory, it may be prudent to \
remove it first. This can be done by the command  sudo rm -r /opt/lilypond

https://web2.storegate.com/share/KyYa2a0


It may be that it is best to be run from a script that sets LC_CTYPE=UTF-8, which \
otherwise on MacOS is LC_CTYPE=UTF-8. It can be created and installed as follows:

In Terminal write (^D is <control>D):
% cat > lilypond
export LC_CTYPE=en_US.UTF-8
export LANG=en_US.UTF-8
exec /opt/lilypond/bin/lilypond "$@"
^D

% chmod a+x lilypond
% sudo -s cp lilypond /usr/local/bin/lilypond

And 'rm lilypond' if you do not want to keep the script.


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic