-
-
Notifications
You must be signed in to change notification settings - Fork 55
Open
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers
Description
The current implementation of Music21Dataset
does not support ABC files. The problem here is that an ABC file might contain multiple songs (i.e., a tunebook). We should follow the implementations of ABCFolderDataset
to extend self.raw_filenames
into a list of (filename, start, end)
tuples to keep track of the start/end line of each song in an ABC file (and simply set start
and end
to None for other file types).
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers