muEC::COMP::CompCompo – compares two compositions
The muEC::COMP::CompCompo function compares two compositions. The ordering is set by the argument kind, and the function returns TRUE if math.
Decomposing parts of the first composition gives the list of finer compositions.
Call:
muEC::COMP::CompCompo(math, math, kind)
Parameters:
math:
any list denoting a composition
math:
any list denoting a composition
kind:
lexic, cixel or finer
Related Functions:
muEC::COMP::ListCompo , muEC::COMP::ListCompoFatter , muEC::COMP::ListCompoFiner , muEC::TYP::IsCompo
muEC::COMP::CompCompo( [2,3,4], [1,1,3,4], finer );
math
muEC::COMP::CompCompo( [1,1,3,4], [2,3,3], lexic );
math
muEC::COMP::CompCompo( [1,1,3,4], [2,3,3], cixel );
math