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. |
Element | measure-style/slash |
<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> |