lilypond-user
[Top][All Lists]
Advanced

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

Re: Chord Symbols with inversions


From: David Kastrup
Subject: Re: Chord Symbols with inversions
Date: Thu, 10 Jul 2014 11:11:03 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.4.50 (gnu/linux)

Richard Shann <address@hidden> writes:

> On Wed, 2014-07-09 at 17:53 +0200, David Kastrup wrote:
>> Richard Shann <address@hidden> 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



reply via email to

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