Class ForPart

java.lang.Object
org.audiveris.proxymusic.ForPart

public class ForPart extends Object
The for-part type is used in a concert score to indicate the transposition for a transposed part created from that score. It is only used in score files that contain a concert-score element in the defaults. This allows concert scores with transposed parts to be represented in a single uncompressed MusicXML file. The optional number attribute refers to staff numbers, from top to bottom on the system. If absent, the child elements apply to all staves in the created part.

Java class for for-part complex type.

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

 <complexType name="for-part">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="part-clef" type="{}part-clef" minOccurs="0"/>
         <element name="part-transpose" type="{}part-transpose"/>
       </sequence>
       <attGroup ref="{}optional-unique-id"/>
       <attribute name="number" type="{}staff-number" />
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • ForPart

      public ForPart()
  • Method Details

    • getPartClef

      public PartClef getPartClef()
      Gets the value of the partClef property.
      Returns:
      possible object is PartClef
    • setPartClef

      public void setPartClef(PartClef value)
      Sets the value of the partClef property.
      Parameters:
      value - allowed object is PartClef
    • getPartTranspose

      public PartTranspose getPartTranspose()
      Gets the value of the partTranspose property.
      Returns:
      possible object is PartTranspose
    • setPartTranspose

      public void setPartTranspose(PartTranspose value)
      Sets the value of the partTranspose property.
      Parameters:
      value - allowed object is PartTranspose
    • 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
    • getId

      public String getId()
      Gets the value of the id property.
      Returns:
      possible object is String
    • setId

      public void setId(String value)
      Sets the value of the id property.
      Parameters:
      value - allowed object is String