copy()
Return a copy of the score.
score.copy()
Use this to make a version you can change while leaving the original untouched.
Returns
return newScore
| Value | Type | Description |
|---|---|---|
| newScore | Score |
A new score with the same parts and attributes as this one. |