Richard Shann <rich...@rshann.plus.com> writes:

> Thank you for this. With that I have now got as far as the attached
> sample in trying to typeset a jazz chord sheet (the chords are just
> nonsense but most of the needed elements are there now).
> Attached is the sort of sheet I'm trying to use LilyPond to improve on.
> I think I have most of the elements now, though the time signature
> stubbornly refuses to become numeric with
> I'm trying to override TimeSignature style in ChordNames thus:
>
>
> <<  \new ChordNames \with {
>
>   \override BarLine.bar-extent = #'(-2 . 2)
>   \consists "Bar_engraver"
>
>   \consists "Time_signature_engraver"
>   \override ChordNames.TimeSignature  #'style = #'numeric 
> }
>   {... the actual chords }
>>>

Sigh.  No minimal working example.  At any rate, you probably would just
want \override TimeSignature ... in the context mod since there is no
grob called ChordNames.

-- 
David Kastrup

_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to