Documentation
    Preparing search index...

    Interface ChordProperties

    interface ChordProperties {
        chord?: { root: ChordRoot; type: ChordType };
        name: string;
        position?: ChordPlacement;
        rel_position?: { x: number; y: number };
    }
    Index
    chord?: { root: ChordRoot; type: ChordType }
    name: string
    position?: ChordPlacement
    rel_position?: { x: number; y: number }