The <tuning-alter> element

Parent elements: <accord>, <staff-tuning>

The <tuning-alter> element is represented like the <alter> element, with a different name to reflect its different function in string tuning.

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

Hierarchy

  • TuningAlter

Implements

Constructors

Properties

schema: {
    attributes: {};
    contents: readonly [{
        type: "required";
        value: {
            label: "semitones";
            type: "label";
            value: {
                max: number;
                min: number;
                type: "float";
            };
        };
    }];
    name: "tuning-alter";
} = TuningAlter.schema

Type declaration

  • Readonly attributes: {}
    • Readonly contents: readonly [{
          type: "required";
          value: {
              label: "semitones";
              type: "label";
              value: {
                  max: number;
                  min: number;
                  type: "float";
              };
          };
      }]
    • Readonly name: "tuning-alter"
    schema: {
        attributes: {};
        contents: readonly [{
            type: "required";
            value: {
                label: "semitones";
                type: "label";
                value: {
                    max: number;
                    min: number;
                    type: "float";
                };
            };
        }];
        name: "tuning-alter";
    } = ...

    Type declaration

    • Readonly attributes: {}
      • Readonly contents: readonly [{
            type: "required";
            value: {
                label: "semitones";
                type: "label";
                value: {
                    max: number;
                    min: number;
                    type: "float";
                };
            };
        }]
      • Readonly name: "tuning-alter"

      Methods

      Generated using TypeDoc