abc2svg
View Ticket
Not logged in
Ticket UUID: 25d793e76fc9b68a2b76514d0dd10c85163b8b4b
Title: ABC won't get parsed with space after X:
Status: Closed Type: Code_Defect
Severity: Minor Priority: Immediate
Subsystem: Resolution: Fixed
Last Modified: 2022-07-08 20:47:45
Version Found In:
User Comments:
selfthinker added as text/plain on 2021-01-08 13:13:17:
When using abcweb-1.js and snd-1.js in a web page, ABC won't get parsed when there is a space after the "X:". From reading the spec, there is nothing to indicate that this should work, so this might be correct and according to spec.

But a lot of ABC exists which has a space after the "X:", so fixing it would be helpful for those files that are not according the spec.

For example, this code...

X: 3
T:Test 3
K:C
z8|

... will appear as written here and there won't be any SVG.

moinejf added as text/x-fossil-plain on 2021-01-08 17:59:28:
Fixed by commit [7a28f96ba5].
Thanks.

anonymous added as text/x-fossil-plain on 2022-07-08 20:47:45:
Editing to show this ticket status as Closed and the Resolution as Fixed, as the description indicates it was fixed in January 2021