polyrhythm-project / rds-scores

This is the repository for polyrhythm examples from the reserve dataset (RDS).
https://polyrhythm.humdrum.org
1 stars 6 forks source link

R686 encoding/VHV #126

Closed epoudrier closed 3 years ago

epoudrier commented 3 years ago

There are some issues with staff attribution and drum set part on VHV. Can we verify that the encoding is correct? Screen Shot 2020-12-16 at 4 27 03 PM Here is the Suter score: Screen Shot 2020-12-16 at 4 29 05 PM

epoudrier commented 3 years ago

@craigsapp Add L.H. text to first measure of piano part and add the cross staff notes for the full example.

epoudrier commented 3 years ago

System bug affecting piano and drum set.

craigsapp commented 3 years ago

L.H. Text and cross staff notes added in this commit:

https://github.com/polyrhythm-project/rds-scores/commit/c943d1058b1e41667a44c41e532fe52cc2ec57f1#diff-49cbb3d71ea54bbf2016be9c813fd40e519e46fab7802556f272bb77fe7c72cc

Piano/drum instrument labeling are in the Humdrum-to-MEI converter reported as issue https://github.com/humdrum-tools/verovio-humdrum-viewer/issues/468

craigsapp commented 3 years ago

Early conversions of MusicXML to Humdrum added the letter "x" to indicate that the note was unpitched. This also has a meaning that the note is invisible. The final encoding for unpitched notes adds the letter "R" instead of "x", so replacing the letters causes the notes to become visible. Notes using "R" are assumed to be in treble clef (technically percussion clef, which adopts the treble clef names). This part is in bass clef, so the pitches also needed to be adjusted to be as if the were on the treble clef. (this probably needs to be added to the MusicXML-to-Humdum converter).