The <scordatura> element

Parent element: <direction-type>

Scordatura string tunings are represented by a series of <accord> elements, similar to the <staff-tuning> elements. Strings are numbered from high to low.

https://www.w3.org/2021/06/musicxml40/musicxml-reference/elements/scordatura/

Hierarchy

  • Scordatura

Implements

Constructors

Properties

schema: {
    attributes: {
        id: {
            type: "optional";
            value: {
                pattern: RegExp;
                type: "regex";
                zero: "_";
            };
        };
    };
    contents: readonly [{
        label: "accords";
        type: "label";
        value: {
            type: "oneOrMore";
            value: typeof Accord;
        };
    }];
    name: "scordatura";
} = Scordatura.schema

Type declaration

  • Readonly attributes: {
        id: {
            type: "optional";
            value: {
                pattern: RegExp;
                type: "regex";
                zero: "_";
            };
        };
    }
    • Readonly id: {
          type: "optional";
          value: {
              pattern: RegExp;
              type: "regex";
              zero: "_";
          };
      }
      • Readonly type: "optional"
      • Readonly value: {
            pattern: RegExp;
            type: "regex";
            zero: "_";
        }
        • Readonly pattern: RegExp
        • Readonly type: "regex"
        • Readonly zero: "_"
  • Readonly contents: readonly [{
        label: "accords";
        type: "label";
        value: {
            type: "oneOrMore";
            value: typeof Accord;
        };
    }]
  • Readonly name: "scordatura"
schema: {
    attributes: {
        id: {
            type: "optional";
            value: {
                pattern: RegExp;
                type: "regex";
                zero: "_";
            };
        };
    };
    contents: readonly [{
        label: "accords";
        type: "label";
        value: {
            type: "oneOrMore";
            value: typeof Accord;
        };
    }];
    name: "scordatura";
} = ...

Type declaration

  • Readonly attributes: {
        id: {
            type: "optional";
            value: {
                pattern: RegExp;
                type: "regex";
                zero: "_";
            };
        };
    }
    • Readonly id: {
          type: "optional";
          value: {
              pattern: RegExp;
              type: "regex";
              zero: "_";
          };
      }
      • Readonly type: "optional"
      • Readonly value: {
            pattern: RegExp;
            type: "regex";
            zero: "_";
        }
        • Readonly pattern: RegExp
        • Readonly type: "regex"
        • Readonly zero: "_"
  • Readonly contents: readonly [{
        label: "accords";
        type: "label";
        value: {
            type: "oneOrMore";
            value: typeof Accord;
        };
    }]
  • Readonly name: "scordatura"

Methods

Generated using TypeDoc