fan

The fan type represents the type of beam fanning present on a note, used to represent accelerandos and ritardandos.

Simple Type Information

Used By

Attribute beam/@fan

Source

<xs:simpleType name="fan">
  <xs:annotation>
    <xs:documentation>The fan type represents the type of beam fanning present on a note, used to represent accelerandos and ritardandos.</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:token">
    <xs:enumeration value="accel"/>
    <xs:enumeration value="rit"/>
    <xs:enumeration value="none"/>
  </xs:restriction>
</xs:simpleType>