Skip to content

Commit

Permalink
Updated measure numbers (#2)
Browse files Browse the repository at this point in the history
In this version the measure numbers have been updated to match one of
the most wide-spread conventions in music printing. In detail, this
entailed the use of MuseScore's "exclude from measure count" feature in
order to prevent incrementing the counter for anacrustic measures.

A new column in the README table (`Measure numbers`) marks those pieces
for which one or several measure numbers changed compared to the
previous version of the corpus.
  • Loading branch information
johentsch authored May 27, 2024
2 parents c8cca53 + b399a51 commit 59de339
Show file tree
Hide file tree
Showing 1,743 changed files with 80,956 additions and 105,511 deletions.
786 changes: 395 additions & 391 deletions README.md

Large diffs are not rendered by default.

59 changes: 59 additions & 0 deletions original_complete/IGNORED_WARNINGS
Original file line number Diff line number Diff line change
@@ -0,0 +1,59 @@
INCOMPLETE_MC_WRONGLY_COMPLETED_WARNING (3, 13) ms3.Parse.original_complete.B015
None of the MCs following the irregular MC 13 complete it.
Both Breitkopf 1784-87 and Breitkopf 1898 have an irregular measure m. 11 of length 2/4.

COMPETING_MEASURE_INFO_WARNING (9, 'mc', 1, 'voice/KeySig/accidental') ms3.Parse.original_complete.B027
mc 1: The values ['2' '3'] in 'voice/KeySig/accidental' of 'staff' [2, 5] are lost.

INCOMPLETE_MC_WRONGLY_COMPLETED_WARNING (3, 22) ms3.Parse.original_complete.B036
None of the MCs following the irregular MC 22 complete it.
This follows the print which has two double barlines; the third section begins with an anacrusis.

INCOMPLETE_MC_WRONGLY_COMPLETED_WARNING (3, 5) ms3.Parse.original_complete.B038
Some of the MCs following the irregular MC 5 do, some don't complete it.
This should be notated with a first and second ending in m. 4, where 4b ends on a half note.

INCOMPLETE_MC_WRONGLY_COMPLETED_WARNING (3, 9) ms3.Parse.original_complete.B077
None of the MCs following the irregular MC 9 complete it.
This is because of the change from 4/4 to 3/4 meter

VOLTAS_WITH_DIFFERING_LENGTHS_WARNING (4, 7) ms3.Parse.original_complete.B177
Volta group of MC 7 contains voltas with different lengths.
First ending represents the first half of 1b. Second ending represents beat 4 of 4b.

COMPETING_MEASURE_INFO_WARNING (9, 'mc', 1, 'voice/TimeSig/linkedMain') ms3.Parse.original_complete.B185
COMPETING_MEASURE_INFO_WARNING (9, 'mc', 12, 'voice/BarLine/linkedMain') ms3.Parse.original_complete.B185

COMPETING_MEASURE_INFO_WARNING (9, 'mc', 1, 'voice/KeySig/linkedMain') ms3.Parse.original_complete.B195
COMPETING_MEASURE_INFO_WARNING (9, 'mc', 1, 'voice/TimeSig/linkedMain') ms3.Parse.original_complete.B195
COMPETING_MEASURE_INFO_WARNING (9, 'mc', 13, 'voice/BarLine/linkedMain') ms3.Parse.original_complete.B195

COMPETING_MEASURE_INFO_WARNING (9, 'mc', 14, 'voice/BarLine/subtype') ms3.Parse.original_complete.B205
COMPETING_MEASURE_INFO_WARNING (9, 'mc', 24, 'voice/BarLine/linkedMain') ms3.Parse.original_complete.B205
COMPETING_MEASURE_INFO_WARNING (9, 'mc', 24, 'voice/BarLine/subtype') ms3.Parse.original_complete.B205

INCOMPLETE_MC_WRONGLY_COMPLETED_WARNING (3, 3) ms3.Parse.original_complete.B226
Some of the MCs following the irregular MC 3 do, some don't complete it.
To fully disambiguate, m. 3 would have to be written with a first ending containing a full note.

INCOMPLETE_MC_WRONGLY_COMPLETED_WARNING (3, 8) ms3.Parse.original_complete.B229
INCOMPLETE_MC_WRONGLY_COMPLETED_WARNING (3, 16) ms3.Parse.original_complete.B229
None of the MCs following the irregular MCs 8 and 16 complete it because these finalis measures in 3/2
are notated as whole notes without dots.

COMPETING_MEASURE_INFO_WARNING (9, 'mc', 1, 'voice/KeySig/linkedMain') ms3.Parse.original_complete.B272
COMPETING_MEASURE_INFO_WARNING (9, 'mc', 1, 'voice/KeySig/accidental') ms3.Parse.original_complete.B272
mc 1: The missing value in 'voice/KeySig/accidental' was filled with '2', present in 'staff' [5].


COMPETING_MEASURE_INFO_WARNING (9, 'mc', 1, 'voice/KeySig/accidental') ms3.Parse.original_complete.B279
mc 1: The values ['1' '2'] in 'voice/KeySig/accidental' of 'staff' [2, 9] are lost.

MCS_NOT_EXCLUDED_FROM_BARCOUNT_WARNING (1, 2) ms3.Parse.original_complete.B380
MC 2 seems to be offset from the MN's beginning but has not been excluded from barcount.
INCOMPLETE_MC_WRONGLY_COMPLETED_WARNING (3, 3) ms3.Parse.original_complete.B380
None of the MCs following the irregular MC 3 complete it.
This is a bug in ms3 v2.5.1 that has been reported as https://github.com/johentsch/ms3/issues/114

COMPETING_MEASURE_INFO_WARNING (9, 'mc', 1, 'voice/KeySig/accidental') ms3.Parse.original_complete.B378
mc 1: The missing value in 'voice/KeySig/accidental' was filled with '-1', present in 'staff' [3].
1 change: 1 addition & 0 deletions original_complete/MS3/B005.mscx
Original file line number Diff line number Diff line change
Expand Up @@ -1054,6 +1054,7 @@ Erfurter Enchiridion 1524</text>
</voice>
</Measure>
<Measure len="1/4">
<irregular>1</irregular>
<voice>
<Tempo>
<tempo>1.43333</tempo>
Expand Down
1 change: 1 addition & 0 deletions original_complete/MS3/B006.mscx
Original file line number Diff line number Diff line change
Expand Up @@ -1472,6 +1472,7 @@ Erfurter Enchiridion 1524</text>
</voice>
</Measure>
<Measure len="1/4">
<irregular>1</irregular>
<voice>
<Chord>
<durationType>quarter</durationType>
Expand Down
Loading

0 comments on commit 59de339

Please sign in to comment.