2.16: warning: type check for `stencil' failed

2013-04-04 Thread James Harkins
It seems that if I write: \override Staff.TimeSignature #'stencil = ##f ... there's no problem. But this: \override Staff.TimeSignature #'stencil = ##t ... produces: warning: type check for `stencil' failed; value `#t' must be of type `stencil' I assumed the opposite of #f would be #t.

Re: 2.16: warning: type check for `stencil' failed

2013-04-04 Thread Marc Hohl
Am 04.04.2013 16:27, schrieb James Harkins: It seems that if I write: \override Staff.TimeSignature #'stencil = ##f ... there's no problem. But this: \override Staff.TimeSignature #'stencil = ##t ... produces: warning: type check for `stencil' failed; value `#t' must be of type

Re: 2.16: warning: type check for `stencil' failed

2013-04-04 Thread David Kastrup
James Harkins jamshar...@gmail.com writes: It seems that if I write: \override Staff.TimeSignature #'stencil = ##f ... there's no problem. But this: \override Staff.TimeSignature #'stencil = ##t ... produces: warning: type check for `stencil' failed; value `#t' must be of type

Re: 2.16: warning: type check for `stencil' failed

2013-04-04 Thread David Kastrup
David Kastrup d...@gnu.org writes: James Harkins jamshar...@gmail.com writes: It seems that if I write: \override Staff.TimeSignature #'stencil = ##f ... there's no problem. But this: \override Staff.TimeSignature #'stencil = ##t ... produces: warning: type check for `stencil'