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
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
_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user