data.PERCENT

Positive decimal number plus '%', i.e., [0-9]+(\.[0-9]*)?%.
Module
Used by
These class-based attributes use data.PERCENT
att.graced/@grace.timeRecords the amount of time to be "stolen" from a non-grace note/chord.
att.scalable/@scaleScale factor to be applied to the feature to make it the desired display size.
att.typography/@lineheightIndicates line height in analogy to the CSS line-height property.
These other Data Types reference data.PERCENT
data.FONTSIZEFont size expressions.
Declaration
<macroSpec rend="add" ident="data.PERCENT" module="MEI" type="dt">
<desc xml:lang="en">Positive decimal number plus '%',
<abbr>i.e.</abbr>
, [0-9]+(\.[0-9]*)?%.</desc>
<content>
<rng:data type="token">
<rng:param name="pattern">[0-9]+(\.[0-9]*)?%</rng:param>
</rng:data>
</content>
</macroSpec>