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: Wed, 09 Jul 2014 17:53:19 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.4.50 (gnu/linux)

Richard Shann <address@hidden> 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



reply via email to

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