mdanka/momo-chords

Support naming strategies

Closed this issue · 0 comments

// export interface IChordNamingOption {
//     augmented: "aug" | "+";
//     diminished: "dim" | "°";
//     majorInterval: "maj" | "M";
//     /**
//      * `undefined` uses the majorInterval
//      */
//     majorSeventh: undefined | "Δ";
// }