NotatedPitch¶
- class maelzel.core.symbols.NotatedPitch(pitch)[source]¶
Bases:
NoteheadSymbolAllows to customize the notated pitch of a note
This can be used both to fix the enharmonic variant or to display a different pitch altogether.
Notice that this will not have any effect other than modify the pitch used for notation
To apply a relative transposition, see
TransposeSee also
Attributes Summary
One of 'first', or 'all'
Only one of a given class
Methods Summary
applyToPitch(n, idx, parent)Attributes Documentation
- appliesToRests = False¶
- applyToTieStrategy = 'all'¶
One of ‘first’, or ‘all’
- exclusive = True¶
Only one of a given class
Methods Documentation