NotatedPitch

class maelzel.core.symbols.NotatedPitch(pitch)[source]

Bases: NoteheadAttachedSymbol

Allows 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 Transpose

See also

Transpose

Attributes Summary

Methods Summary

applyToPitch(n, idx, parent)

rtype:

None

Attributes Documentation

appliesToRests = False
applyToTieStrategy = 'all'
exclusive = True

Methods Documentation

applyToPitch(n, idx, parent)[source]
Return type:

None