From: Patrick McCarty Date: Wed, 12 Aug 2009 05:16:51 +0000 (-0700) Subject: Widen \eyeglasses bbox a little more X-Git-Tag: release/2.13.4-1~179^2~103 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=461890be194a8a0e6b1238ca543f5e0f2064b7a5;p=lilypond.git Widen \eyeglasses bbox a little more --- diff --git a/scm/define-markup-commands.scm b/scm/define-markup-commands.scm index 7836da51a1..4058c34c07 100644 --- a/scm/define-markup-commands.scm +++ b/scm/define-markup-commands.scm @@ -2595,7 +2595,7 @@ figured bass notation. \\markup { \\eyeglasses } @end lilypond" (interpret-markup layout props - (make-with-dimensions-markup '(-0.61 . 3.21) '(0.21 . 2.4) + (make-with-dimensions-markup '(-0.61 . 3.22) '(0.2 . 2.41) (make-postscript-markup eyeglassesps)))) (define-builtin-markup-command (left-brace layout props size)