Skip to content

Commit

Permalink
Merge pull request #1511 from cuthbertLab/lift_every
Browse files Browse the repository at this point in the history
Add Lift Every Voice, cache bundles for tests
  • Loading branch information
mscuthbert authored Jan 3, 2023
2 parents e5f40b0 + b638517 commit f9f6016
Show file tree
Hide file tree
Showing 6 changed files with 152 additions and 144 deletions.
2 changes: 1 addition & 1 deletion music21/common/pathTools.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ def getCorpusContentDirs() -> list[str]:
>>> fp # this list will be fragile, depending on composition of dirs
['airdsAirs', 'bach', 'beach', 'beethoven', 'chopin',
'ciconia', 'corelli', 'cpebach',
'demos', 'essenFolksong', 'handel', 'haydn', 'joplin', 'josquin',
'demos', 'essenFolksong', 'handel', 'haydn', 'johnson_j_r', 'joplin', 'josquin',
'leadSheet', 'luca', 'miscFolk', 'monteverdi', 'mozart', 'nottingham-dataset',
'oneills1850', 'palestrina',
'ryansMammoth', 'schoenberg', 'schubert', 'schumann_clara', 'schumann_robert',
Expand Down
Binary file modified music21/corpus/_metadataCache/core.p.gz
Binary file not shown.
1 change: 1 addition & 0 deletions music21/corpus/corpora.py
Original file line number Diff line number Diff line change
Expand Up @@ -548,6 +548,7 @@ class CoreCorpus(Corpus):
('handel', 'George Frideric Handel', True),
('haydn', 'Joseph Haydn', True),
('joplin', 'Scott Joplin', True),
('johnson_j_r', 'J. Rosamund Johnson', True),
('josquin', 'Josquin des Prez', True),
('leadSheet', 'Leadsheet demos', False),
('luca', 'D. Luca', True),
Expand Down
Binary file added music21/corpus/johnson_j_r/lift_every_voice.mxl
Binary file not shown.
Loading

0 comments on commit f9f6016

Please sign in to comment.