Description
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.
Derived By
Restricting xs:anyType
Attributes
Name |
Type |
Required? |
Default |
Description |
type |
start-stop |
Yes |
|
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.
|
color |
color |
No |
|
|
Referenced By
Definition
<xs:complexType name="barre">
<xs:annotation>
<xs:documentation>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.</xs:documentation>
</xs:annotation>
<xs:attribute name="type" type="start-stop" use="required">
<xsd:annotation>
<xsd:documentation>
</xsd:documentation>
</xsd:annotation>
</xs:attribute>
<xs:attributeGroup ref="color" />
</xs:complexType>