Transpose¶
- class maelzel.core.symbols.Transpose(interval)[source]¶
Bases:
EventSymbol,PartMixinApply a transposition for notation only
Notice that this will not have any effect other than modify the pitch used for notation.
See also
Attributes Summary
One of 'first', or 'all'
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