slash

The slash type is used to indicate that slash notation is to be used. If the slash is on every beat, use-stems is no (the default). To indicate rhythms but not pitches, use-stems is set to yes. The type attribute indicates whether this is the start or stop of a slash notation style. The use-dots attribute works as for the beat-repeat element, and only has effect if use-stems is no.

Complex Type Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
type start-stop required
use-dots yes-no optional
use-stems yes-no optional

Used By

Source

<xs:complexType name="slash">
  <xs:annotation>
    <xs:documentation>The slash type is used to indicate that slash notation is to be used. If the slash is on every beat, use-stems is no (the default). To indicate rhythms but not pitches, use-stems is set to yes. The type attribute indicates whether this is the start or stop of a slash notation style. The use-dots attribute works as for the beat-repeat element, and only has effect if use-stems is no.</xs:documentation>
  </xs:annotation>
  <xs:group ref="slash" minOccurs="0"/>
  <xs:attribute name="type" type="start-stop" use="required"/>
  <xs:attribute name="use-dots" type="yes-no"/>
  <xs:attribute name="use-stems" type="yes-no"/>
</xs:complexType>