From: janneke Date: Wed, 30 Mar 2005 15:32:43 +0000 (+0000) Subject: (make-stencil-boxer): Junk code duplication, X-Git-Tag: release/2.5.23~259 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=3f08e781f657863b9d7e2c40e4c9945a2458159a;p=lilypond.git (make-stencil-boxer): Junk code duplication, use box-stencil. Remove y-padding argument. (make-stencil-circler): New function. --- diff --git a/scm/output-lib.scm b/scm/output-lib.scm index 6adb53fcfb..7e746b7895 100644 --- a/scm/output-lib.scm +++ b/scm/output-lib.scm @@ -97,7 +97,7 @@ (lambda (grob) (box-stencil (callback grob) thickness padding))) (define-public (make-stencil-circler thickness padding callback) - "Return function that adds a box around the grob passed as argument." + "Return function that adds a circle around the grob passed as argument." (lambda (grob) (circle-stencil (callback grob) thickness padding))) (define-public (arg->string arg)