pitch to string conversion in c++

2011-09-16 Thread Marc Hohl
Hello list, I tried to convert a pitch into a string like this: Pitch *current_pitch = unsmob_pitch (event-get_property (pitch)); string pitchstring = current_pitch.to_string (); and the compiler breaks with error: request for member 'to_string' in 'current_pitch', which is of non-class type

Re: pitch to string conversion in c++

2011-09-16 Thread David Kastrup
Marc Hohl m...@hohlart.de writes: Am 16.09.2011 10:12, schrieb Marc Hohl: Hello list, I tried to convert a pitch into a string like this: Pitch *current_pitch = unsmob_pitch (event-get_property (pitch)); string pitchstring = current_pitch.to_string (); Sorry for the noise - on console,

Re: Fixes missing images in big website page (issue 4963046)

2011-09-16 Thread PhilEHolmes
Updated patch which produces a web-big-page with all images included. Please review. Next step after this will be to fix the links in that page. http://codereview.appspot.com/4963046/ ___ lilypond-devel mailing list lilypond-devel@gnu.org

Re: Add support for custom ledger positions, using two new staff-symbol properties (issue 4974075)

2011-09-16 Thread Peekay Ex
Neil, On Thu, Sep 15, 2011 at 11:05 PM, Neil Puttock n.putt...@gmail.com wrote: On 15 September 2011 23:04,  pkx1...@gmail.com wrote: On 2011/09/15 21:41:27, Neil Puttock wrote: For some reason, your patch fails `make check' on my system. Neil, I've just applied this patch - after seeing

Re: Add support for custom ledger positions, using two new staff-symbol properties (issue 4974075)

2011-09-16 Thread Peekay Ex
Hello, On Fri, Sep 16, 2011 at 12:50 PM, Peekay Ex pkx1...@gmail.com wrote: Neil, On Thu, Sep 15, 2011 at 11:05 PM, Neil Puttock n.putt...@gmail.com wrote: On 15 September 2011 23:04,  pkx1...@gmail.com wrote: On 2011/09/15 21:41:27, Neil Puttock wrote: For some reason, your patch fails

Re: Add support for custom ledger positions, using two new staff-symbol properties (issue 4974075)

2011-09-16 Thread pierstitus
On 2011/09/15 22:05:51, Neil Puttock wrote: On 15 September 2011 23:04, mailto:pkx1...@gmail.com wrote: On 2011/09/15 21:41:27, Neil Puttock wrote: For some reason, your patch fails `make check' on my system. Neil, I've just applied this patch - after seeing your note - nbsp;to the

Re: GOP-PROP 11: git repositories (probable decision)

2011-09-16 Thread Han-Wen Nienhuys
On Wed, Sep 14, 2011 at 7:33 PM, Graham Percival gra...@percival-music.ca wrote: I've made a few clarifications to the original proposal, but nothing substantial is changed. http://lilypond.org/~graham/gop/gop_11.html ** Proposal summary Our source code hosting is confused: some branches

Re: GOP-PROP 11: git repositories (probable decision)

2011-09-16 Thread Graham Percival
On Fri, Sep 16, 2011 at 11:50:56AM -0300, Han-Wen Nienhuys wrote: On Wed, Sep 14, 2011 at 7:33 PM, Graham Percival gra...@percival-music.ca wrote:    * Reserve the savannah lilypond.git repository for logical      branches of master. I've moved ikebana to

Re: double fingering

2011-09-16 Thread Peekay Ex
Crist, On Fri, Sep 16, 2011 at 4:33 PM, Crist Khachikian ckhachik...@gmail.com wrote: Peekay, Thanks but I still get the same error.  I wonder if it's because I'm using jEdit but the command to generate the PDF should be the same. You know anything about this? Thanks Crist No I know

Re: modifying default behaviour of tremolo slashes (issue 4636081)

2011-09-16 Thread m...@apollinemike.com
On Sep 5, 2011, at 10:31 PM, Janek Warchoł wrote: Hey Mike, 2011/8/27 janek.lilyp...@gmail.com: http://codereview.appspot.com/4636081/diff/42001/scm/define-grobs.scm#newcode1944 scm/define-grobs.scm:1944: (X-extent . ,ly:stem-tremolo::width) On 2011/08/23 07:48:39, MikeSol wrote: For

lilypond.org can't build website

2011-09-16 Thread Graham Percival
ok, I forgot what was needed to make python find modules. lilypond.org currently fails to build the website: graham@abc:~$ make-website.sh mkdir -p out-website python /home/graham/lilypond/trusted-scripts/create-version-itexi.py /home/graham/lilypond/lilypond-git out-website/version.itexi

Re: lilypond.org can't build website

