moinejf/abc2svg

forced line break does not show up in abc2svg-1.15.3

Closed this issue · 1 comments

bwl21 commented

It seems that 1.15.3. brings lots of changes with respect to line break. In my Testbase, I see 113 differences.

with abc2svg-1.15.3

X:0234
M:3/4
L:1/8
Q:1/4=100
I:linebreak <EOL>
K:D
%
%
%%score 1
%
D D F | A2 F A d B| 
A G A | G2 E E A A | F3
"^new line" F F A | G G E G G B | A2 F
"^new line" F F A | G2 E E A A | F3 |]

Yields

screenshot_1052

If you replace the F3 by FFF the line break is back. As it is a hard line break, It should appear (and it did in 1.15.2).

screenshot_1053

bwl21 commented

verified with 1.15.4. It works as expected.