Description
The slash type is used to indicate that slash notation is to be used.
Derived By
Restricting xs:anyType
Attributes
Name |
Type |
Required? |
Default |
Description |
type |
start-stop |
Yes |
|
The type attribute indicates whether this is the start or stop of a slash notation style.
|
use-dots |
yes-no |
No |
|
The use-dots attribute works as it does for the beat-repeat element, and only has effect if use-stems is no.
|
use-stems |
yes-no |
No |
|
To indicate rhythms but not pitches, use-stems is set to yes. If the slash is on every beat, use-stems is no (the default).
|
Content Model
Contains elements as defined in the following table.
Component |
Type |
Occurs |
Default |
Description |
|
|
0..1 |
|
|
slash-type |
note-type-value |
1..1 |
|
The slash-type element indicates the graphical note type to use for the display of repetition marks.
|
slash-dot |
empty |
0..* |
|
The slash-dot element is used to specify any augmentation dots in the note type used to display repetition marks.
|
|
|
|
|
|
Referenced By
Definition
<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">
<xsd:annotation>
<xsd:documentation>
</xsd:documentation>
</xsd:annotation>
</xs:attribute>
<xs:attribute name="use-dots" type="yes-no">
<xsd:annotation>
<xsd:documentation>
</xsd:documentation>
</xsd:annotation>
</xs:attribute>
<xs:attribute name="use-stems" type="yes-no">
<xsd:annotation>
<xsd:documentation>
</xsd:documentation>
</xsd:annotation>
</xs:attribute>
</xs:complexType>