Music::RhythmSet - sets of rhythms and various generation functions

this module can be installed using cpanm:

    cpanm Music::RhythmSet


run perldoc(1) on Music::RhythmSet for documentation


to author a new release:

    ./Build testcover
    RELEASE_TESTING=1 ./Build test
    ./Build disttest
    git tag v...
    cpan-upload ...
    git push ...
    ./Build realclean