If you cd onto Desktop, you can't tell find to look in Desktop/Denemo.app.
just have it look in Denemo.app.
http://denemo.org/~jjbenham/gub/uploads/denemo-2.1-0.darwin-x64.tar.bz2

Jeremiah
On May 10, 2017 1:01 PM, "Tony Ventura" <tonyventur...@verizon.net> wrote:

Hi Jeremiah,

The folder, "*Desktop*" is on my Finder's desktop. In that folder is the
Denemo app.

I open the *Terminal* window:

*Result:*
Last login: Wed May 10 13:53:54 on ttys000
Anthonys-MBP-2:~ anthonyventura$

I issue the following command to change to the Finder's desktop

cd ~/Desktop

*Result*:
Last login: Wed May 10 13:53:54 on ttys000
Anthonys-MBP-2:~ anthonyventura$ cd ~/Desktop
Anthonys-MBP-2:*Desktop* anthonyventura$

I issue the following command

*find Desktop/Denemo.app/ -name 'lilypond-bin'*

*Here is the output*:
Last login: Wed May 10 13:53:54 on ttys000
Anthonys-MBP-2:~ anthonyventura$ cd ~/Desktop
Anthonys-MBP-2:Desktop anthonyventura$ find Desktop/Denemo.app/ -name
'lilypond-bin'
Anthonys-MBP-2:Desktop anthonyventura$

So, it would appear that it found the *lilypond-bin* file.

Just to be sure, maybe it would be beneficial if you sent me a link to the
file that I should be using.

I'm finishing a lunch break with my class. I'll check in later tonight.


Kind regards,
Tony Ventura
www.tonyventura.com

<http://beachbodycoach.com/esuite/home/tonyvt/>


On Wednesday, May 10, 2017 9:50 AM, Jeremiah Benham <
jjben...@chicagoguitar.com> wrote:


I read the logs. It is complaining that it is missing lilypond-bin. Can you
go into terminal and do this:
find Desktop/Denemo.app/ -name 'lilypond-bin'
If it does not find it then you don't have the updated release. You may
have mixed up the files?

Jeremiah

On Wed, May 10, 2017 at 4:59 AM, Tony Ventura <tonyventur...@verizon.net>
wrote:

Hi Richard,

Fresh off a Mac OSX download with no file path modification.  Please find
attached log as requested.

Kind regards,
Tony Ventura
www.tonyventura.com

<http://beachbodycoach.com/esuite/home/tonyvt/>


On Tuesday, May 9, 2017 9:19 PM, Jeremiah Benham <jjben...@chicagoguitar.com>
wrote:


Can you revert the change that you made to what you downladed and send me
the terminal output:
denemo.sh &> ~/Desktop/denemo_errors.txt

Jeremiah

On May 9, 2017 6:14 PM, "Tony Ventura" <tonyventur...@verizon.net> wrote:

I'm still getting the INVALID! try Score -> Check.

I went Change Preferences and noticed that the Externals Path to Lilypond
was set to this:
/Users/anthonyventura/Desktop/ Desktop/Denemo.app/Contents/
MacOS/../Resources/bin/ lilypond

After Showing Package contents I found the lilypond path to be this:

/Users/anthonyventura/Desktop/ Desktop/Denemo.app/Contents/
Resources/bin/lilypond

I then changed the path to the path immediately above and that didn't have
any effect.

Any ideas on how to proceed?


Kind regards,
Tony Ventura
www.tonyventura.com

<http://beachbodycoach.com/esuite/home/tonyvt/>




On Tuesday, May 9, 2017 3:20 PM, Jeremiah Benham <jjben...@chicagoguitar.com>
wrote:


I have not seen this before. I updated the 2.1 release to contain
lilypond-bin. Maybe it will work for you.

Jeremiah

On May 9, 2017 5:35 AM, "Tony Ventura" <tonyventur...@verizon.net> wrote:

Hi Richard,

I have performed the following steps:


   1. Extract contents of after downloading. Result: *Denemo* application
   on my Finder’s desktop
   2. I need to Control-Open because of unidentified developer
   3. I see a very small window that is used to enter rhythm and then notes
   4. I enlarge the window
   5. I don’t see the LilyPond preview window
   6. I attempt to enter rhythmic values but nothing happens. I’m unable to
   enter anything on the staff


I'm attaching the log.

I'm teaching today, and now preparing for my class. I won't have to time to
continue with this until tonight after 6PM EDT.

Thanks for your continue help.

Kind regards,
Tony Ventura
www.tonyventura.com

