Transpose

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

Bases: EventSymbol, VoiceSymbol

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

Methods Summary

applyToNotation(n, parent)

Apply this symbol to the given notation, inplace

applyToPart(part)

rtype:

None

Attributes Documentation

appliesToRests = False
applyToTieStrategy = 'all'
exclusive = True

Methods Documentation

applyToNotation(n, parent)[source]

Apply this symbol to the given notation, inplace

Return type:

None

applyToPart(part)[source]
Return type:

None