Skip to content

Commit

Permalink
doc: add J.S. Bach's Fuga C-dur BWV953
Browse files Browse the repository at this point in the history
Signed-off-by: Davide Madrisan <[email protected]>
  • Loading branch information
madrisan committed Feb 2, 2025
1 parent e553435 commit 52adf98
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions DEVELOPERS.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ make -C src/johann-sebastian-bach/fantasie-und-fuge-BWV904
make -C src/johann-sebastian-bach/fuga/BWV948
make -C src/johann-sebastian-bach/fuga/BWV951
make -C src/johann-sebastian-bach/fuga/BWV952
make -C src/johann-sebastian-bach/fuga/BWV953
make -C src/johann-sebastian-bach/goldberg-variationen-BWV988
make -C src/johann-sebastian-bach/inventionen-und-sinfonien-BWV772-801
make -C src/johann-sebastian-bach/italienisches-konzert-BWV971
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ Latest release: [Open Scores for Piano v60](https://github.com/madrisan/open-sco
| | Fuga d-Moll BWV948 | :white_check_mark: | [pdf](https://github.com/madrisan/open-scores/releases/download/v60/JS-Bach-BWV948-Fuga-d-Moll.pdf) |
| | Fuga H-Moll BWV951 - on a Theme by Tomaso Albinoni | :white_check_mark: | [pdf](https://github.com/madrisan/open-scores/releases/download/v60/JS-Bach-BWV951-Fuga-H-Moll.pdf) |
| | Fuga C-Dur BWV952 | :white_check_mark: | [pdf](https://github.com/madrisan/open-scores/releases/download/v60/JS-Bach-BWV952-Fuga-C-Dur.pdf) |
| | Fuga C-Dur BWV953 | :white_check_mark: | [pdf](https://github.com/madrisan/open-scores/releases/download/v61/JS-Bach-BWV953-Fuga-C-Dur.pdf) |
| | Praeludium Fuge und Allegro BWV 998 | :white_check_mark: | [pdf](https://github.com/madrisan/open-scores/releases/download/v60/JS-Bach-BWV998-Praeludium-Fuge-und-Allegro.pdf) |
| | Musikalisches Opfer: Ricercar a 3, Ricercar a 6 BWV 1079 | :white_check_mark: | [pdf](https://github.com/madrisan/open-scores/releases/download/v60/JS-Bach-BWV1079-Musikalisches-Opfer.pdf) |
| Bach / Busoni | Chorale Prelude - In dir ist Freude BWV 615 | :white_check_mark: | [pdf](https://github.com/madrisan/open-scores/releases/download/v60/JS-Bach-Busoni-Chorale-Prelude-BWV615.pdf) |
Expand Down
4 changes: 2 additions & 2 deletions src/johann-sebastian-bach/fuga/BWV953/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,14 @@ SUFFIXES = .in

BUILT_SOURCES = covercolor.ly

EXTRA_DIST = JS-Bach-BWV953-Fuga-C-dur.ly \
EXTRA_DIST = JS-Bach-BWV953-Fuga-C-Dur.ly \
covercolor.ly.in \
header.ily \
global.ly \
logo.ly \
macros.ly

all: $(BUILT_SOURCES) JS-Bach-BWV953-Fuga-C-dur
all: $(BUILT_SOURCES) JS-Bach-BWV953-Fuga-C-Dur

clean-local:
-rm -f $(BUILT_SOURCES)
Expand Down

0 comments on commit 52adf98

Please sign in to comment.