Difference between revisions of "Humdrum lab 4"

From CCARH Wiki
Jump to navigation Jump to search
(Created page with "This lab introduces the digital scores of the Josquin Research Project == Download the data == cd ~/Desktop mkdir jrp cd jrp mkdir masses (cd masse...")
 
Line 3: Line 3:
  
 
== Download the data ==
 
== Download the data ==
 +
 +
 +
First download the data by genre:
  
 
     cd ~/Desktop
 
     cd ~/Desktop
Line 12: Line 15:
 
     (cd motets; humsplit h://jrp/Zmo)
 
     (cd motets; humsplit h://jrp/Zmo)
 
     mkdir songs
 
     mkdir songs
     (cd songs; husmplt h://jrp/Zso)
+
     (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

Revision as of 16:16, 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