The <measure-layout> element

Parent element: <print>

The <measure-layout> element includes the horizontal distance from the previous measure. It applies to the current measure only.

https://www.w3.org/2021/06/musicxml40/musicxml-reference/elements/measure-layout/

Hierarchy

  • MeasureLayout

Implements

Constructors

Properties

schema: {
    attributes: {};
    contents: readonly [{
        type: "optional";
        value: typeof MeasureDistance;
    }];
    name: "measure-layout";
} = MeasureLayout.schema

Type declaration

  • Readonly attributes: {}
    • Readonly contents: readonly [{
          type: "optional";
          value: typeof MeasureDistance;
      }]
    • Readonly name: "measure-layout"
    schema: {
        attributes: {};
        contents: readonly [{
            type: "optional";
            value: typeof MeasureDistance;
        }];
        name: "measure-layout";
    } = ...

    Type declaration

    • Readonly attributes: {}
      • Readonly contents: readonly [{
            type: "optional";
            value: typeof MeasureDistance;
        }]
      • Readonly name: "measure-layout"

      Methods

      Generated using TypeDoc