The <system-margins> element

Parent element: <system-layout>

System margins are relative to the page margins. Positive values indent and negative values reduce the margin size.

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

Hierarchy

  • SystemMargins

Implements

Constructors

Properties

schema: {
    attributes: {};
    contents: readonly [{
        type: "required";
        value: typeof LeftMargin;
    }, {
        type: "required";
        value: typeof RightMargin;
    }];
    name: "system-margins";
} = SystemMargins.schema

Type declaration

  • Readonly attributes: {}
    • Readonly contents: readonly [{
          type: "required";
          value: typeof LeftMargin;
      }, {
          type: "required";
          value: typeof RightMargin;
      }]
    • Readonly name: "system-margins"
    schema: {
        attributes: {};
        contents: readonly [{
            type: "required";
            value: typeof LeftMargin;
        }, {
            type: "required";
            value: typeof RightMargin;
        }];
        name: "system-margins";
    } = ...

    Type declaration

    • Readonly attributes: {}
      • Readonly contents: readonly [{
            type: "required";
            value: typeof LeftMargin;
        }, {
            type: "required";
            value: typeof RightMargin;
        }]
      • Readonly name: "system-margins"

      Methods

      Generated using TypeDoc