Class Accord

java.lang.Object
org.audiveris.proxymusic.Accord

public class Accord extends Object
The accord type represents the tuning of a single string in the scordatura element. It uses the same group of elements as the staff-tuning element. Strings are numbered from high to low.

Java class for accord complex type.

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

 <complexType name="accord">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <group ref="{}tuning"/>
       <attribute name="string" type="{}string-number" />
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • tuningStep

      protected Step tuningStep
    • tuningAlter

      protected BigDecimal tuningAlter
    • tuningOctave

      protected int tuningOctave
    • string

      protected BigInteger string
  • Constructor Details

    • Accord

      public Accord()
  • Method Details

    • getTuningStep

      public Step getTuningStep()
      Gets the value of the tuningStep property.
      Returns:
      possible object is Step
    • setTuningStep

      public void setTuningStep(Step value)
      Sets the value of the tuningStep property.
      Parameters:
      value - allowed object is Step
    • getTuningAlter

      public BigDecimal getTuningAlter()
      Gets the value of the tuningAlter property.
      Returns:
      possible object is BigDecimal
    • setTuningAlter

      public void setTuningAlter(BigDecimal value)
      Sets the value of the tuningAlter property.
      Parameters:
      value - allowed object is BigDecimal
    • getTuningOctave

      public int getTuningOctave()
      Gets the value of the tuningOctave property.
    • setTuningOctave

      public void setTuningOctave(int value)
      Sets the value of the tuningOctave property.
    • getString

      public BigInteger getString()
      Gets the value of the string property.
      Returns:
      possible object is BigInteger
    • setString

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