In the code below I will get a chord name = C 9 13

How do I get a C13 chord name without the 9?

% -------
\version "2.17.13"

chordNames = \chordmode { c1:13}

\score {
  <<
    \new ChordNames \chordNames

    \new Staff { \chordNames }
  >>
}
% --------

// Anders
--
English isn't my first language.
So any error or strangeness is due to the translation.
Please correct my English so that I may become better.

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

Reply via email to