Skip to content

Commit

Permalink
J.S. Bach: Das wohltemperierte Klavier – fix tempos annotations for m…
Browse files Browse the repository at this point in the history
…idi files

Signed-off-by: Davide Madrisan <[email protected]>
  • Loading branch information
madrisan committed Sep 10, 2024
1 parent 2f7a23a commit 8b95ece
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -761,6 +761,6 @@ Bass = \context Voice = "five" \relative c {
}
}
\midi {
\tempo 4 = 100
\tempo 2 = 60
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,6 @@ Bass = \context Voice = "four" \relative c {
}
}
\midi {
\tempo 4 = 100
\tempo 4 = 132
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -265,6 +265,6 @@ Bass = \context Voice = "four" \relative c {
}
}
\midi {
\tempo 4 = 100
\tempo 4 = 58
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,6 @@ Bass = \context Voice = "four" \relative c {
}
}
\midi {
\tempo 4 = 100
\tempo 4 = 76
}
}

0 comments on commit 8b95ece

Please sign in to comment.