Class Double

java.lang.Object
org.audiveris.proxymusic.Double

public class Double extends Object
The double type indicates that the music is doubled one octave from what is currently written. If the above attribute is set to yes, the doubling is one octave above what is written, as for mixed flute / piccolo parts in band literature. Otherwise the doubling is one octave below what is written, as for mixed cello / bass parts in orchestral literature.

Java class for double complex type.

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

 <complexType name="double">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <attribute name="above" type="{}yes-no" />
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • above

      protected YesNo above
  • Constructor Details

    • Double

      public Double()
  • Method Details

    • getAbove

      public YesNo getAbove()
      Gets the value of the above property.
      Returns:
      possible object is YesNo
    • setAbove

      public void setAbove(YesNo value)
      Sets the value of the above property.
      Parameters:
      value - allowed object is YesNo