In message <9nk9hhd$hkzjf...@thewolery.demon.co.uk>, Anthony W. Youngman
<lilyp...@thewolery.demon.co.uk> writes
>Not sure if this belongs here or on -devel ...

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
        \once \override Score . RehearsalMark #'no-spacing-rods = ##t
        \mark \markup { \small \bold $markp }
#})

And the error makes it look like it might be a bug in lily anyway, but I
don't want to say that because I've been wrong too often - is the code
looking for something called "type-check" that should be there and
isn't?
>
>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 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?).  perhaps a typing error?
>warning: doing assignment anyway
>[8]
>warning: cannot find property type-check for `no-spacing-rods' (backend-
>type?).  perhaps a typing error?
>warning: doing assignment anyway
>warning: cannot find property type-check for `no-spacing-rods' (backend-
>type?).  perhaps a typing error?
>warning: doing assignment anyway
>[16]
>warning: cannot find property type-check for `no-spacing-rods' (backend-
>type?).  perhaps a typing error?
>warning: doing assignment anyway
>[24][32][40][48][56][64][72][80][88][96][104][112][120][128][136][144][15
>2][152]
>
>
>Cheers,
>Wol

-- 
Anthony W. Youngman - anth...@thewolery.demon.co.uk



_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to