The <page-height> element

Parent element: <page-layout>

The <page-height> element specifies the page height in tenths.

https://www.w3.org/2021/06/musicxml40/musicxml-reference/elements/page-height/

Hierarchy

  • PageHeight

Implements

Constructors

Properties

schema: {
    attributes: {};
    contents: readonly [{
        label: "value";
        type: "label";
        value: {
            type: "required";
            value: {
                max: number;
                min: number;
                type: "float";
            };
        };
    }];
    name: "page-height";
} = PageHeight.schema

Type declaration

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

    Type declaration

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

      Methods

      Generated using TypeDoc