addPart()
Add a part to the score.
Parameters
Once an object score has been created, you can use the following function:
score.addPart(part)
| Parameter | Type | Default | Description |
|---|---|---|---|
part |
Part |
required | The part to add. |
Add a part to the score.
Once an object score has been created, you can use the following function:
score.addPart(part)
| Parameter | Type | Default | Description |
|---|---|---|---|
part |
Part |
required | The part to add. |