Bend

class maelzel.core.symbols.Bend(alter)[source]

Bases: EventSymbol

A (post) bend with an alteration up or down

A bend is a modification of the pitch starting at the pitch of the note and going in a curve up or down a number of semitones

alter

the alteration of the bend, in semitones (> 0 is an upward bend)

Attributes Summary

Methods Summary

applyToNotation(n, parent)

Apply this symbol to the given notation, inplace

Attributes Documentation

appliesToRests = False
exclusive = True

Methods Documentation

applyToNotation(n, parent)[source]

Apply this symbol to the given notation, inplace

Return type:

None