MusicXML:ComplexType:line-width
MusicXML ComplexType line-width
Description
The line-width type indicates the width of a line type in tenths. The text content is also expressed in tenths.
Attributes
- type
- The type attribute defines what type of line is being defined. Values include beam, bracket, dashes, enclosure, ending, extend, heavy barline, leger, light barline, octave shift, pedal, slur middle, slur tip, staff, stem, tie middle, tie tip, tuplet bracket, and wedge.
Components
None
Example
...
<appearance>
<line-width type="stem">0.9375</line-width>
<line-width type="beam">5</line-width>
<line-width type="staff">0.9375</line-width>
<line-width type="light barline">1.5625</line-width>
<line-width type="heavy barline">5</line-width>
<line-width type="leger">1.5625</line-width>
<line-width type="ending">1.5625</line-width>
<line-width type="wedge">1.25</line-width>
<line-width type="enclosure">0.9375</line-width>
<line-width type="tuplet bracket">1.25</line-width>
<line-width type="bracket">5</line-width>
<line-width type="dashes">1.5625</line-width>
<line-width type="extend">0.9375</line-width>
<line-width type="octave shift">1.5625</line-width>
<line-width type="pedal">1.5625</line-width>
<line-width type="slur middle">1.5625</line-width>
<line-width type="slur tip">0.625</line-width>
<line-width type="tie middle">1.5625</line-width>
<line-width type="tie tip">0.625</line-width>
<note-size type="cue">75</note-size>
<note-size type="grace">60</note-size>
</appearance>
...