Skip to content

Commit

Permalink
J.S. Bach: Die Kunst der Fuge (BWV1080) - add the structure of the fu…
Browse files Browse the repository at this point in the history
…gues

Signed-off-by: Davide Madrisan <[email protected]>
  • Loading branch information
madrisan committed Oct 7, 2024
1 parent e2951df commit ba132be
Show file tree
Hide file tree
Showing 4 changed files with 371 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -123,9 +123,13 @@ Subject = \relative {

\include "./index.ly"
\pageBreak

\include "./list-of-subjects.ly"
\pageBreak

\include "./structure-of-the-fugues.ly"
\pageBreak

\include "./parts/01-contrapunctus-I.ly"
\pageBreak
\include "./parts/02-contrapunctus-II.ly"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,8 @@ EXTRA_DIST = JS-Bach-BWV1080-Die-Kunst-der-Fuge.ly \
parts/15-canon-in-hypodiapason.ly \
parts/16-canon-alla-decima.ly \
parts/17-canon-alla-duodecima.ly \
parts/18-canon-in-hypodiatessaron.ly
parts/18-canon-in-hypodiatessaron.ly \
structure-of-the-fugues.ly

all: $(BUILT_SOURCES) JS-Bach-BWV1080-Die-Kunst-der-Fuge

Expand Down
11 changes: 11 additions & 0 deletions src/johann-sebastian-bach/die-kunst-der-fuge-BWV1080/index.ly
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,17 @@
}
}

\markup \column \abs-fontsize #11 {
\pad-around #0.4
\override #'(line-width . 95)
\line {
\hspace #3.2
\page-link #3 {
\fill-with-pattern #1 #RIGHT . "Structure of the Fuges" \page-ref #'ListOfSubjects "000" "4"
}
}
}

\markup \column \abs-fontsize #11 {
\pad-around #2
\abs-fontsize #12 \smallCaps \bold { \concat { \char ##x23AF " Contrapuncti" } }
Expand Down
Loading

0 comments on commit ba132be

Please sign in to comment.