data.HARPPEDALPOSITION

Indicates the pedal setting for a harp strings.
Module
Used by
These class-based attributes use data.HARPPEDALPOSITION
att.harpPedal.log/@cIndicates the pedal setting for the harp’s C strings.
att.harpPedal.log/@dIndicates the pedal setting for the harp’s D strings.
att.harpPedal.log/@eIndicates the pedal setting for the harp’s E strings.
att.harpPedal.log/@fIndicates the pedal setting for the harp’s F strings.
att.harpPedal.log/@gIndicates the pedal setting for the harp’s G strings.
att.harpPedal.log/@aIndicates the pedal setting for the harp’s A strings.
att.harpPedal.log/@bIndicates the pedal setting for the harp’s B strings.
Allowed Values
fFlat.
nNatural.
sSharp.
Declaration
<macroSpec ident="data.HARPPEDALPOSITION" module="MEI.cmn" type="dt">
<desc xml:lang="en">Indicates the pedal setting for a harp strings.</desc>
<content>
<valList type="closed">
<valItem ident="f">
<desc xml:lang="en">Flat.</desc>
</valItem>
<valItem ident="n">
<desc xml:lang="en">Natural.</desc>
</valItem>
<valItem ident="s">
<desc xml:lang="en">Sharp.</desc>
</valItem>
</valList>
</content>
</macroSpec>