<http://beachbodycoach.com/esuite/home/tonyvt/>


On Tuesday, May 9, 2017 6:17 AM, Richard Shann <rich...@rshann.plus.com>
wrote:


I think Jeremiah meant you to test the re-built version of denemo for
mac (it's at the same location as the previous version, but dated 8th
May:

http://www.denemo.org/~ jjbenham/gub/uploads/denemo-0.
0.0-0-darwin-x64.tar.bz2
<http://www.denemo.org/~jjbenham/gub/uploads/denemo-0.0.0-0-darwin-x64.tar.bz2>


What you have from git is the source code - it's difficult to build,
which is why Jeremiah does it.

Richard




On Tue, 2017-05-09 at 10:05 +0000, Tony Ventura wrote:
> Jeremiah,
>
>
> I changed to my Finder's desktop and executed the following command:
>
>
> git clone git://git.savannah.gnu.org/ denemo.git
<http://git.savannah.gnu.org/denemo.git>
>
>
> I now have a folder called denemo with a lot of files. I have no idea
> how to proceed.
>
>
> Can you please help.
>
>
>
>
> Kind regards,
> Tony Ventura
> www.tonyventura.com
>
>
>
>
>
> On Monday, May 8, 2017 9:44 AM, Jeremiah Benham
> <jjben...@chicagoguitar.com> wrote:
>
>
>
> I see what is happening here. Denemo is launching a script file called
> lilypond in Denemo.app/Contents/Resources/ usr/bin/. That script file
> looks like this:
> #!/bin/sh
>
> GUILE_WARN_DEPRECATED="no"
> LTDL_LIBRARY_PATH="/opt/local/ lib:${LTDL_LIBRARY_PATH}"
> export GUILE_WARN_DEPRECATED LTDL_LIBRARY_PATH
>
> exec /opt/local/libexec/lilypond- bin "$@"
>
> ############################## ###################
>
>
> I see! This caused me to discover 2 things wrong. First, we should not
> be looking for this in /opt/local. Second, I discovered that the
> pacage did not even have a lilypond-bin. I will build from git today
> and update the snapshot!
>
>
> Thanks for your help!
>
> Jeremiah
>
>
> On Mon, May 8, 2017 at 6:18 AM, Tony Ventura
> <tonyventur...@verizon.net> wrote:
>        Hello,
>
>
>        Today is a work day. I'll see if I can spend time on this
>        tonight after work. I did manage to export the Terminal
>        output. I hope I did it correctly.
>
>
>        By the way, I installed the Windows version of Denemo in a
>        VMware Fusion virtual machine running Windows Server 2012 R2
>        and it booted up perfectly and allowed me to see the LilyPond
>        output.
>
>
>        I'd rather use the Mac version. I'll keep trying.
>
>
>        Kind regards,
>        Tony Ventura
>        www.tonyventura.com
>
>
>
>
>
>        On Sunday, May 7, 2017 10:44 PM, Jeremiah Benham
>        <jjben...@chicagoguitar.com> wrote:
>
>
>
>
>
>        On Sun, May 7, 2017 at 4:34 PM, Tony Ventura
>        <tonyventur...@verizon.net> wrote:
>                The terminal output is massive. Not sure what you'd
>                like me to report.
>
>
>
>
>
>        I just need what it says in the terminal when you try to
>        render a score. This will be at startup as well. You can also
>        run:
>
>        denemo.sh &> ~/Desktop/denemo_errors
>
>
>        You would replace denemo.sh with the path to your denemo.sh
>        should precede it. This will save the output to a text file on
>        your desktop. You can email this to the list.
>
>
>        Jeremiah
>
>
>                Kind regards,
>                Tony Ventura
>                www.tonyventura.com
>
>
>
>
>
>                On Sunday, May 7, 2017 2:06 PM, Jeremiah Benham
>                <jjben...@chicagoguitar.com> wrote:
>
>
>
>                You should not need to download lilypond separately if
>                everything is working at it should be. What was the
>                terminal output when you launched it via:
>                /Users/anthonyventura/Desktop/
>                Desktop/Denemo.app/Contents/ MacOS/denemo.sh
>                ?
>
>
>                Jeremiah
>
>
>                On Sun, May 7, 2017 at 12:17 PM, Tony Ventura
>                <tonyventur...@verizon.net> wrote:
>                        Hello,
>
>
>                        I'm determined to make this work. My use cases
>                        fall into the strengths of Denemo.
>
>
>                        First, the dumb question:
>                        Do I need to download and install LilyPond?
>                        I'm thinking no.
>
>
>                        On your Downloads page, under the Windows
>                        Installer section it states, "
>                              * This installer
>                                includes LilyPond internally and
>                                everything you need to create, print
>                                and playback. It is about 60MB in
>                                size. You can install a more
>                                up-to-date LilyPond version, setting
>                                Denemo to use that via the Change
>                                Preferences item – the version
>                                installed by Denemo is internal to the
>                                Denemo installation and does not
>                                affect any previously intalled
>                                LilyPond version.
>
>
>                        Additional question:
>                              * If I don't need to download LilyPond
>                                then I would think I don't need to
>                                edit the Change Preferences location
>                                of lilypond.
>
>
>
>                        As I stated before, I was able to open Denemo
>                        by double-clicking, however:
>                              * Check Score was successful
>                              * "LilyPond" preview was unsuccessful
>                              * Had to Force Quit Denemo.
>
>
>                        I going to try again on both my old MacBook
>                        Pro (2011) and new (2016). I'm proceeding with
>                        the assumption that I don't need to download
>                        LilyPond.
>
>
>                        Regarding launching with the Terminal, after
>                        placing the folder "Desktop" on my Mac's
>                        Finder desktop, I have deterred that the path
>                        is :
>
>
>                        /Users/anthonyventura/Desktop/
>                        Desktop/Denemo.app/Contents/ MacOS/denemo.sh
>
>
>
>                        Launching in this manner, via Terminal, does
>                        allow Denemo to open successfiully. I've
>                        inputted two bars of music. Still can't get
>                        the preview window to preview. It says
>                        Invalid! try Score-> Check. I do that and it
>                        check's successfully.
>
>
>                        So close..
>
>
>                        Thank you all for your efforts to help me get
>                        Denemo working
>
>
>                        Kind regards,
>                        Tony Ventura
>                        www.tonyventura.com
>
>
>
>
>
>                        On Sunday, May 7, 2017 12:29 PM, Jeremiah
>                        Benham <jjben...@chicagoguitar.com> wrote:
>
>
>
>                        If he launches this at the terminal:
>                        /Users/anthonyventura/Desktop/
>                        Denemo.app/Contents/Resources/ bin/denemo.sh
>
>
>                        This will give us a bit more.
>
>
>                        Jeremiah
>
>
>                        On Sun, May 7, 2017 at 6:11 AM, Richard Shann
>                        <rich...@rshann.plus.com> wrote:
>                                On Sun, 2017-05-07 at 11:06 +0000,
>                                Tony Ventura wrote:
>                                > Hi Richard,
>                                >
>                                >
>                                > I'm unable to open Denemo as it
>                                crashes every time I attempt to open
>                                > it. Attached is the log file.
>                                >
>                                >
>                                > denemo-2.1-0.darwin-x64.tar
>                                >
>                                >
>                                > I'm using the following computer
>                                and OS:
>                                >
>                                >
>                                >
>                                > MacBook Pro (15-inch, 2016)
>                                > Processor: 2.7 GHz Intel Core i7
>                                > Memory: 16 GB 2133 MHz LPDDR3
>                                > Graphics: Intel HD Graphics 530 1536
>                                MB.
>                                > macOS Sierra: version 10.12.4
>                                >
>                                >
>                                >
>                                > Any ideas on how I can open Denemo
>                                with crashing would be appreciated.
>
>                                from the log file I see:
>
>                                > 3  libglib-2.0.0.dylib
>                                    0x000000010cc93db6
>                                > g_assertion_message + 382\
>                                4  libglib-2.0.0.dylib
>                                  0x000000010cc93e14
>                                g_assertion_message_expr + 94
>
>                                So it would seem that Gtk is detecting
>                                trouble and aborting with a
>                                message which because you have no
>                                terminal open we are not seeing.
>                                Are you able to start up Denemo in a
>                                terminal? I seem to recall seeing
>                                stuff about getting a terminal on a
>                                mac for running a program in.  (I
>                                think I posted about it on this list).
>
>                                Richard
>
>
>
>
>
>
>                                ______________________________
>                                _________________
>                                Denemo-devel mailing list
>                                Denemo-devel@gnu.org
>                                https://lists.gnu.org/mailman/
>                                listinfo/denemo-devel
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
_______________________________________________
Denemo-devel mailing list
Denemo-devel@gnu.org
https://lists.gnu.org/mailman/listinfo/denemo-devel

Reply via email to