Table Of Contents

Previous topic

music21.serial

Next topic

music21.tinyNotation

This Page

music21.tempo

TempoMark

class music21.tempo.TempoMark(value=None)
>>> 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()

MetronomeMark

class music21.tempo.MetronomeMark(number=60, referent=None)
>>> 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()