MusicalScoreData#

qualtran.drawing.MusicalScoreData

All the data required to draw a musical score.

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.

hlines

 

max_x

 

max_y

 

soqs

 

vlines

 

Methods#

json_dict

View source

__ne__

Check equality and either forward a NotImplemented or return the result negated.

__eq__

Method generated by attrs for class MusicalScoreData.