Package org.audiveris.proxymusic
Class Unpitched
java.lang.Object
org.audiveris.proxymusic.Unpitched
The unpitched type represents musical elements that are notated on the staff but lack definite pitch, such as unpitched percussion and speaking voice. If the child elements are not present, the note is placed on the middle line of the staff. This is generally used with a one-line staff. Notes in percussion clef should always use an unpitched element rather than a pitch element.
Java class for unpitched complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="unpitched">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<group ref="{}display-step-octave" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the displayOctave property.Gets the value of the displayStep property.voidsetDisplayOctave(Integer value) Sets the value of the displayOctave property.voidsetDisplayStep(Step value) Sets the value of the displayStep property.
-
Field Details
-
displayStep
-
displayOctave
-
-
Constructor Details
-
Unpitched
public Unpitched()
-
-
Method Details
-
getDisplayStep
Gets the value of the displayStep property.- Returns:
- possible object is
Step
-
setDisplayStep
Sets the value of the displayStep property.- Parameters:
value- allowed object isStep
-
getDisplayOctave
Gets the value of the displayOctave property.- Returns:
- possible object is
Integer
-
setDisplayOctave
Sets the value of the displayOctave property.- Parameters:
value- allowed object isInteger
-