Package org.audiveris.proxymusic
Class Pitched
java.lang.Object
org.audiveris.proxymusic.Pitched
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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetSmufl()Gets the value of the smufl property.getValue()The pitched-value type represents pictograms for pitched percussion instruments.voidSets the value of the smufl property.voidsetValue(PitchedValue value) Sets the value of the value property.
-
Field Details
-
value
-
smufl
-
-
Constructor Details
-
Pitched
public Pitched()
-
-
Method Details
-
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
Sets the value of the value property.- Parameters:
value- allowed object isPitchedValue
-
getSmufl
Gets the value of the smufl property.- Returns:
- possible object is
String
-
setSmufl
Sets the value of the smufl property.- Parameters:
value- allowed object isString
-