| Name | setTempo( ) |
| Syntax | setTempo(String title, float tempo); |
| Example | Etude e = new Etude(this); e.createScore("score_1"); e.setTempo("score_1", 180.0); |
| Parameters | title:string tempo; float |
| Return | none |
| Usage | web & application |
| Description | Set the tempo of a score, part or phrase |