From: Mike Solomon Date: Sat, 21 May 2011 21:35:11 +0000 (+0200) Subject: Makes parentheses-item::print public. X-Git-Tag: release/2.15.0-1~42 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=8491d32def1c209a6dea50ea9c106ea8b541e957;p=lilypond.git Makes parentheses-item::print public. --- diff --git a/scm/output-lib.scm b/scm/output-lib.scm index 27c69fdfbe..c25edf31f6 100644 --- a/scm/output-lib.scm +++ b/scm/output-lib.scm @@ -589,7 +589,7 @@ and duration-log @var{log}." (ly:stencil-translate-axis rp (+ (cdr x-ext) padding) X)))) -(define (parentheses-item::print me) +(define-public (parentheses-item::print me) (let* ((elts (ly:grob-object me 'elements)) (y-ref (ly:grob-common-refpoint-of-array me elts Y)) (x-ref (ly:grob-common-refpoint-of-array me elts X))