lilypond-user
[Top][All Lists]
Advanced

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

Re: Chord Symbols with inversions


From: Richard Shann
Subject: Re: Chord Symbols with inversions
Date: Thu, 10 Jul 2014 09:19:29 +0100

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

which appears twice. The code is as follows:
 
\version "2.18.0"
\score {
<<  \set Score.timing = ##f 

  \new ChordNames \with {
      \override BarLine.bar-extent = #'(-2 . 2)
      \consists "Bar_engraver"
      \consists "Text_engraver"
      \consists "Script_engraver"
      \consists "Time_signature_engraver"
      \override TimeSignature  #'style = #'numeric 
    }
 {\time 2/4 <f' a' c'' e''>}
>>
}
The Text and Script engravers are for things like \fermata and \markup
which will be needed though not in this minimal example.

Do I have something wrong here still?

Richard







reply via email to

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