Documentation
    Preparing search index...

    Interface ChordGridMeasure

    interface ChordGridMeasure {
        annotations?: string[];
        chord: [string, string, string, string];
        ending?: number;
        hasEndRepeat?: boolean;
        hasStartRepeat?: boolean;
        noBorder?: boolean;
    }
    Index
    annotations?: string[]
    chord: [string, string, string, string]
    ending?: number
    hasEndRepeat?: boolean
    hasStartRepeat?: boolean
    noBorder?: boolean