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.

Complex Type Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
color color optional
type start-stop required

Used By

Source

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