| Name | getPartPhrases( ) |
| Syntax | getPartPhrases(String partTitle); |
| Example | Etude e = new Etude(this); e.createScore("bolivia", "C:/music/midi/bolivia.mid"); String[] parts = e.getScoreParts("bolivia"); String[] phrases = e.getPartPhrases(parts[0]); |
| Parameters | partTitle:string |
| Return | String[ ] |
| Usage | web & application |
| Description | Return a list of phrase titles from a part. |