Name setPhraseInstrument( )
Syntax setPhraseInstrument(String phraseTitle, int instrument);
Example

Etude e = new Etude(this);
e.createPhrase("phrase_1");
e.setPhraseInstrument("phrase_1", e.SYNTH_BASS);

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.