TransposeAttributes: {
    id: string | null;
    number: number | null;
}

Type declaration

  • id: string | null

    Specifies an ID that is unique to the entire document.

  • number: number | null

    Allows a transposition to apply to only the specified staff in the part. If absent, the transposition applies to all staves in the part. Per-staff transposition is most often used in parts that represent multiple instruments.

Generated using TypeDoc