MusicalScoreData#
qualtran.drawing.MusicalScoreData
View source on GitHub
|
All the data required to draw a musical score.
qualtran.drawing.MusicalScoreData(
max_x, max_y, soqs, hlines, vlines
)
This can be passed to draw_musical_score which will use matplotlib
to draw the entities or dumped to json with dump_musical_score and then
loaded by the d3.js visualization code.
Attributes
Methods#
json_dict
json_dict()
__ne__
__ne__(
other
)
Check equality and either forward a NotImplemented or return the result negated.
__eq__
__eq__(
other
)
Method generated by attrs for class MusicalScoreData.
View source on GitHub