NoteheadSymbol

class maelzel.core.symbols.NoteheadSymbol[source]

Bases: Symbol

Symbols attached to a notehead (a pitch)

Attributes Summary

Methods Summary

applyToMany(notations)

applyToNotation(n[, parent])

Apply this symbol to the given notation, inplace

applyToPitch(n, idx, parent)

Attributes Documentation

appliesToRests = False

Methods Documentation

applyToMany(notations)[source]
Return type:

None

applyToNotation(n, parent=None)[source]

Apply this symbol to the given notation, inplace

Return type:

None

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

None