Transpose

class maelzel.core.symbols.Transpose(interval)[source]

Bases: EventSymbol, PartMixin

Apply a transposition for notation only

Notice that this will not have any effect other than modify the pitch used for notation.

See also

NotatedPitch

Attributes Summary

appliesToRests

applyToTieStrategy

One of 'first', or 'all'

exclusive

Only one of a given class

Methods Summary

applyToNotation(n, parent)

Apply this symbol to the given notation, inplace

applyToPart(part)

Attributes Documentation

appliesToRests = False
applyToTieStrategy = 'all'

One of ‘first’, or ‘all’

exclusive = True

Only one of a given class

Methods Documentation

applyToNotation(n, parent)[source]

Apply this symbol to the given notation, inplace

Return type:

None

applyToPart(part)[source]
Return type:

None