| Name | addPartPhrase( ) |
| Syntax | addPartPhrase( String partTitle, String phraseTitle ); |
| Example | Etude e = new Etude(this); e.createPart("piano"); e.createPhrase("intro"); e.addPartPhrase("piano","intro"); |
| Parameters | partTitle :string, phraseTitle :string |
| Return | none |
| Usage | web & application |
| Description | Add a phrase to a part. |