You are here: MusicXML Reference > Score Schema (XSD) > Elements > Element: system-layout

Element: system-layout [group layout]

Description

A system is a group of staves that are read and played simultaneously. System layout includes left and right margins and the vertical distance from the previous system. The system distance is measured from the bottom line of the previous system to the top line of the current system. It is ignored for the first system on a page. 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.
Sometimes the sum of measure widths in a system may not equal the system width specified by the layout elements due to roundoff or other errors. The behavior when reading MusicXML files in these cases is application-dependent. For instance, applications may find that the system layout data is more reliable than the sum of the measure widths, and adjust the measure widths accordingly.

Derived By

Type system-layout

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Default  Description 
  1..1 
system-margins  system-margins  0..1  System margins are relative to the page margins. Positive values indent and negative values reduce the margin size.
system-distance  tenths  0..1 
top-system-distance  tenths  0..1 
system-dividers  system-dividers  0..1 

The system-dividers element indicates the presence or absence of system dividers (also known as system separation marks) between systems displayed on the same page. Dividers on the left and right side of the page are controlled by the left-divider and right-divider elements respectively. The default vertical position is half the system-distance value from the top of the system that is below the divider. The default horizontal position is the left and right system margin, respectively. When used in the print element, the system-dividers element affects the dividers that would appear between the current system and the previous system.

Referenced By
Example
    <page-layout>
      <page-height>1545</page-height>
      <page-width>1194</page-width>
      <page-margins type="both">
        <left-margin>105</left-margin>
        <right-margin>70</right-margin>
        <top-margin>70</top-margin>
        <bottom-margin>70</bottom-margin>
      </page-margins>
    </page-layout>
    <system-layout>
      <system-margins>
        <left-margin>0</left-margin>
        <right-margin>0</right-margin>
      </system-margins>
      <system-distance>99</system-distance>
      <top-system-distance>48</top-system-distance>
    </system-layout>

 

MusicXML Documentation Home
Last built 2/20/2015

7007 Winchester Circle, Suite 140

Boulder, CO 80301