Description
Fret and string are used with tablature notation and chord symbols. Fret numbers start with 0 for an open string and 1 for the first fret. String numbers start with 1 for the highest string. The string element can also be used in regular notation.
Derived By
Type string
Attributes
Content Model
Contains text only.
Referenced By
Example
<harmony default-y="110" font-family="Arial">
<root>
<root-step>A</root-step>
</root>
<kind halign="center" text="">major</kind>
<frame default-y="93" halign="center" unplayed="x" valign="top">
<frame-strings>6</frame-strings>
<frame-frets>4</frame-frets>
<frame-note>
<string>5</string>
<fret>0</fret>
</frame-note>
<frame-note>
<string>4</string>
<fret>2</fret>
<fingering>2</fingering>
</frame-note>
<frame-note>
<string>3</string>
<fret>2</fret>
<fingering>3</fingering>
</frame-note>
<frame-note>
<string>2</string>
<fret>2</fret>
<fingering>4</fingering>
</frame-note>
<frame-note>
<string>1</string>
<fret>0</fret>
</frame-note>
</frame>
</harmony>
Definition
See frame-note