Interface NWCTXTTempoVariance

interface NWCTXTTempoVariance {
    fields: {
        Justify?: string;
        Pause?: number;
        Placement?: string;
        Pos?: number;
        Style?: string;
        Wide?: boolean;
    };
    name: "TempoVariance";
}

Properties

Properties

fields: {
    Justify?: string;
    Pause?: number;
    Placement?: string;
    Pos?: number;
    Style?: string;
    Wide?: boolean;
}

Type declaration

  • Optional Justify?: string

    Example

    "Center"
    
  • Optional Pause?: number

    Example

    0
    

    Example

    2
    

    Example

    15
    

    Example

    16
    
  • Optional Placement?: string

    Example

    "AtNextNote"
    

    Example

    "AsStaffSignature"
    
  • Optional Pos?: number

    Example

    10
    
  • Optional Style?: string

    Example

    "Fermata"
    

    Example

    "Breath Mark"
    
  • Optional Wide?: boolean

    Example

    true
    
name: "TempoVariance"

Generated using TypeDoc