The <other-dynamics> element

Parent element: <dynamics>

The <other-dynamics> element allows other dynamic marks that are not covered by combinations of the individual <dynamics> child elements.

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

Hierarchy

  • OtherDynamics

Implements

Constructors

Properties

schema: {
    attributes: {
        smufl: {
            type: "optional";
            value: {
                type: "string";
            };
        };
    };
    contents: readonly [{
        type: "required";
        value: {
            type: "string";
        };
    }];
    name: "other-dynamics";
} = OtherDynamics.schema

Type declaration

  • Readonly attributes: {
        smufl: {
            type: "optional";
            value: {
                type: "string";
            };
        };
    }
    • Readonly smufl: {
          type: "optional";
          value: {
              type: "string";
          };
      }
      • Readonly type: "optional"
      • Readonly value: {
            type: "string";
        }
        • Readonly type: "string"
  • Readonly contents: readonly [{
        type: "required";
        value: {
            type: "string";
        };
    }]
  • Readonly name: "other-dynamics"
schema: {
    attributes: {
        smufl: {
            type: "optional";
            value: {
                type: "string";
            };
        };
    };
    contents: readonly [{
        type: "required";
        value: {
            type: "string";
        };
    }];
    name: "other-dynamics";
} = ...

Type declaration

  • Readonly attributes: {
        smufl: {
            type: "optional";
            value: {
                type: "string";
            };
        };
    }
    • Readonly smufl: {
          type: "optional";
          value: {
              type: "string";
          };
      }
      • Readonly type: "optional"
      • Readonly value: {
            type: "string";
        }
        • Readonly type: "string"
  • Readonly contents: readonly [{
        type: "required";
        value: {
            type: "string";
        };
    }]
  • Readonly name: "other-dynamics"

Methods

Generated using TypeDoc