Numuse Documentation

numuse.music.Line

numuse.music.Line

class numuse.music.Line(moments: List[numuse.music.Moment])[source]

Bases: object

Due to the way we write music notes follow consecutively

In order to write ideas like this:

Note 1: ========================== Note 2: ========

Then one solution is to have two different clefs

This class represents such a clef

Note this is required because of the way we notate things sequentially in music

__init__(moments: List[numuse.music.Moment])[source]

Initialize self. See help(type(self)) for accurate signature.

Methods

__init__(moments)

Initialize self.

Free document hosting provided by Read the Docs.