Re: Denemo

2020-06-27 Thread Richard Shann
On Sat, 2020-06-27 at 15:47 -0400, Eddy wrote: > > That's to say > > ./configure CFLAGS="-02" > > creates a Denemo binary that crashes on startup while > > ./configure CFLAGS="-00" > > gives one that does not crash? > > That's correct. > > > Out of curiosity what does -O1 do? > > It produces a

Re: Denemo

2020-06-27 Thread Eddy
> That's to say > ./configure CFLAGS="-02" > creates a Denemo binary that crashes on startup while > ./configure CFLAGS="-00" > gives one that does not crash? That's correct. > Out of curiosity what does -O1 do? It produces a working binary. I tried to track down a list of the compiler

Re: Denemo

2020-06-27 Thread Richard Shann
On Sat, 2020-06-27 at 13:38 -0400, Eddy wrote: > Hi Richard, > > > ./configure CFLAGS=O0 > > This worked, That's to say ./configure CFLAGS="-02" creates a Denemo binary that crashes on startup while ./configure CFLAGS="-00" gives one that does not crash? Out of curiosity what does -O1 do? I've

Re: Denemo

2020-06-27 Thread Eddy
Hi Richard, > ./configure CFLAGS=O0 This worked, but I had to use the following syntax: ./configure CFLAGS="-O0" > Is what you are doing the same as that now documented at > http://www.denemo.org/hacking-sources/#MacPorts > or do you have slightly different packages? I have all of those

Re: Comments in lyrics

2020-06-27 Thread Andreas Schneider
On 2020-06-27 17:46, Richard Shann wrote: > On Sat, 2020-06-27 at 14:10 +0200, Andreas Schneider wrote: >> Since the lyrics are directly lilypond-interpreted, it is possible to >> write comments (i.e. text starting with %) in the lyrics pane. This >> works nicely in the print, but the Denemo

Re: Denemo

2020-06-27 Thread Richard Shann
On Sat, 2020-06-27 at 11:55 -0400, Eddy wrote: > I managed to get this to run, although I'm not entirely sure why what > I > did works. Just a reminder that I'm running on 10.13.6 and satisfying > dependencies with macports, but that the default "mkdir bin && cd > bin; > ../configure; make" gives

Re: Denemo

2020-06-27 Thread Eddy
I managed to get this to run, although I'm not entirely sure why what I did works. Just a reminder that I'm running on 10.13.6 and satisfying dependencies with macports, but that the default "mkdir bin && cd bin; ../configure; make" gives a binary that segfaults. If I use "./configure

Re: Comments in lyrics

2020-06-27 Thread Richard Shann
On Sat, 2020-06-27 at 14:10 +0200, Andreas Schneider wrote: > Since the lyrics are directly lilypond-interpreted, it is possible to > write comments (i.e. text starting with %) in the lyrics pane. This > works nicely in the print, but the Denemo window shows the comment > under > the notes. Is

Re: Running Denemo on macOS Catalina

2020-06-27 Thread Richard Shann
On Sat, 2020-06-27 at 06:51 -0500, David Richmond wrote: > make install doesn't do anything, actually. The denemo executable > lands in ./src from the ../bin compile directory and can be moved > wherever you want it. I've deleted the make install step from the instructions. And I've added a

Comments in lyrics

2020-06-27 Thread Andreas Schneider
Since the lyrics are directly lilypond-interpreted, it is possible to write comments (i.e. text starting with %) in the lyrics pane. This works nicely in the print, but the Denemo window shows the comment under the notes. Is there an easy fix to not show lyric comments in the Denemo window?

Re: Running Denemo on macOS Catalina

2020-06-27 Thread Richard Shann
On Fri, 2020-06-26 at 17:50 -0400, Gabriel Ellsworth wrote: > I am glad to report that I was able to install Denemo thanks to these > instructions from David. There were a few kinks (compounded by my own > cluelessness about programming) that I had to work out in further > messages with David, but