Class Transpose

java.lang.Object
org.audiveris.proxymusic.Transpose

public class Transpose extends Object
The transpose type represents what must be added to a written pitch to get a correct sounding pitch. The optional number attribute refers to staff numbers, from top to bottom on the system. If absent, the transposition applies to all staves in the part. Per-staff transposition is most often used in parts that represent multiple instruments.

Java class for transpose complex type.

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

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

  • Constructor Details

    • Transpose

      public Transpose()
  • Method Details

    • getDiatonic

      public BigInteger getDiatonic()
      Gets the value of the diatonic property.
      Returns:
      possible object is BigInteger
    • setDiatonic

      public void setDiatonic(BigInteger value)
      Sets the value of the diatonic property.
      Parameters:
      value - allowed object is BigInteger
    • getChromatic

      public BigDecimal getChromatic()
      Gets the value of the chromatic property.
      Returns:
      possible object is BigDecimal
    • setChromatic

      public void setChromatic(BigDecimal value)
      Sets the value of the chromatic property.
      Parameters:
      value - allowed object is BigDecimal
    • getOctaveChange

      public BigInteger getOctaveChange()
      Gets the value of the octaveChange property.
      Returns:
      possible object is BigInteger
    • setOctaveChange

      public void setOctaveChange(BigInteger value)
      Sets the value of the octaveChange property.
      Parameters:
      value - allowed object is BigInteger
    • getDouble

      public Double getDouble()
      Gets the value of the double property.
      Returns:
      possible object is Double
    • setDouble

      public void setDouble(Double value)
      Sets the value of the double property.
      Parameters:
      value - allowed object is Double
    • 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