Richard Shann <[email protected]> writes:

> On Wed, 2014-07-09 at 17:53 +0200, David Kastrup wrote:
>> Richard Shann <[email protected]> writes:
>> 
>> > Thank you for this. With that I have now got as far as the attached
> [...]
>> Sigh.  No minimal working example. 
> I've created a minimal example now, the numeric time signature has
> appeared, but with a warning:
>
> warning: time signature symbol `numeric24' not found; reverting to
> numbered style

Not obvious?

>       \override TimeSignature  #'style = #'numeric 

> Do I have something wrong here still?

There is no #'numeric time signature style, only #'numbered.  But you
may invoke it using \numericTimeSignature if you like.  It's defined as

%% numeric time signature

numericTimeSignature = \override Staff.TimeSignature.style = #'numbered
defaultTimeSignature = \revert Staff.TimeSignature.style

in ly/property-init.ly

-- 
David Kastrup

_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to