The <time-modification> element

Parent element: <note>

Time modification indicates tuplets, double-note tremolos, and other durational changes. A <time-modification> element shows how the cumulative, sounding effect of tuplets and double-note tremolos compare to the written note type represented by the <type> and <dot> elements. Nested tuplets and other notations that use more detailed information need both the <time-modification> and <tuplet> elements to be represented accurately.

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

Hierarchy

  • TimeModification

Implements

Constructors

Properties

schema: {
    attributes: {};
    contents: readonly [{
        type: "required";
        value: typeof ActualNotes;
    }, {
        type: "required";
        value: typeof NormalNotes;
    }, {
        label: "normal";
        type: "label";
        value: {
            type: "optional";
            value: readonly [{
                type: "required";
                value: typeof NormalType;
            }, {
                type: "zeroOrMore";
                value: typeof NormalDot;
            }];
        };
    }];
    name: "time-modification";
} = TimeModification.schema

Type declaration

  • Readonly attributes: {}
    • Readonly contents: readonly [{
          type: "required";
          value: typeof ActualNotes;
      }, {
          type: "required";
          value: typeof NormalNotes;
      }, {
          label: "normal";
          type: "label";
          value: {
              type: "optional";
              value: readonly [{
                  type: "required";
                  value: typeof NormalType;
              }, {
                  type: "zeroOrMore";
                  value: typeof NormalDot;
              }];
          };
      }]
    • Readonly name: "time-modification"
    schema: {
        attributes: {};
        contents: readonly [{
            type: "required";
            value: typeof ActualNotes;
        }, {
            type: "required";
            value: typeof NormalNotes;
        }, {
            label: "normal";
            type: "label";
            value: {
                type: "optional";
                value: readonly [{
                    type: "required";
                    value: typeof NormalType;
                }, {
                    type: "zeroOrMore";
                    value: typeof NormalDot;
                }];
            };
        }];
        name: "time-modification";
    } = ...

    Type declaration

    • Readonly attributes: {}
      • Readonly contents: readonly [{
            type: "required";
            value: typeof ActualNotes;
        }, {
            type: "required";
            value: typeof NormalNotes;
        }, {
            label: "normal";
            type: "label";
            value: {
                type: "optional";
                value: readonly [{
                    type: "required";
                    value: typeof NormalType;
                }, {
                    type: "zeroOrMore";
                    value: typeof NormalDot;
                }];
            };
        }]
      • Readonly name: "time-modification"

      Methods

      Generated using TypeDoc