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) _______________________________________________ bug-lilypond mailing list bug-lilypond@gnu.org http://lists.gnu.org/mailman/listinfo/bug-lilypond