mirror of
https://github.com/sshlien/abcmidi.git
synced 2025-12-06 06:55:06 +00:00
2022.07.22
This commit is contained in:
11
doc/CHANGES
11
doc/CHANGES
@@ -14835,5 +14835,16 @@ In genmidi.c introduced function check_wordextend()
|
||||
In drawtune.c added the case WORDEXTEND in functions sizevoice()
|
||||
and printvoiceline().
|
||||
|
||||
July 31 2022
|
||||
|
||||
The abcmidi package creates a new voice when it sees
|
||||
V: T clef=tab
|
||||
where tab indicates tablature. As a result abc2midi
|
||||
creates a separate track for this voice which can cause some
|
||||
problems.
|
||||
|
||||
Fix: parseabc.c and music_utils.c was modified to ignore
|
||||
the clef=tab indication.
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
abcMIDI : abc <-> MIDI conversion utilities
|
||||
|
||||
midi2abc version 3.54 April 28 2022
|
||||
abc2midi version 4.74 June 14 2022
|
||||
abc2midi version 4.75 July 31 2022
|
||||
abc2abc version 2.18 June 14 2022
|
||||
yaps version 1.90 June 14 2022
|
||||
abcmatch version 1.82 June 14 2022
|
||||
|
||||
Reference in New Issue
Block a user