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. |

| QName | Type | Fixed | Default | Use | Inheritable | Annotation |
|---|---|---|---|---|---|---|
| color | color | optional | ||||
| type | start-stop | required |
| Element | frame-note/barre |
<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"/> <xs:attributeGroup ref="color"/> </xs:complexType> |