The <top-system-distance> element

Parent element: <system-layout>

The <top-system-distance> is measured from the page's top margin to the top line of the first system. It is ignored for all but the first system on a page.

https://www.w3.org/2021/06/musicxml40/musicxml-reference/elements/top-system-distance/

Hierarchy

  • TopSystemDistance

Implements

Constructors

Properties

schema: {
    attributes: {};
    contents: readonly [{
        label: "value";
        type: "label";
        value: {
            type: "required";
            value: {
                max: number;
                min: number;
                type: "float";
            };
        };
    }];
    name: "top-system-distance";
} = TopSystemDistance.schema

Type declaration

  • Readonly attributes: {}
    • Readonly contents: readonly [{
          label: "value";
          type: "label";
          value: {
              type: "required";
              value: {
                  max: number;
                  min: number;
                  type: "float";
              };
          };
      }]
    • Readonly name: "top-system-distance"
    schema: {
        attributes: {};
        contents: readonly [{
            label: "value";
            type: "label";
            value: {
                type: "required";
                value: {
                    max: number;
                    min: number;
                    type: "float";
                };
            };
        }];
        name: "top-system-distance";
    } = ...

    Type declaration

    • Readonly attributes: {}
      • Readonly contents: readonly [{
            label: "value";
            type: "label";
            value: {
                type: "required";
                value: {
                    max: number;
                    min: number;
                    type: "float";
                };
            };
        }]
      • Readonly name: "top-system-distance"

      Methods

      Generated using TypeDoc