2011-09-16 Thread Phil Holmes
- Original Message - From: Graham Percival gra...@percival-music.ca To: Phil Holmes em...@philholmes.net Cc: lilypond-devel@gnu.org Sent: Friday, September 16, 2011 6:08 PM Subject: lilypond.org can't build website ok, I forgot what was needed to make python find modules. lilypond.org

Re: lilypond.org can't build website

2011-09-16 Thread Graham Percival
On Fri, Sep 16, 2011 at 06:28:58PM +0100, Phil Holmes wrote: Dunno how urgent it is to get this going again, but the fix is this: PYTHONPATH=$HOME/lilypond-git/python (substituting $HOME for wherever langdefs is found on your system). I can't make a patch for the CG because it's dependent

Re: lilypond.org can't build website

2011-09-16 Thread Phil Holmes
- Original Message - From: Graham Percival gra...@percival-music.ca To: Phil Holmes em...@philholmes.net Cc: lilypond-devel@gnu.org Sent: Friday, September 16, 2011 6:34 PM Subject: Re: lilypond.org can't build website On Fri, Sep 16, 2011 at 06:28:58PM +0100, Phil Holmes wrote:

Re: lilypond.org can't build website

2011-09-16 Thread Graham Percival
On Fri, Sep 16, 2011 at 06:50:15PM +0100, Phil Holmes wrote: - Original Message - From: Graham Percival gra...@percival-music.ca Does that have to go on the command-lien make-website.sh, or could that go inside website.make ? I mean, website.make already has a top-src-dir defined...?

Re: lilypond.org can't build website

2011-09-16 Thread Phil Holmes
- Original Message - From: Graham Percival gra...@percival-music.ca To: Phil Holmes m...@philholmes.net Cc: lilypond-devel@gnu.org Sent: Friday, September 16, 2011 7:05 PM Subject: Re: lilypond.org can't build website On Fri, Sep 16, 2011 at 06:50:15PM +0100, Phil Holmes wrote: -

Re: lilypond.org can't build website

2011-09-16 Thread Graham Percival
On Fri, Sep 16, 2011 at 07:09:53PM +0100, Phil Holmes wrote: - Original Message - From: Graham Percival gra...@percival-music.ca As you say, an alternative that _should_ work is to define PYTHONPATH in website.make. Would need to test that, though, and off rehearsing in about 10

Re: Add support for custom ledger positions, using two new staff-symbol properties (issue 4974075)

2011-09-16 Thread pierstitus
regtests now build with --disable-optimising. Everything should be OK by now. http://codereview.appspot.com/4974075/ ___ lilypond-devel mailing list lilypond-devel@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-devel

Re: New alist to replace special characters. (issue 4553056)

2011-09-16 Thread pkx166h
Hello, passes make but fails make check please see http://code.google.com/p/lilypond/issues/detail?id=1891#c1 James http://codereview.appspot.com/4553056/ ___ lilypond-devel mailing list lilypond-devel@gnu.org

Re: New alist to replace special characters. (issue 4553056)

2011-09-16 Thread pkx166h
On 2011/09/16 21:31:25, J_lowe wrote: Hello, passes make but fails make check Sorry ignore this, I just realised I made a mistake in my make check. I'll redo now. James http://codereview.appspot.com/4553056/ ___ lilypond-devel mailing list

Re: New alist to replace special characters. (issue 4553056)

2011-09-16 Thread pkx166h
passes make and reg tests http://codereview.appspot.com/4553056/ ___ lilypond-devel mailing list lilypond-devel@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-devel

Re: Add some polyphonically directed grobs (issue 4387046)

2011-09-16 Thread pkx166h
Passes make and reg tests. I did get the 'NOT A BUG' test show up again, I see that I had had this before...so this looks ok. See: http://code.google.com/p/lilypond/issues/detail?id=1854#c1 James http://codereview.appspot.com/4387046/ ___

Re: Isue 1868: Loglevels in our python scripts (lilypond-book, musicxml2ly, convert-ly) (issue 4908041)

2011-09-16 Thread pkx166h
I was able to do a full make doc with no errors. James http://codereview.appspot.com/4908041/ ___ lilypond-devel mailing list lilypond-devel@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-devel

Re: Several fixes for annotate-spacing. (issue 4950071)

2011-09-16 Thread joeneeman
Reviewers: J_lowe, Neil Puttock, Message: Thanks, all fixed. Description: Several fixes for annotate-spacing. - Fixes annotate-spacing to use the new spacing names. - Annotates spacing between staves as well as spacing between systems. - Fixes some collisions between annotations. - Padding

PATCH: 48-HOur countdown to 22:00 20110918

2011-09-16 Thread Colin Campbell
For 22: MDT Sunday Sept 18: Issue 935 http://code.google.com/p/lilypond/issues/detail?id=935: Enhancement: optional arguments in music functions - R 5023044 http://codereview.appspot.com/5023044/ Issue 1822 http://code.google.com/p/lilypond/issues/detail?id=1822: New short and long lyric