The fan type represents the type of beam fanning present on a note, used to represent accelerandos and ritardandos. |
Attribute | beam/@fan |
<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> |