Class Pitched

java.lang.Object
org.audiveris.proxymusic.Pitched

public class Pitched extends Object
The pitched-value type represents pictograms for pitched percussion instruments. The smufl attribute is used to distinguish different SMuFL glyphs for a particular pictogram within the Tuned mallet percussion pictograms range.

Java class for pitched complex type.

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

 <complexType name="pitched">
   <simpleContent>
     <extension base="<>pitched-value">
       <attribute name="smufl" type="{}smufl-pictogram-glyph-name" />
     </extension>
   </simpleContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • Pitched

      public Pitched()
  • Method Details

    • getValue

      public PitchedValue getValue()
      The pitched-value type represents pictograms for pitched percussion instruments. The chimes and tubular chimes values distinguish the single-line and double-line versions of the pictogram.
      Returns:
      possible object is PitchedValue
    • setValue

      public void setValue(PitchedValue value)
      Sets the value of the value property.
      Parameters:
      value - allowed object is PitchedValue
    • getSmufl

      public String getSmufl()
      Gets the value of the smufl property.
      Returns:
      possible object is String
    • setSmufl

      public void setSmufl(String value)
      Sets the value of the smufl property.
      Parameters:
      value - allowed object is String