Difference between revisions of "Humdrum lab 4"
Jump to navigation
Jump to search
Line 36: | Line 36: | ||
Alternatively, the JRP database is available on github at https://github.com/josquin-research-project/jrp-scores | Alternatively, the JRP database is available on github at https://github.com/josquin-research-project/jrp-scores | ||
+ | |||
+ | == How much data is there? == | ||
+ | |||
+ | cd ~/Desktop/jrp | ||
+ | ls masses motets songs | grep *.krn | wc -l |
Revision as of 16:17, 26 April 2018
This lab introduces the digital scores of the Josquin Research Project
Download the data
First download the data by genre:
cd ~/Desktop mkdir jrp cd jrp mkdir masses (cd masses; humsplit h://jrp/Zma) mkdir motets (cd motets; humsplit h://jrp/Zmo) mkdir songs (cd songs; humsplit h://jrp/Zso)
There are three basic genres: secular songs, religious songs (motets), and music for the mass ordinary.
You can also download works by composer, such as Jean Mouton:
humsplit h://jrp/Mou
Ockeghem:
humsplit h://jrp/Ock
Josquin securely attributed works:
humsplit h://jrp/Joa
Josquin not securely attributed works:
humsplit h://jrp/Job
All of Josquin works:
humsplit h://jrp/Jos
Alternatively, the JRP database is available on github at https://github.com/josquin-research-project/jrp-scores
How much data is there?
cd ~/Desktop/jrp ls masses motets songs | grep *.krn | wc -l