The <normal-notes> element

Parent element: <time-modification>

The <normal-notes> element describes how many notes are usually played in the time occupied by the number in the <actual-notes> element.

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

Hierarchy

  • NormalNotes

Implements

Constructors

Properties

schema: {
    attributes: {};
    contents: readonly [{
        label: "value";
        type: "label";
        value: {
            type: "required";
            value: {
                max: number;
                min: 0;
                type: "int";
            };
        };
    }];
    name: "normal-notes";
} = NormalNotes.schema

Type declaration

  • Readonly attributes: {}
    • Readonly contents: readonly [{
          label: "value";
          type: "label";
          value: {
              type: "required";
              value: {
                  max: number;
                  min: 0;
                  type: "int";
              };
          };
      }]
    • Readonly name: "normal-notes"
    schema: {
        attributes: {};
        contents: readonly [{
            label: "value";
            type: "label";
            value: {
                type: "required";
                value: {
                    max: number;
                    min: 0;
                    type: "int";
                };
            };
        }];
        name: "normal-notes";
    } = ...

    Type declaration

    • Readonly attributes: {}
      • Readonly contents: readonly [{
            label: "value";
            type: "label";
            value: {
                type: "required";
                value: {
                    max: number;
                    min: 0;
                    type: "int";
                };
            };
        }]
      • Readonly name: "normal-notes"

      Methods

      Generated using TypeDoc