Differences From Artifact [fd9dc8f6e6]:
- File core/tune.js — part of check-in [7f82d75b99] at 2023-01-07 07:33:44 on branch trunk — core: fix: bad measure bars when mix of :: and :| |: (user: jef size: 43233)
To Artifact [a7be2d913c]:
- File core/tune.js — part of check-in [97d4e97e96] at 2023-01-08 14:32:36 on branch trunk — core: fix: bad key signatures when many voices and global transposition (user: jef size: 43280)
| ︙ | |||
1800 1801 1802 1803 1804 1805 1806 | 1800 1801 1802 1803 1804 1805 1806 1807 1808 1809 1810 1811 1812 1813 1814 | - + |
}
for (v = 0; v < voice_tb.length; v++) {
p_voice = voice_tb[v];
p_voice.key = clone(s_key);
p_voice.okey = clone(s_key);
p_voice.ckey = clone(s_key)
}
|
| ︙ |