Package org.audiveris.proxymusic
Class Double
java.lang.Object
org.audiveris.proxymusic.Double
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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary