>>> tm = TempoMark("adagio")
>>> tm.value
'adagio'
inherits from: Music21Object
TempoMark attributes
Attributes without Documentation: value
Attributes inherited from Music21Object: id, groups
TempoMark properties
Properties inherited from Music21Object: duration, offset, parent, priority
TempoMark methods
Methods inherited from Music21Object: searchParentByAttr(), getContextAttr(), setContextAttr(), addContext(), addLocation(), addLocationAndParent(), freezeIds(), getContextByClass(), getOffsetBySite(), getSiteIds(), getSites(), hasContext(), isClass(), purgeLocations(), removeLocation(), show(), unfreezeIds(), unwrapWeakref(), wrapWeakref(), write()
>>> a = MetronomeMark(40)
>>> a.number
40
inherits from: TempoMark, Music21Object
MetronomeMark attributes
Attributes without Documentation: number, referent
Attributes inherited from TempoMark: value
Attributes inherited from Music21Object: id, groups
MetronomeMark properties
Properties inherited from Music21Object: duration, offset, parent, priority
MetronomeMark methods
Methods inherited from Music21Object: searchParentByAttr(), getContextAttr(), setContextAttr(), addContext(), addLocation(), addLocationAndParent(), freezeIds(), getContextByClass(), getOffsetBySite(), getSiteIds(), getSites(), hasContext(), isClass(), purgeLocations(), removeLocation(), show(), unfreezeIds(), unwrapWeakref(), wrapWeakref(), write()