From ae0abca2e83eaab0375bac05edd38349ae35a598 Mon Sep 17 00:00:00 2001 From: Thomas Morley Date: Wed, 18 Feb 2015 02:11:31 +0100 Subject: [PATCH] making measure-counter-stencil public Issue 4292 In order to work with 'make-stencil-boxer' etc --- 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 db4fb9b022..fdcea5de64 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 -- 2.39.2