Interface NWCTXTFlow

interface NWCTXTFlow {
    fields: {
        Placement?: string;
        Pos?: number;
        Style: "Coda" | "Segno" | "Fine" | "ToCoda" | "DaCapo" | "DCalCoda" | "DCalFine" | "DalSegno" | "DSalCoda" | "DSalFine";
        Wide?: boolean;
    };
    name: "Flow";
}

Properties

Properties

fields: {
    Placement?: string;
    Pos?: number;
    Style: "Coda" | "Segno" | "Fine" | "ToCoda" | "DaCapo" | "DCalCoda" | "DCalFine" | "DalSegno" | "DSalCoda" | "DSalFine";
    Wide?: boolean;
}

Type declaration

  • Optional Placement?: string

    Example

    "AsStaffSignature"
    
  • Optional Pos?: number

    Example

    -8
    

    Example

    7
    

    Example

    8
    

    Example

    10
    
  • Style: "Coda" | "Segno" | "Fine" | "ToCoda" | "DaCapo" | "DCalCoda" | "DCalFine" | "DalSegno" | "DSalCoda" | "DSalFine"
  • Optional Wide?: boolean

    Example

    true
    
name: "Flow"

Generated using TypeDoc