lilypond-devel
[Top][All Lists]
Advanced

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

making measure-counter-stencil public (issue 203130043 by address@hidden


From: thomasmorley65
Subject: making measure-counter-stencil public (issue 203130043 by address@hidden)
Date: Wed, 18 Feb 2015 01:16:49 +0000

Reviewers: ,

Message:
please review

Description:
making measure-counter-stencil public

Issue 4292

In order to work with 'make-stencil-boxer' etc

Please review this at https://codereview.appspot.com/203130043/

Affected files (+1, -1 lines):
  M scm/output-lib.scm


Index: scm/output-lib.scm
diff --git a/scm/output-lib.scm b/scm/output-lib.scm
index db4fb9b022255a7bc277706ff1774f4bb7fefa61..fdcea5de6488fed13954634e79442d21f3f0234c 100644
--- a/scm/output-lib.scm
+++ b/scm/output-lib.scm
@@ -1367,7 +1367,7 @@ parent or the parent has no setting."
 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
 ;; measure counter

-(define (measure-counter-stencil grob)
+(define-public (measure-counter-stencil grob)
   "Print a number for a measure count.  The number is centered using
 the extents of @code{BreakAlignment} grobs associated with the left and
 right bounds of a @code{MeasureCounter} spanner.  Broken measures are





reply via email to

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