att.oneLineStaff

Attributes that record placement of notes on a single-line staff.
Module
Attributes
ontheline
ontheline(optional)Determines the placement of notes on a 1-line staff. A value of true places all notes on the line, while a value of false places stems-up notes above the line and stems-down notes below the line. Value conforms to data.BOOLEAN.
ontheline(optional)Determines the placement of notes on a 1-line staff. A value of true places all notes on the line, while a value of false places stems-up notes above the line and stems-down notes below the line. Value conforms to data.BOOLEAN.
Component declarations that are shared between two or more modules.
ontheline(optional)Determines the placement of notes on a 1-line staff. A value of true places all notes on the line, while a value of false places stems-up notes above the line and stems-down notes below the line. Value conforms to data.BOOLEAN.
Available at
scoreDefContainer for score meta-information.
staffDefContainer for staff meta-information.
Component declarations that are shared between two or more modules.
scoreDefContainer for score meta-information.
staffDefContainer for staff meta-information.
Declaration
<classSpec ident="att.oneLineStaff" module="MEI.shared" type="atts">
<desc xml:lang="en">Attributes that record placement of notes on a single-line staff.</desc>
<attList>
<attDef ident="ontheline" usage="opt">
<desc xml:lang="en">Determines the placement of notes on a 1-line staff. A value of
<val>true</val>
places all notes on the line, while a value of
<val>false</val>
places stems-up notes above the line and stems-down notes below the line.</desc>
<datatype>
<rng:ref name="data.BOOLEAN"/>
</datatype>
</attDef>
</attList>
</classSpec>