Differences From Artifact [3dcbf5f57b]:
- File core/tune.js — part of check-in [2e7ee42145] at 2018-05-26 14:38:10 on branch trunk — core: change the output buffer type to simple string (user: moinejf@free.fr size: 43294)
To Artifact [d15141e157]:
- File core/tune.js — part of check-in [3375e5e329] at 2018-05-27 13:08:43 on branch trunk — core: fix: bad note/rest source references since commit 682df4f5 (user: moinejf@free.fr size: 43295)
| ︙ | |||
40 41 42 43 44 45 46 | 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 | - + |
do_pscom(parse.voice_opts[opt][i])
}
}
}
/* -- link a ABC symbol into the current voice -- */
function sym_link(s) {
|
| ︙ |