Function name change: PAUSE-EVENTS now FILTER-EVENTS   New: OMN-MERGE-RESTS This function merge adjacent rests values into a single rest. (omn-merge-rests '(q c4 p d4 f - - e e4g4 tie q. e4g4)) => (q c4 p d4 f -h e e4g4 tie q.) (omn-merge-rests '(q c4 p d4 f - - q e4g4 tie q e4g4 - -e fermata)) => (q c4 p d4 f -h q e4g4 tie e4g4 - -e fermata)   OMN-MERGE-TIES This function merge ties (tie) in phrases of omn into a single note or chord. (omn-merge-t