Class SystemDividers

java.lang.Object
org.audiveris.proxymusic.SystemDividers

public class SystemDividers extends Object
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.

Java class for system-dividers complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="system-dividers">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="left-divider" type="{}empty-print-object-style-align"/>
         <element name="right-divider" type="{}empty-print-object-style-align"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>