alexgorji / musicscore

13 stars 5 forks source link

Part.id must be unique only within a Score #13

Open alexgorji opened 9 months ago

alexgorji commented 9 months ago

Score.add_child(Part) --> must check, if Part.id is unique among Score's childen Part: does not need to check if ids are unique globaly