Class Unpitched

java.lang.Object
org.audiveris.proxymusic.Unpitched

public class Unpitched extends Object
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 Details

    • displayStep

      protected Step displayStep
    • displayOctave

      protected Integer displayOctave
  • Constructor Details

    • Unpitched

      public Unpitched()
  • Method Details

    • getDisplayStep

      public Step getDisplayStep()
      Gets the value of the displayStep property.
      Returns:
      possible object is Step
    • setDisplayStep

      public void setDisplayStep(Step value)
      Sets the value of the displayStep property.
      Parameters:
      value - allowed object is Step
    • getDisplayOctave

      public Integer getDisplayOctave()
      Gets the value of the displayOctave property.
      Returns:
      possible object is Integer
    • setDisplayOctave

      public void setDisplayOctave(Integer value)
      Sets the value of the displayOctave property.
      Parameters:
      value - allowed object is Integer