bug-lilypond
[Top][All Lists]
Advanced

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

Problems setting circle-padding


From: Steven Weber
Subject: Problems setting circle-padding
Date: Mon, 9 Jun 2008 20:57:10 +0000 (UTC)
User-agent: Loom/3.14 (http://gmane.org/)

Lilypond version 2.11.48, Windows XP

\version "2.11.48"
{
                % This throws a warning, but pads the circle
                \override TextScript #'circle-padding = #0.5
                c'1 ^\markup { \circle "Hi" } |

                % This causes a fatal error in lilypond (uncomment to see)
                % c'1 ^\markup { \override #'(circle-padding 0.5) 
\circle "Hi" }
}

Here’s the warning I get with the first line:

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

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)






reply via email to

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