pedal

The pedal type represents piano pedal marks. The line attribute is yes if pedal lines are used, no if Ped and * signs are used. The change type is used with line set to yes.

Complex Type Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
color color optional
default-x tenths optional
default-y tenths optional
font-family comma-separated-text optional
font-size font-size optional
font-style font-style optional
font-weight font-weight optional
line yes-no optional
relative-x tenths optional
relative-y tenths optional
type start-stop-change required

Used By

Source

<xs:complexType name="pedal">
  <xs:annotation>
    <xs:documentation>The pedal type represents piano pedal marks. The line attribute is yes if pedal lines are used, no if Ped and * signs are used. The change type is used with line set to yes.</xs:documentation>
  </xs:annotation>
  <xs:attribute name="type" type="start-stop-change" use="required"/>
  <xs:attribute name="line" type="yes-no"/>
  <xs:attributeGroup ref="print-style"/>
</xs:complexType>