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