Name createPhrase( )
Syntax createPhrase(String phraseTitle [, float[] notes]);
Example

Etude e = new Etude(this);
e.createPhrase("phrase_1");
float[][] notes = {{e.C5,e.Q}, {e.D5,e.Q}, {e.E5, e.Q}};
e.createPhrase("phrase_2", notes);

Parameters phraseTitle:string
notes: float[ ][ ] ( optional )
Return none
Usage web & application
Description Create a new phrase .