lilypond-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Makes the parentheses-item::print function public. (issue4548056)


From: mtsolo
Subject: Makes the parentheses-item::print function public. (issue4548056)
Date: Sat, 21 May 2011 21:19:57 +0000

Reviewers: ,

Message:
This'll allow users to do some overrides on the parentheses stencil and
still call the print function at the end.

Description:
Makes the parentheses-item::print function public.

Please review this at http://codereview.appspot.com/4548056/

Affected files:
  M scm/output-lib.scm


Index: scm/output-lib.scm
diff --git a/scm/output-lib.scm b/scm/output-lib.scm
index 27c69fdfbe82eba10f1d3dcc20fe8156863c0926..c25edf31f68a93de749a87e69e26cd4dde6dfc3d 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))





reply via email to

[Prev in Thread] Current Thread [Next in Thread]