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 ty

Re: pitch to string conversion in c++

2011-09-16 Thread Marc Hohl
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, everything looked right, but in the ma

Re: Improves some parmesan noteheads. (issue 4639065)

2011-09-16 Thread Benkő Pál
> Passes make and new reg test differences (look ok) attached here in all four .png's I can see empty rectangles instead of longae. p ___ lilypond-devel mailing list lilypond-devel@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-devel

Re: pitch to string conversion in c++

2011-09-16 Thread David Kastrup
Marc Hohl 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, e

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 https://list

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 wrote: > On 15 September 2011 23:04,   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 -  to the >> late

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 wrote: > Neil, > > On Thu, Sep 15, 2011 at 11:05 PM, Neil Puttock wrote: >> On 15 September 2011 23:04,   wrote: >>> On 2011/09/15 21:41:27, Neil Puttock wrote: >>> For some reason, your patch fails `make check' on my system. >>> >>> Neil,

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, 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 -  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 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 of lilypond > sava

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 > wrote: > >    * Reserve the savannah lilypond.git repository for logical > >      branches of master. > > I've moved ikebana to > https://github.com/hanwen/ikebana > > I could a

Re: double fingering

2011-09-16 Thread Peekay Ex
Crist, On Fri, Sep 16, 2011 at 4:33 PM, Crist Khachikian 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 nothing about jedi

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 : >> 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 consistency

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 pyth

Re: lilypond.org can't build website

2011-09-16 Thread Phil Holmes
- Original Message - From: "Graham Percival" To: "Phil Holmes" Cc: 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 currently fails to build the website: graham@abc:~$ make-web

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 depen

Re: lilypond.org can't build website

2011-09-16 Thread Phil Holmes
- Original Message - From: "Graham Percival" To: "Phil Holmes" Cc: 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: Dunno how urgent it is to get this going again, but the fix is this

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" > > >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...? > > The full

Re: lilypond.org can't build website

2011-09-16 Thread Phil Holmes
- Original Message - From: "Graham Percival" To: "Phil Holmes" Cc: 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: - Original Message - From: "Graham Percival" >Does that ha

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" > > >>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 minutes. > > > >

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 https://lists.gnu.org/mailman/listinfo/

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 lilypond

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/ ___ lilypond-de

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 (bet

PATCH: 48-HOur countdown to 22:00 20110918

2011-09-16 Thread Colin Campbell
For 22: MDT Sunday Sept 18: Issue 935 : Enhancement: optional arguments in music functions - R 5023044 Issue 1822 : New short and long lyr