denemo-devel
[Top][All Lists]
Advanced

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

Re: [Denemo-devel] First Time Denemo [Mac] User - "LilyPond count not ty


From: Richard Shann
Subject: Re: [Denemo-devel] First Time Denemo [Mac] User - "LilyPond count not typeset this score"
Date: Sun, 14 May 2017 13:26:32 +0100

On Sun, 2017-05-14 at 11:53 +0000, Tony Ventura wrote:
> The Desktop app in on my Finder's desktop. I did the following:
> 
> 
> Launched Terminal and executed the following commands
> 
> 
>      1. cd Desktop/Denemo.app/contents/MacOS
>      2. I visually confirmed that the .denemo-2.1 folder was in my
>         home directory. (CMD+Shift+.)
>      3. rm -rf ~/.denemo* (the .denemo-2.1 folder is now gone
>      4. denemo.sh &> ~/Desktop/denemo_error.txt
> 
> 
> I've attached the denemo_error.txt file to this e-mail, however, it
> only contains the following text:
> 
> 
> -bash: denemo.sh: command not found

My guess is that step 4. should have been

./denemo.sh &> ~/Desktop/denemo_error.txt

(and if that says something about not an executable file) you need

chmod a+x denemo.sh && ./denemo.sh &> ~/Desktop/denemo_error.txt

Richard






reply via email to

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