inherits from: Music21Object
Fermata attributes
Attributes without Documentation: lily, shape, type
Attributes inherited from Music21Object: id, groups
Fermata properties
- mx¶
Returns a musicxml.DynamicMark object
>>> a = Fermata() >>> mxFermata = a.mx >>> mxFermata.get('type') 'upright'Properties inherited from Music21Object: duration, offset, parent, priority
Fermata methods
Methods inherited from Music21Object: searchParentByAttr(), getContextAttr(), setContextAttr(), addContext(), addLocation(), addLocationAndParent(), freezeIds(), getContextByClass(), getOffsetBySite(), getSiteIds(), getSites(), hasContext(), isClass(), purgeLocations(), removeLocation(), setOffsetBySite(), show(), unfreezeIds(), unwrapWeakref(), wrapWeakref(), write()
inherits from: Ornament, Music21Object
GeneralMordent attributes
Attributes without Documentation: direction, size
Attributes inherited from Ornament: connectedToPrevious
Attributes inherited from Music21Object: id, groups
GeneralMordent properties
Properties inherited from Music21Object: duration, offset, parent, priority
GeneralMordent methods
Methods inherited from Music21Object: searchParentByAttr(), getContextAttr(), setContextAttr(), addContext(), addLocation(), addLocationAndParent(), freezeIds(), getContextByClass(), getOffsetBySite(), getSiteIds(), getSites(), hasContext(), isClass(), purgeLocations(), removeLocation(), setOffsetBySite(), show(), unfreezeIds(), unwrapWeakref(), wrapWeakref(), write()
inherits from: Music21Object
Ornament attributes
Attributes without Documentation: connectedToPrevious
Attributes inherited from Music21Object: id, groups
Ornament properties
Properties inherited from Music21Object: duration, offset, parent, priority
Ornament methods
Methods inherited from Music21Object: searchParentByAttr(), getContextAttr(), setContextAttr(), addContext(), addLocation(), addLocationAndParent(), freezeIds(), getContextByClass(), getOffsetBySite(), getSiteIds(), getSites(), hasContext(), isClass(), purgeLocations(), removeLocation(), setOffsetBySite(), show(), unfreezeIds(), unwrapWeakref(), wrapWeakref(), write()
inherits from: Ornament, Music21Object
Trill attributes
Attributes without Documentation: placement, size
Attributes inherited from Ornament: connectedToPrevious
Attributes inherited from Music21Object: id, groups
Trill properties
- mx¶
Returns a musicxml.TrillMark object
>>> a = Trill() >>> a.placement = 'above' >>> mxTrillMark = a.mx >>> mxTrillMark.get('placement') 'above'Properties inherited from Music21Object: duration, offset, parent, priority
Trill methods
Methods inherited from Music21Object: searchParentByAttr(), getContextAttr(), setContextAttr(), addContext(), addLocation(), addLocationAndParent(), freezeIds(), getContextByClass(), getOffsetBySite(), getSiteIds(), getSites(), hasContext(), isClass(), purgeLocations(), removeLocation(), setOffsetBySite(), show(), unfreezeIds(), unwrapWeakref(), wrapWeakref(), write()