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
>
> <http://beachbodycoach.com/esuite/home/tonyvt/>
>
>
> 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
>
> <http://beachbodycoach.com/esuite/home/tonyvt/>
>
>
> 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 <http://denemo.org/downloads-page/> page, under the
> Windows Installer section it states, "
>
>    - *This installer includes LilyPond
>    <http://denemo.org/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
>
> <http://beachbodycoach.com/esuite/home/tonyvt/>
>
>
> 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
> <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