lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Anthony W. Youngman
Subject: Re: cannot find property type-check for `no-spacing-rods'
Date: Sat, 28 Mar 2009 16:11:24 +0000
User-agent: Turnpike/6.05-U (<08Q6TxfcPTitg3mvDmc+2+8bRK>)

In message <address@hidden>, Anthony W. Youngman
<address@hidden> 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 - address@hidden





reply via email to

[Prev in Thread] Current Thread [Next in Thread]