2022.08.01

This commit is contained in:
Seymour Shlien
2022-08-01 17:17:39 -04:00
parent e74fd94609
commit 47181bf504
5 changed files with 13 additions and 3 deletions

View File

@@ -14847,4 +14847,9 @@ Fix: parseabc.c and music_utils.c was modified to ignore
the clef=tab indication.
August 1 2022
Fixed the abc parser so it does not report a malformed note
when it encounters a dotted bar line .| -- (in parsemusic() in parseabc.c).
The dotted bar line is treated as a regular bar line.