Skip to content

Commit

Permalink
J.S. Bach: Das wohltemperierte Klavier – number of voices of the fugu…
Browse files Browse the repository at this point in the history
…es as in Bach's manuscript

Signed-off-by: Davide Madrisan <[email protected]>
  • Loading branch information
madrisan committed Sep 2, 2024
1 parent 871a4cb commit ea9fe34
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 10 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

## [v57] - unreleased

### Changed

- J.S. Bach: Das wohltemperierte Klavier – number of voices of the fugues as in Bach's manuscript

## [v56] - 2024-09-01

### Added
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -208,8 +208,8 @@ Bass = \context Voice = "four" \relative c {
\header {
composer = ##f % "Johann Sebastian Bach"
opus = ##f % "BWV 846"
title = \markup { "Fuga I." }
subtitle = "a 4 voci"
title = \markup { "Fuga I " \char ##x007E " à 4" }
subtitle = ##f
}
\layout {
\context {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -160,8 +160,8 @@ Bass = \context Voice = "four" \relative c' {
\header {
composer = ##f % "Johann Sebastian Bach"
opus = ##f % "BWV 847"
title = \markup { "Fuga II." }
subtitle = "(a 3 voci)"
title = \markup { "Fuga II " \char ##x007E " à 3" }
subtitle = ##f
}
\layout {
\context {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -258,8 +258,8 @@ Bass = \context Voice = "four" \relative c' {
\header {
composer = ##f % "Johann Sebastian Bach"
opus = ##f % "BWV 848"
title = \markup { "Fuga III." }
subtitle = "(a 3 voci)"
title = \markup { "Fuga III " \char ##x007E " à 4" }
subtitle = ##f
}
\layout {
\context {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -749,8 +749,8 @@ Bass = \context Voice = "five" \relative c {
\header {
composer = ##f % "Johann Sebastian Bach"
opus = ##f % "BWV 849"
title = \markup { "Fuga IV." }
subtitle = "(a 5 voci)"
title = \markup { "Fuga IV " \char ##x007E " à 5" }
subtitle = ##f
}
\layout {
\context {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -253,8 +253,8 @@ Bass = \context Voice = "four" \relative c {
\header {
composer = ##f % "Johann Sebastian Bach"
opus = ##f % "BWV 850"
title = \markup { "Fuga V." }
subtitle = "(a 4 voci)"
title = \markup { "Fuga V " \char ##x007E " à 4" }
subtitle = ##f
}
\layout {
\context {
Expand Down

0 comments on commit ea9fe34

Please sign in to comment.