The <right-margin> element

Parent elements: <page-margins>, <system-margins>

The <right-margin> element specifies the right margin for the parent element in tenths.

https://www.w3.org/2021/06/musicxml40/musicxml-reference/elements/right-margin/

Hierarchy

  • RightMargin

Implements

Constructors

Properties

schema: {
    attributes: {};
    contents: readonly [{
        label: "value";
        type: "label";
        value: {
            max: number;
            min: number;
            type: "float";
        };
    }];
    name: "right-margin";
} = RightMargin.schema

Type declaration

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

    Type declaration

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

      Methods

      Generated using TypeDoc