Differences From Artifact [67d5fffd09]:
- File core/tune.js — part of check-in [46e7d13599] at 2017-10-04 07:22:33 on branch trunk — core: fix: abnormal continuation of decorations between tunes (user: moinejf@free.fr size: 46509)
To Artifact [5e3daf9b85]:
- File core/tune.js — part of check-in [487cfaee91] at 2017-10-06 07:10:16 on branch trunk — core: fix:double ottava's again when on 2 music lines Reported by Willem Vree. (user: moinejf@free.fr size: 46554)
| ︙ | |||
2155 2156 2157 2158 2159 2160 2161 2162 2163 2164 2165 2166 2167 2168 | 2155 2156 2157 2158 2159 2160 2161 2162 2163 2164 2165 2166 2167 2168 2169 | + |
nstaff = -1;
voice_tb = [];
curvoice = null;
new_syst(true);
staves_found = -1;
gene = {}
a_de = [] // remove old decorations
od = {} // no ottava decorations anymore
}
// treat a 'V:' info
function get_voice(parm) {
var v, transp, vtransp,
a = info_split(parm, 1),
vid = a.shift();
|
| ︙ |