Class Technical

java.lang.Object
org.audiveris.proxymusic.Technical

public class Technical extends Object
Technical indications give performance information for individual instruments.

Java class for technical complex type.

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

 <complexType name="technical">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <choice maxOccurs="unbounded" minOccurs="0">
         <element name="up-bow" type="{}empty-placement"/>
         <element name="down-bow" type="{}empty-placement"/>
         <element name="harmonic" type="{}harmonic"/>
         <element name="open-string" type="{}empty-placement"/>
         <element name="thumb-position" type="{}empty-placement"/>
         <element name="fingering" type="{}fingering"/>
         <element name="pluck" type="{}placement-text"/>
         <element name="double-tongue" type="{}empty-placement"/>
         <element name="triple-tongue" type="{}empty-placement"/>
         <element name="stopped" type="{}empty-placement-smufl"/>
         <element name="snap-pizzicato" type="{}empty-placement"/>
         <element name="fret" type="{}fret"/>
         <element name="string" type="{}string"/>
         <element name="hammer-on" type="{}hammer-on-pull-off"/>
         <element name="pull-off" type="{}hammer-on-pull-off"/>
         <element name="bend" type="{}bend"/>
         <element name="tap" type="{}tap"/>
         <element name="heel" type="{}heel-toe"/>
         <element name="toe" type="{}heel-toe"/>
         <element name="fingernails" type="{}empty-placement"/>
         <element name="hole" type="{}hole"/>
         <element name="arrow" type="{}arrow"/>
         <element name="handbell" type="{}handbell"/>
         <element name="brass-bend" type="{}empty-placement"/>
         <element name="flip" type="{}empty-placement"/>
         <element name="smear" type="{}empty-placement"/>
         <element name="open" type="{}empty-placement-smufl"/>
         <element name="half-muted" type="{}empty-placement-smufl"/>
         <element name="harmon-mute" type="{}harmon-mute"/>
         <element name="golpe" type="{}empty-placement"/>
         <element name="other-technical" type="{}other-placement-text"/>
       </choice>
       <attGroup ref="{}optional-unique-id"/>
     </restriction>
   </complexContent>
 </complexType>