Differences From Artifact [9f629ac602]:
- File core/tune.js — part of check-in [f4e25f4ed9] at 2024-11-12 17:39:15 on branch trunk — core: synchronize w: and s: on %%staves/%%score (user: jef size: 47267)
To Artifact [41f6f5adbf]:
- File core/tune.js — part of check-in [c3c0f1052d] at 2024-11-14 17:57:19 on branch trunk — core: fix: bad display when space (y) before bar and %%staves (user: jef size: 47303)
| ︙ | |||
1543 1544 1545 1546 1547 1548 1549 1550 1551 1552 1553 1554 1555 1556 | 1543 1544 1545 1546 1547 1548 1549 1550 1551 1552 1553 1554 1555 1556 1557 | + |
}
/*
* create a new staff system and
* link the 'staves' symbol in a voice which is seen from
* the previous system - see sort_all
*/
if (!par_sy.voices[curvoice.v])
for (v = 0; v < par_sy.voices.length; v++) {
if (par_sy.voices[v]) {
curvoice = voice_tb[v]
break
}
}
|
| ︙ |