moinejf/abc2svg

Results of Regression test 1.16.3 vs. 1.15.9

Closed this issue · 1 comments

bwl21 commented

I performed another regression test and would like to report the results.

Good work - the test did not reveal a change request

general

  • had no crash
  • All cases have visual differences. As far as I can see in most cases the layout is improved.
  • We also have different messages like /test-source/1005_tuplets.abc:14:17 Warning: Line underfull (37628.596pt of 6621.495pt). IMHO this results from improvements in the layout.

changes in L: - Line

L:4/4 is now flagged as error; If I look into abc standard, it seems that nominators other than "1" are not supported (at least the support is not mentioned explicityl). Therefor this change could be considered as a feature (if it was intended). As a Pity, I have at least one music using L:3/4

I see this was introduced with 1.15.4

changes in parser

the following sequence (is nonsense) but now creates a different error message. Interesting to note this but I see no need to investigate the reason.

1.15 test-source/1003_Jumplines.abc:20:14 Error: '0' is not a note
1.16 test-source/1003_Jumplines.abc:20:13 Error: Bad character '0'
F:1003_Jumplines
X:1003
T:Jumplines
C:{copyright}
R:{rhythm}
M:4/4
L:1/4
Q:1/4=120
K:C
%%score T1 T2 
V:T1 clef=treble-8  name="Sopran" snm="S"
V:T2 clef=treble-8  name="Alt" snm="A"
[V:T1] cdef |  "^:10"zdef  | "^@10@1" c4 |]
[V:T1] "^:12" cdef  | "^:11" fedc  | "^@11@2" c4 | "^@12@-2" z4]
[V:T2]  "^:20"CDEF | "^@20@4" C4 | C4|]
cccc|cccc|cccc|Cccc|]
%%%%zupfnoter.config
{
 "abc_parser" : "ABC2SVG",
 "produce":[0]
} 
bwl21 commented

As there is nothing todo, I close the issue.