OctaveShift¶
- class maelzel.core.symbols.OctaveShift(kind='start', octaves=1, uuid='')[source]¶
Bases:
SpannerAn octave shift
- Parameters:
kind – the kind of spanner, one of ‘start’, ‘end’
octaves – number of octave to shift. Can be negative
uuid – used to match start and end spanner
Methods Summary
applyToNotation(n, parent)Apply this symbol to the given notation, inplace
Methods Documentation