alexgorji / musicscore

14 stars 5 forks source link

chord.__deepcopy__ in Part.add_chord(chord) #17

Open alexgorji opened 9 months ago

alexgorji commented 9 months ago

Adding chords to a part is at the moment a destructive operation. It is a problem when a list of chords which has been added to a part is needed afterwards.