Class HarmonClosed

java.lang.Object
org.audiveris.proxymusic.HarmonClosed

public class HarmonClosed extends Object
The harmon-closed type represents whether the harmon mute is closed, open, or half-open. The optional location attribute indicates which portion of the symbol is filled in when the element value is half.

Java class for harmon-closed complex type.

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

 <complexType name="harmon-closed">
   <simpleContent>
     <extension base="<>harmon-closed-value">
       <attribute name="location" type="{}harmon-closed-location" />
     </extension>
   </simpleContent>
 </complexType>