Interface NWCTXTDuration

interface NWCTXTDuration {
    Accent?: boolean;
    Base: "Whole" | "Half" | "4th" | "8th" | "16th" | "32nd" | "64th";
    DblDotted?: boolean;
    Dotted?: boolean;
    Grace?: boolean;
    Slur?: boolean;
    Staccato?: boolean;
    Tenuto?: boolean;
    Triplet?: boolean | "First" | "End";
}

Properties

Accent?: boolean
Base: "Whole" | "Half" | "4th" | "8th" | "16th" | "32nd" | "64th"
DblDotted?: boolean
Dotted?: boolean
Grace?: boolean
Slur?: boolean
Staccato?: boolean
Tenuto?: boolean
Triplet?: boolean | "First" | "End"

Generated using TypeDoc