Re: cannot find property type-check for `no-spacing-rods'

2009-03-29 Thread Kieren MacMillan
Hi Anthony, How metronome are your metronome functions? I'm just using it for text like moderately fast. \tempo \markup moderately fast =) Kieren. ___ lilypond-user mailing list lilypond-user@gnu.org

cannot find property type-check for `no-spacing-rods'

2009-03-28 Thread Anthony W. Youngman
to lily (which may or may not be something I've done :-) Relevant log contents follow: Interpreting music... warning: cannot find property type-check for `no-spacing-rods' (backend-type?). perhaps a typing error? warning: doing assignment anyway [8] warning: cannot find property type-check

Re: cannot find property type-check for `no-spacing-rods'

2009-03-28 Thread Neil Puttock
2009/3/28 Anthony W. Youngman lilyp...@thewolery.demon.co.uk: Not sure if this belongs here or on -devel ... But I've just looked in the log file and found this in there. V 2.12.2 on Windows (same on V 2.11.59 - I've just upgraded to make sure it isn't a known/fixed thingy). Bearing in mind

Re: cannot find property type-check for `no-spacing-rods'

2009-03-28 Thread Anthony W. Youngman
sure it isn't a known/fixed thingy). Bearing in mind I don't know what no-spacing-rods is, it's an error internal to lily (which may or may not be something I've done :-) Relevant log contents follow: Interpreting music... warning: cannot find property type-check for `no-spacing-rods' (backend- type

Re: cannot find property type-check for `no-spacing-rods'

2009-03-28 Thread Kieren MacMillan
Hi Anthony, Oops - just found my code that's doing it - but I copied it from somewhere and don't understand what it's doing or why ... tempoMark = #(define-music-function (parser location markp) (string?) #{ \once \override Score . RehearsalMark #'self-alignment-X = #left

Re: cannot find property type-check for `no-spacing-rods'

2009-03-28 Thread Anthony W. Youngman
In message blu0-smtp263ca4a0baec066965c6ca94...@phx.gbl, Kieren MacMillan kieren_macmil...@sympatico.ca writes That looks like my old (pre-recent-MetronomeMark improvements) function/macro for making tempo indications... And the error makes it look like it might be a bug in lily anyway, but I