Support naming strategies
Closed this issue · 0 comments
mdanka commented
// export interface IChordNamingOption {
// augmented: "aug" | "+";
// diminished: "dim" | "°";
// majorInterval: "maj" | "M";
// /**
// * `undefined` uses the majorInterval
// */
// majorSeventh: undefined | "Δ";
// }