Interface NWCTXTPosition

interface NWCTXTPosition {
    accidental: NWCTXTAccidental;
    head: string;
    position: number;
    tie: boolean;
}

Properties

accidental: NWCTXTAccidental
head: string
position: number
tie: boolean

Generated using TypeDoc