NoMerge¶
- class maelzel.core.symbols.NoMerge(prev=True, next=False)[source]¶
Bases:
EventSymbolA note marked with this symbol will not be merged to a previous note
This is true even if the note is tied to the previous and the symbolic durations, after quantization, are compatible to be merged into a longer duration
- Parameters:
prev – if True, this cannot be merged to the previous note
next – if True, this cannot be merged to the next note
Attributes Summary
Methods Summary
applyToNotation(n, parent)Apply this symbol to the given notation, inplace
Attributes Documentation
- appliesToRests = True¶
Methods Documentation