| Name | setPartInstrument( ) |
| Syntax | setPartInstrument(String partTitle , int instrument); |
| Example | Etude e = new Etude(this); e.createPart("piano"); e.setPartInstrument("piano", e.PIANO); |
| Parameters | partTitle:string instrument:int |
| Return | none |
| Usage | web & application |
| Description | Set the instrument of the part |