Differences From Artifact [17bcab769e]:
- File core/tune.js — part of check-in [23be8eebcc] at 2023-06-22 17:03:57 on branch trunk — core: fix: fill the voices for rendering when no definition in some sequences between %%staves (user: jef size: 45960)
To Artifact [607fa6ddd5]:
- File core/tune.js — part of check-in [585f95bb3b] at 2023-07-03 13:10:08 on branch trunk — core: fix: %%multicol implies end of music line (user: jef size: 45988)
| ︙ | |||
954 955 956 957 958 959 960 961 962 963 964 965 966 967 | 954 955 956 957 958 959 960 961 962 963 964 965 966 967 968 | + |
s = {
type: C.BLOCK,
subtype: "mc_" + param,
dur: 0
}
if (parse.state >= 2) {
curvoice = voice_tb[0]
curvoice.eoln = 1 //true
sym_link(s)
return
}
set_ref(s)
self.block_gen(s)
return
case "ottava":
|
| ︙ |