att.pianopedals

Used by scoreDef and staffDef to provide default description of piano pedal rendition.
Module MEI.cmn
Members
att.scoreDef.vis.cmn (no elements directly inheriting from this class)
att.staffDef.vis.cmn (no elements directly inheriting from this class)
Attributes
@pedal.style(optional)Determines whether piano pedal marks should be rendered as lines or as terms. Allowed values are: "line" (Continuous line with start and end positions rendered by vertical bars and bounces shown by upward-pointing "blips".), "pedstar" (Pedal down and half pedal rendered with "Ped.", pedal up rendered by "*", pedal "bounce" rendered with "* Ped.".), "altpedstar" (Pedal up and down indications same as with "pedstar", but bounce is rendered with "Ped." only.)att.pianopedals
Declaration
<attDef ident="pedal.style" usage="opt">
<desc>Determines whether piano pedal marks should be rendered as lines or as terms.</desc>
<valList type="closed">
<valItem ident="line">
<desc>Continuous line with start and end positions rendered by vertical bars and bounces shown by upward-pointing "blips".</desc>
</valItem>
<valItem ident="pedstar">
<desc>Pedal down and half pedal rendered with "Ped.", pedal up rendered by "*", pedal "bounce" rendered with "* Ped.".</desc>
</valItem>
<valItem ident="altpedstar">
<desc>Pedal up and down indications same as with "pedstar", but bounce is rendered with "Ped." only.</desc>
</valItem>
</valList>
</attDef>