Differences From Artifact [cf8ecd43fb]:
- File core/tune.js — part of check-in [c301c64a7a] at 2022-06-21 14:24:33 on branch trunk — core: fix: problem/crashes with %%staves and grace notes near measure bars (user: jef size: 46295)
To Artifact [92dc4d33df]:
- File core/tune.js — part of check-in [c4bbd9795d] at 2022-07-01 08:04:31 on branch trunk — core: fix: ignore pseudo-comment when '=' or ':' just after parameter name (user: jef size: 46295)
| ︙ | |||
963 964 965 966 967 968 969 | 963 964 965 966 967 968 969 970 971 972 973 974 975 976 977 | - + |
} // get_transp()
/* -- process a pseudo-comment (%% or I:) -- */
// (possible hook)
Abc.prototype.do_pscom = function(text) {
var h1, val, s, cmd, param, n, k, b
|
| ︙ |