Description
The staff-tuning type specifies the open, non-capo tuning of the lines on a tablature staff.
Derived By
Type staff-tuning
Attributes
Content Model
Contains elements as defined in the following table.
Component |
Type |
Occurs |
Default |
Description |
|
|
1..1 |
|
|
tuning-step |
step |
1..1 |
|
The tuning-step element is represented like the step element, with a different name to reflect is different function.
|
tuning-alter |
semitones |
0..1 |
|
The tuning-alter element is represented like the alter element, with a different name to reflect its different function.
|
tuning-octave |
octave |
1..1 |
|
The tuning-octave element is represented like the octave element, with a different name to reflect is different function.
|
|
|
|
|
|
Referenced By
Example
<attributes>
<divisions>4</divisions>
<key print-object="no">
<fifths>0</fifths>
<mode>major</mode>
</key>
<clef>
<sign>TAB</sign>
<line>5</line>
</clef>
<staff-details>
<staff-lines>6</staff-lines>
<staff-tuning line="1">
<tuning-step>E</tuning-step>
<tuning-octave>2</tuning-octave>
</staff-tuning>
<staff-tuning line="2">
<tuning-step>A</tuning-step>
<tuning-octave>2</tuning-octave>
</staff-tuning>
<staff-tuning line="3">
<tuning-step>D</tuning-step>
<tuning-octave>3</tuning-octave>
</staff-tuning>
<staff-tuning line="4">
<tuning-step>G</tuning-step>
<tuning-octave>3</tuning-octave>
</staff-tuning>
<staff-tuning line="5">
<tuning-step>B</tuning-step>
<tuning-octave>3</tuning-octave>
</staff-tuning>
<staff-tuning line="6">
<tuning-step>E</tuning-step>
<tuning-octave>4</tuning-octave>
</staff-tuning>
<staff-size>150</staff-size>
</staff-details>
</attributes>
Definition
See staff-details