| Name | setPhraseInstrument( ) |
| Syntax | setPhraseInstrument(String phraseTitle, int instrument); |
| Example |
Etude e = new Etude(this); |
| Parameters | phraseTitle:string instrument: int |
| Return | none |
| Usage | web & application |
| Description | Set the instrument of a phrase. If a phrase is added to a part then the instrument of the part is the one which will be used while playing the part. |