lilypond-devel
[Top][All Lists]
Advanced

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

'measure-counter-stencil' not public?


From: Thomas Morley
Subject: 'measure-counter-stencil' not public?
Date: Tue, 17 Feb 2015 21:21:15 +0100

Hi,

is there any reason the stencil-procedure for
'measure-counter-stencil' isn't public?
It doesn't works with 'make-stencil-boxer' etc

\version "2.19.15"

\relative c' {
  \override MeasureCounter.stencil =
  #(make-stencil-boxer 0.1 0.25 measure-counter-stencil)
  %% it can be forced, though:
  %#(make-stencil-boxer 0.1 0.25 (@@ (lily) measure-counter-stencil))
  \startMeasureCount
  \repeat unfold 18 g'2
  \stopMeasureCount
}

Cheers,
  Harm



reply via email to

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