bug-lilypond
[Top][All Lists]
Advanced

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

Re: Problems setting circle-padding


From: Neil Puttock
Subject: Re: Problems setting circle-padding
Date: Mon, 9 Jun 2008 23:10:14 +0100

Hi Steven,

2008/6/9 Steven Weber <address@hidden>:

> warning: cannot find property type-check for `circle-padding' (backend-type?).
> perhaps a typing error?
> warning: doing assignment anyway

Circle-padding is a markup property only, so it's not designed for use
as an override with TextScript (even though it works despite the
type-check error).

> Here's the error with the second line:
> Preprocessing graphical objects...C:/Program
> Files/LilyPond/usr/share/lilypond/current/scm/define-markup-
> commands.scm:100:15: In procedure * in expression (* (magstep font-size)
> circle-padding):
> C:/Program Files/LilyPond/usr/share/lilypond/current/scm/define-markup-
> commands.scm:100:15: Wrong type: (0.5)

You're missing a full-stop/period in the markup \override command (it
takes a scheme pair):

\override #'(circle-padding . 0.5)

Regards,
Neil




reply via email to

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