Differences From Artifact [efd6df1f33]:
- File core/tune.js — part of check-in [354c10d935] at 2020-06-27 07:07:12 on branch trunk — core: play: false accidental in a voice overlay when accidental in a previous measure - reported by Gerhard Schacherl (user: jef size: 46447)
To Artifact [5cecec5227]:
- File core/tune.js — part of check-in [2c3c7fea9b] at 2020-06-30 13:04:11 on branch trunk — core: fix: double clef when auto clef change in last music line - reported by Hudson Lacerda (user: jef size: 46469)
| ︙ | |||
305 306 307 308 309 310 311 312 313 314 315 316 317 318 | 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 | + |
s.next.prev = s
p_voice.sym.next = s
}
}
for (v = 0; v < voice_tb.length; v++) {
p_voice = voice_tb[v]
delete p_voice.eoln
if (!sys_chg // if not %%score
&& p_voice.sls.length) { // and no end of slur
while (1) {
var sl = p_voice.sls.shift()
if (!sl)
break
|
| ︙ |