> On 10 Oct 2019, at 17:41, Eric Benson <ebseat...@gmail.com> wrote: > > sudo port install lilypond-devel > > That should work, after which you will have /opt/local/bin/lilypond > installed. You have to make sure that /opt/local/bin is on your $PATH.
MacPorts adds it to $PATH, though not correctly first: I have /opt/local/bin/ after /usr/local/bin/ but before /usr/bin/, so that one can install more up-to-date packages in /usr/local/. Also, lilypond got confused at some point by the locale environment variables, so I use script: export LC_CTYPE=en_US.UTF-8 export LANG=en_US.UTF-8 exec /opt/local/bin/lilypond "$@" _______________________________________________ lilypond-devel mailing list lilypond-devel@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-devel