| Name | transpose( ) |
| Syntax | transpose(String title, int transpose); |
| Example | Etude e = new Etude(this); float[][] notes = {{e.C5, e.Q}, {e.E5, e.Q}, {e.G5, e.Q}, {e.B5, e.Q}}; e.createPhrase("phrase_1", notes); e.transpose("phrase_1", 12); |
| Parameters | title:string transpose: int |
| Return | none |
| Usage | web & application |
| Description | Transpose a score, part or phrase |