The <senza-misura> element

Parent element: <time>

A <senza-misura> element explicitly indicates that no time signature is present. The optional element content indicates the symbol to be used, if any, such as an X. The <time> element's symbol attribute is not used when a <senza-misura> element is present.

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

Hierarchy

  • SenzaMisura

Implements

Constructors

Properties

schema: {
    attributes: {};
    contents: readonly [{
        type: "required";
        value: {
            type: "string";
        };
    }];
    name: "senza-misura";
} = SenzaMisura.schema

Type declaration

  • Readonly attributes: {}
    • Readonly contents: readonly [{
          type: "required";
          value: {
              type: "string";
          };
      }]
    • Readonly name: "senza-misura"
    schema: {
        attributes: {};
        contents: readonly [{
            type: "required";
            value: {
                type: "string";
            };
        }];
        name: "senza-misura";
    } = ...

    Type declaration

    • Readonly attributes: {}
      • Readonly contents: readonly [{
            type: "required";
            value: {
                type: "string";
            };
        }]
      • Readonly name: "senza-misura"

      Methods

      Generated using TypeDoc