Bug - point and click

2010-08-28 Thread Wols Lists
I've tried to report this to lily-bugs via gmane, but I sent it yesterday and it's not showing up there ... has it got lost? When you add chords using chordmode, clicking on the resulting chord in the pdf doesn't take you to the relevant place in the source file. In fact, it fails pretty badly

Re: Bug - point and click

2010-08-28 Thread Neil Puttock
On 28 August 2010 15:36, Wols Lists antli...@youngman.org.uk wrote: When you add chords using chordmode, clicking on the resulting chord in the pdf doesn't take you to the relevant place in the source file. In fact, it fails pretty badly ...

Re: Bug - point and click

2010-08-28 Thread Neil Puttock
On 28 August 2010 16:31, Wols Lists antli...@youngman.org.uk wrote:  On 28/08/10 16:17, Neil Puttock wrote: On 28 August 2010 15:36, Wols Lists antli...@youngman.org.uk wrote: When you add chords using chordmode, clicking on the resulting chord in the pdf doesn't take you to the relevant

Music properties and naturalization/transposition style

2010-08-28 Thread Joseph Wakeling
Hello all, A few queries related to my ongoing project to implement customizable transposition/naturalization styles. It was suggested to me to use music properties to set the rules. I've come to the conclusion that this may not be the right approach. Why? Because as far as I can see music

Re: [frogs] T1224: Avoid using deprecated %module-public-interface in guile initialisation. (issue1160044)

2010-08-28 Thread Ian Hulin
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi all, This was the artist formerly known as tracker 1055. Status so far. The patch runs OK against guile V1.8,7. I've now been able to run against Guile 1.9.11 on a V M despite having to rebuild my machine because the CPU ran hot and toasted

Re: T1055: Avoid using deprecated %module-public-interface in guile initialisation. (issue1160044)

2010-08-28 Thread n . puttock
On 2010/08/28 19:16:18, Ian Hulin wrote: Anyhow, building against V1.9.11 showed up Neil's concerns with the code in lily.scm/simple-format-handler and /ergonomic-simple-format and I have a fix for this. It looks like the byte-compiler in Guile V1.9.11 is stricter than the interpreter in

Adds ly:define-event-class (issue1867050)

2010-08-28 Thread n . puttock
Hi Mike, I don't trust Rietveld not to swallow my comments, so I'm posting a few at a time just in case it breaks again. :) Cheers, Neil http://codereview.appspot.com/1867050/diff/17001/18001 File input/regression/scheme-text-spanner.ly (right):

Re: Adds ly:define-event-class (issue1867050)

2010-08-28 Thread n . puttock
http://codereview.appspot.com/1867050/diff/17001/18001 File input/regression/scheme-text-spanner.ly (right): http://codereview.appspot.com/1867050/diff/17001/18001#newcode201 input/regression/scheme-text-spanner.ly:201: a b c \schemeTextSpannerEnd d | + another spanner to check

Re: Adds ly:define-event-class (issue1867050)

2010-08-28 Thread n . puttock
My comments in define-event-classes.scm don't work, so here goes: +(define-public (define-event-class leaf heritage) + (cond + ((not (eq? leaf (car heritage))) + (ly:warning All classes must be the last in their matrilineal line.)) (ly:warning (_ ...) for translations + ((not (equal? (cdr

Re: Adds ly:define-event-class (issue1867050)

2010-08-28 Thread mtsolo
Reviewers: Neil Puttock, http://codereview.appspot.com/1867050/diff/17001/18001 File input/regression/scheme-text-spanner.ly (right): http://codereview.appspot.com/1867050/diff/17001/18001#newcode5 input/regression/scheme-text-spanner.ly:5: texidoc = uses define-event-class to create a fully

Re: T1055: Avoid using deprecated %module-public-interface in guile initialisation. (issue1160044)

2010-08-28 Thread pnorcks
On 2010/08/28 19:16:18, Ian Hulin wrote: Patrick and Neil, do I have to fix all the compatibility problems in all the scm files loaded by lily.scm in order to push what we have so far? No. Some of the other compatibility problems are quite complicated and deserve their own separate issues.