From f6aa099ed44aa739bce92d5a5af7543a62ff06ec Mon Sep 17 00:00:00 2001 From: Mike Solomon Date: Sat, 21 May 2011 23:35:11 +0200 Subject: [PATCH] Makes parentheses-item::print public. --- scm/output-lib.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)) -- 2.39.5