-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add appendix and correct a mistake in the explanation of notelist ons…
…et values
- Loading branch information
1 parent
dfd165c
commit 125a199
Showing
2 changed files
with
6 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
<p>A corpus of the most popular American songs from 1900 to 1999</p> | ||
</div> | ||
|
||
The *Pop20c Corpus* includes 100 songs of American popular music: the most popular song from each year of the 20th century. The songs from 1900 through 1954 were selected based on the charts from Joel Whitburn's book *A Century of Pop Music*; these charts in turn were based on other charts reflecting record sales as well as other media such as sheet music sales, radio play, and jukebox play. Songs from 1955 through 1999 were selected from the *Billboard Hot 100* chart. | ||
The *Pop20c Corpus* includes 100 songs of American popular music: the most popular song from each year of the 20th century. The songs from 1900 through 1954 were selected based on the charts from Joel Whitburn's book *A Century of Pop Music*; these charts in turn were based on other charts reflecting record sales as well as other media such as sheet music sales, radio play, and jukebox play. Songs from 1955 through 1999 were selected from the *Billboard Hot 100* chart. <a href="https://www.josephvanderstel.com/pdfs/vanderstel_temperley_2022_appendix.pdf" target="_blank">Click here</a> to view a table that displays the year, title, and artist of every song in the corpus. | ||
|
||
The *Pop20c Corpus* was developed by <a href="https://www.josephvanderstel.com/" target="_blank">Joseph VanderStel</a> ([email protected]) and <a href="http://davidtemperley.com/" target="_blank">David Temperley</a> ([email protected]). For more about our methodology, see our article “The Evolution of Syncopation in Twentieth-Century American Popular Music” in *Journal of New Music Research* (2022). (<a href="https://www.josephvanderstel.com/pdfs/vanderstel_temperley_2022.pdf" target="_blank">PDF</a>) We originally developed the corpus in connection with that study, but it may also be useful for other music researchers and enthusiasts who wish to study the rich tradition of American popular music. | ||
|
||
|
@@ -66,8 +66,8 @@ A "note list" file is generated from the transcription and lyric files using a c | |
``` | ||
|
||
Each line contains six values: | ||
- The first value is the time point of the note’s onset relative to the beginning of | ||
the song. The measure is the basic unit, with decimals representing divisions of the measure. For example, `5.2500` means the second quarter-note beat of the fifth measure. | ||
- The first value is a zero-based floating point number representing the time point of the note’s onset relative to the beginning of | ||
the song. The measure is the basic unit, with decimals representing divisions of the measure. For example, `5.2500` means the second quarter-note beat of the sixth measure. | ||
- The second value is the offset of the note. Again, the measure is the unit, with decimals representing fractions of the measure. | ||
- The third value is the MIDI number of the note (following the usual convention of | ||
middle C = 60). | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,7 +12,7 @@ <h1>Pop20c Corpus</h1> | |
<p>A corpus of the most popular American songs from 1900 to 1999</p> | ||
</div> | ||
|
||
<p>The <i>Pop20c Corpus</i> includes 100 songs of American popular music: the most popular song from each year of the 20th century. The songs from 1900 through 1954 were selected based on the charts from Joel Whitburn's book <i>A Century of Pop Music</i>; these charts in turn were based on other charts reflecting record sales as well as other media such as sheet music sales, radio play, and jukebox play. Songs from 1955 through 1999 were selected from the <i>Billboard Hot 100</i> chart.</p> | ||
<p>The <i>Pop20c Corpus</i> includes 100 songs of American popular music: the most popular song from each year of the 20th century. The songs from 1900 through 1954 were selected based on the charts from Joel Whitburn's book <i>A Century of Pop Music</i>; these charts in turn were based on other charts reflecting record sales as well as other media such as sheet music sales, radio play, and jukebox play. Songs from 1955 through 1999 were selected from the <i>Billboard Hot 100</i> chart. <a href="https://www.josephvanderstel.com/pdfs/vanderstel_temperley_2022_appendix.pdf" target="_blank">Click here</a> to view a table that displays the year, title, and artist of every song in the corpus.</p> | ||
<p>The <i>Pop20c Corpus</i> was developed by <a href="https://www.josephvanderstel.com/" target="_blank">Joseph VanderStel</a> (<a href="mailto:[email protected]">[email protected]</a>) and <a href="http://davidtemperley.com/" target="_blank">David Temperley</a> (<a href="mailto:[email protected]">[email protected]</a>). For more about our methodology, see our article “The Evolution of Syncopation in Twentieth-Century American Popular Music” in <i>Journal of New Music Research</i> (2022). (<a href="https://www.josephvanderstel.com/pdfs/vanderstel_temperley_2022.pdf" target="_blank">PDF</a>) We originally developed the corpus in connection with that study, but it may also be useful for other music researchers and enthusiasts who wish to study the rich tradition of American popular music.</p> | ||
<p>Songs are encoded as complete vocal melodies using a modified version of a format used in the <a href="http://rockcorpus.midside.com/index.html" target="_blank"><i>Rolling Stone Corpus</i></a>. Encodings are based on transcriptions from recordings rather than sheet music.</p> | ||
<p>There are three files associated with each song. Below is a description of each file type, using the opening measures of John McCormack's “It's A Long Way To Tipperary” (1915) as an example:</p> | ||
|
@@ -61,8 +61,8 @@ <h2>3. The “note list” file</h2> | |
<span>5.5000</span> <span>5.7500</span> <span>55</span> <span>7</span> <span>1</span> DAY[<span>1</span>] | ||
</code></pre><p>Each line contains six values:</p> | ||
<ul> | ||
<li>The first value is the time point of the note's onset relative to the beginning of | ||
the song. The measure is the basic unit, with decimals representing divisions of the measure. For example, <code>5.2500</code> means the second quarter-note beat of the fifth measure.</li> | ||
<li>The first value is a zero-based floating point number representing the time point of the note's onset relative to the beginning of | ||
the song. The measure is the basic unit, with decimals representing divisions of the measure. For example, <code>5.2500</code> means the second quarter-note beat of the sixth measure.</li> | ||
<li>The second value is the offset of the note. Again, the measure is the unit, with decimals representing fractions of the measure.</li> | ||
<li>The third value is the MIDI number of the note (following the usual convention of | ||
middle C = 60).</li> | ||
|