This repository is a digital edition of the the Well-tempered Clavier by J.S. Bach (Books I & II), encoded in the Humdrum file format. Tools for processing the encodings in this format on the command-line can be found online at https://github.com/humdrum-tools
These digital scores can also be found as a submodule in the humdrum-data repository.
These digital scores may also be found on the kernScores website:
with mirrors at:
which includes dynamic conversions to other data formats.
The Humdrum Extras command-line programs can download these files from kernScores. A quick method of downloading:
mkdir -p bach-js/wtc
cd bach-js/wtc
humsplit h://wtcTo get online access to a single movement, for example to transpose the first prelude into D-flat major:
transpose -k d- h://wtc/wtc1p01To interface to the Humdrum Toolkit commands, use the humcat command to download to standard input (the -s option is needed when downloading multiple files):
humcat -s h://wtc | census -kThe makefile provided in the base directory includes example data
processing commands. Type make when in the same directory as the
makefile to list commands that can be run with the makefile.
If the command which make reports that the make command cannot
be found, then you must install it. In linux, this command might
install it:
sudo apt-get install build-essential
# or
sudo yum install build-essentialIn OS X Mavericks or later, install the Xcode command-line tools:
xcode-select --installIn Cygwin on MS Windows, re-run the cygwin install program and make sure that the development tools are included in the installation packages.