lilypond-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: lilypond does not work with Mac OS 10.15 (Catalina)


From: Hans Åberg
Subject: Re: lilypond does not work with Mac OS 10.15 (Catalina)
Date: Fri, 11 Oct 2019 14:47:06 +0200

> On 10 Oct 2019, at 17:41, Eric Benson <address@hidden> 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 "$@"




reply via email to

[Prev in Thread] Current Thread [Next in Thread]