bgr / mingus

Automatically exported from code.google.com/p/mingus
GNU General Public License v3.0
1 stars 1 forks source link

hardcopy functions in all containers #73

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
So we can do:

c = Note("C-6")
c2 = Note(c)

Or

c2 = c.hardcopy()

Or

c2 = Note().hardcopy(c)

Original issue reported on code.google.com by Rhijnauwen@gmail.com on 2 Jul 2009 at 12:24

GoogleCodeExporter commented 9 years ago
The second approach seems to be the most desirable. 

Original comment by Rhijnauwen@gmail.com on 13 Sep 2009 at 11:02