Ornament

class maelzel.core.symbols.Ornament(kind)[source]

Bases: EventSymbol

Note-attached ornament (trill, mordent, prall, etc.)

Parameters:

kind (str) – one of ‘trill’, ‘mordent’, ‘prall’, ‘turn’ (see maelzel.scoring.definitions.avialableOrnaments)

Attributes Summary

Methods Summary

applyToNotation(n, parent)

Apply this symbol to the given notation, inplace

Attributes Documentation

appliesToRests = False
exclusive = False

Methods Documentation

applyToNotation(n, parent)[source]

Apply this symbol to the given notation, inplace

Return type:

None