]> git.donarmstrong.com Git - lilypond.git/commitdiff
Makes parentheses-item::print public.
authorMike Solomon <mike@apollinemike.com>
Sat, 21 May 2011 21:35:11 +0000 (23:35 +0200)
committerCarl Sorensen <c_sorensen@byu.edu>
Wed, 25 May 2011 17:50:05 +0000 (11:50 -0600)
scm/output-lib.scm

index 27c69fdfbe82eba10f1d3dcc20fe8156863c0926..c25edf31f68a93de749a87e69e26cd4dde6dfc3d 100644 (file)
@@ -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))