2017-07-18 0:54 GMT+02:00 Tom Swan <t...@tomswan.com>:
> Hi. How do I change the chord name to just D13, not D9 13, as in the
> following snippet? This is probably rudimentary, but I'm a bit rusty and
> just getting back into lp. Thanks. -- Tom
>
> \version "2.18.2"
> songChords = \chordmode {
> {d1:13} |
> }
> \score {
> <<
> \new ChordNames { \songChords }
>>>
> \layout { }
> }

Probably easiest:

\chords { c:11.13 }

HTH,
  Harm

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

Reply via email to