getPartList()
Return the score's parts.
Parameters
Once an object score has been created, you can use the following function:
score.getPartList()
Returns
return partList
| Value | Type | Description |
|---|---|---|
| partList | list[Part] |
The parts in the score. |
Return the score's parts.
Once an object score has been created, you can use the following function:
score.getPartList()
return partList
| Value | Type | Description |
|---|---|---|
| partList | list[Part] |
The parts in the score. |