This PR extends the design to pull in the LilyPondTestSuite files directly. All of the files are iterated over, and successes and failures are collected in the process.
Currently we are parsing 101 files successfully, and we are failing to parse 155 files. It is a little bit interesting that those are odd numbers.
This PR extends the design to pull in the
LilyPondTestSuite
files directly. All of the files are iterated over, and successes and failures are collected in the process.Currently we are parsing 101 files successfully, and we are failing to parse 155 files. It is a little bit interesting that those are odd numbers.
Closes #11, resolves #46, fixes #51, closes #53, fixes #54, resolves #58.