Class StaffLayout

java.lang.Object
org.audiveris.proxymusic.StaffLayout

public class StaffLayout extends Object
Staff layout includes the vertical distance from the bottom line of the previous staff in this system to the top line of the staff specified by the number attribute. The optional number attribute refers to staff numbers within the part, from top to bottom on the system. A value of 1 is used if not present. When used in the defaults element, the values apply to all systems in all parts. When used in the print element, the values apply to the current system only. This value is ignored for the first staff in a system.

Java class for staff-layout complex type.

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

 <complexType name="staff-layout">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="staff-distance" type="{}tenths" minOccurs="0"/>
       </sequence>
       <attribute name="number" type="{}staff-number" />
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • StaffLayout

      public StaffLayout()
  • Method Details

    • getStaffDistance

      public BigDecimal getStaffDistance()
      Gets the value of the staffDistance property.
      Returns:
      possible object is BigDecimal
    • setStaffDistance

      public void setStaffDistance(BigDecimal value)
      Sets the value of the staffDistance property.
      Parameters:
      value - allowed object is BigDecimal
    • getNumber

      public BigInteger getNumber()
      Gets the value of the number property.
      Returns:
      possible object is BigInteger
    • setNumber

      public void setNumber(BigInteger value)
      Sets the value of the number property.
      Parameters:
      value - allowed object is BigInteger