Package org.audiveris.proxymusic
Class Barre
java.lang.Object
org.audiveris.proxymusic.Barre
The barre element indicates placing a finger over multiple strings on a single fret. The type is "start" for the lowest pitched string (e.g., the string with the highest MusicXML number) and is "stop" for the highest pitched string.
Java class for barre complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="barre">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attGroup ref="{}color"/>
<attribute name="type" use="required" type="{}start-stop" />
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
type
-
color
-
-
Constructor Details
-
Barre
public Barre()
-
-
Method Details
-
getType
Gets the value of the type property.- Returns:
- possible object is
StartStop
-
setType
Sets the value of the type property.- Parameters:
value- allowed object isStartStop
-
getColor
Gets the value of the color property.- Returns:
- possible object is
String
-
setColor
Sets the value of the color property.- Parameters:
value- allowed object isString
-