// // Standard Mathematical Definitions for // // MusicBuilder - MLScore.app - V1.0 // // (c) 1994 melonSoft - Ralf Suckow, Berlin // // Don't edit the following definitions. Some score elements use them // as a default. If you damaged this file by mistake, you can obtain a // correct oneby saving a newly created score into a folder not containing // this file (`default-MLScore.math-ml'). // // Place your own definitions in any .math-ml file // (like `myMathFile.math-ml') in the same folder. // // Tempo in quarters per second const larghissimo = 32 permin; const largo = 46 permin; const larghetto = 58 permin; const lento = 66 permin; const adagio = 70 permin; const grave = 78 permin; const andante = 90 permin; const andantino = 104 permin; const moderato = 120 permin; const allegretto = 136 permin; const allegro = 148 permin; const vivace = 160 permin; const presto = 184 permin; const vivacissimo = 208 permin; const prestissimo = 240 permin; // Volume relative to 1. == fortississimo // // --> Test your voices not to overflow for a volume of 1. const fff = 1; const ff = 0.707107; const f = 0.5; const mf = 0.353553; const mp = 0.25; const p = 0.17677; const pp = 0.125; const ppp = 0.0883883;