| Name | getScoreParts( ) |
| Syntax | getScoreParts(String scoreTitle); |
| Example | Etude e = new Etude(this); e.createScore("bolivia", "C:/music/midi/bolivia.mid" ); String[] parts = e.getScoreParts("bolivia"); |
| Parameters | scoreTitle string |
| Return | String[ ] |
| Usage | web & application |
| Description | Returns the list of part titles from a score in a string array.. |