Music
=====

There are two classes that make up the core of this module:

* The :py:class:`Rhythm<thebeat.music.Rhythm>` class, which contains a metrical, **rhythmical sequence** (with a time signature etc.).
* The :py:class:`Melody<thebeat.music.Melody>` class, which contains a **rhythm as well as pitch information**.

.. toctree::
    :hidden:

    Rhythm class<music/Rhythm.rst>
    Melody class<music/Melody.rst>
