Mark Gotham

Results 13 issues of Mark Gotham

Some lingering `remote_score.json` cases to update.

As noted with @malcolmsailor there's a discrepancy between how krn and DCML count Corelli movements. These don't work (aren't present on kern.humdrum) but would if the movements matched up: https://kern.humdrum.org/cgi-bin/ksdata?l=musedata/corelli/op4&file=op4n2-02.krn&f=kern...

wontfix

In flux. Settle and update here.

Split @malcolmsailor's [URL checker](https://github.com/MarkGotham/When-in-Rome/blob/master/Code/test_remote_urls.py) into two: - `get_remote_scores` user function and - `test_remote_score_URLs` testing validity

## DCML Missing scores First, the new DCML repos are missing some scores (reported there). Note to self: update when they fill in the gaps. ## Conversion from DCML fails...

bug

One to consider: For DCML>RNTXT and any other new conversions, possibly add software version in the metadata preamble. _music21_ version (exists) - ` music21._version.__version_info__` Conversion version (TODO?): - `DCML v2`...

enhancement

Hi @giamic and @magiraud As you know, we now have dez output on here. - [code here](https://github.com/MarkGotham/When-in-Rome/blob/master/Code/converters_local.py) (modified from our 2020 project, shared here with permission) - [example here](https://github.com/MarkGotham/When-in-Rome/blob/master/Tests/Resources/Example/analysis_dez_format.dez) That...

e.g., `642` without alternation to `2`. - No syntax change involved. - Good for consistency and concision e.g., in display. - Low priority

enhancement

- for file in changed files: - if file extension in ['rntxt', 'txt'] - check it parses

There are a few doctests. Move all to the new tests area, or implement a way to run them where there are (from tests).