Name removeScorePart( )
Syntax removeScorePart( String scoreTitle, String partTitle );
Example Etude e = new Etude(this);
e.createScore("score");
e.addScorePart("part1");
e.removeScorePart("score", "part1");
Parameters scoreTitle string, partTitle string
Return none
Usage web & application
Description Removes a part from a score.