Skip to content

Commit

Permalink
J.S. Bach: Die Kunst der Fuge (BWV 1080) - subsubtitle with fugues XI…
Browse files Browse the repository at this point in the history
…I structure

Signed-off-by: Davide Madrisan <d.madrisan@proton.me>
  • Loading branch information
madrisan committed Mar 28, 2024
1 parent 56f8411 commit 8ed1ff3
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -68,9 +68,9 @@ Sopran = \context Voice = "one" \relative c'' {
| a~
| a~
| a~
| a4 g8 fis g a bes c d2~
| a4 g8 fis \highlightSubjectSecond { g^\markup \subject #'(0.8 . 0) #2 a bes c d2~
%55
| d4 c bes a g8 a bes4
| d4 c bes a \unHighlightSubject g8 } a bes4
| a1.\fermata
\bar "|."
}
Expand Down Expand Up @@ -100,12 +100,12 @@ Alto = \context Voice = "two" \relative c' {
| a4 d,2 ees4 d c
%25
| bes4. c16 bes a2 r
| g'8 a bes c d2~ d8 ees d c
| \highlightSubjectSecond { g'8_\markup \subject #'(-1.8 . 0) #2 a bes c d2~ d8 ees d c
| bes4 a g2. fis8 e
| fis2 g2. a4
| bes2. c4 bes a
%30
| g2. aes4 g f
| g2. } aes4 g f
| ees2. g4 f ees
| \stemUp\tieUp
\shape #'((0 . 0) (0 . 1) (0 . 2.5) (-0.2 . 1)) Tie
Expand Down Expand Up @@ -370,6 +370,19 @@ Bass = \context Voice = "four" \relative c {
title = \markup {
Contrapunctus [12]
}
subsubtitle = \markup {
\center-column {
\line \normal-text \tiny \with-color \white {
\on-color \expositionColor \pad-markup #0.8 "Exposition 1 B1 T1 A1 S1"
\on-color \episodeColor \pad-markup #1 "1"
\on-color \expositionColor \pad-markup #0.8 "Exposition 2 S2 A2 T2 B2" % bar 21-45
\on-color \episodeColor \pad-markup #1 "2"
\on-color \subjectPresentationColor \pad-markup #0.8 "A2" % bar 50
\on-color \subjectPresentationColor \pad-markup #0.8 "S2" % bar 54 (incomplete subject)
\on-color \endColor \pad-markup #0.8 "Coda"
}
}
}
}
\layout { }
\midi { \tempo 4 = 140 }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -234,13 +234,13 @@ Tenor = \context Voice = "three" \relative c' {
| d4 a'2 g4 a b
%25
| c4. b16 c d2 r
| e,8 d c b a2~ a8 gis a b
| \highlightSubjectSecondInv { e,8 d c b a2~ a8 gis a b
| c4 d e2. f8 g
| f2 e2. d4
| \once\override NoteColumn.force-hshift = #0.2 c2.
b4 c d
%30
| \once\override NoteColumn.force-hshift = #0.2 e2.
| \once\override NoteColumn.force-hshift = #0.2 e2. }
d4 e fis
| \once\override NoteColumn.force-hshift = #0.2 g2.
e4 f! g
Expand Down Expand Up @@ -351,9 +351,9 @@ Bass = \context Voice = "four" \relative c {
| d~
| d~
| d~
| d4 e8 f e d cis b a2~
| d4 e8 f \highlightSubjectSecondInv { e_\markup \scale #'(1 . -1) \subject #'(-1.5 . 0) #2 d cis b a2~
%55
| a4 b cis d e8 d cis4
| a4 b cis d \unHighlightSubject e8 } d cis4
| d1.\fermata
\bar "|."
}
Expand Down Expand Up @@ -384,6 +384,19 @@ Bass = \context Voice = "four" \relative c {
title = \markup {
Contrapunctus XII
}
subsubtitle = \markup {
\center-column {
\line \normal-text \tiny \with-color \white {
\on-color \expositionColor \pad-markup #0.8 "Exposition 1 S1 A1 T1 B1"
\on-color \episodeColor \pad-markup #1 "1"
\on-color \expositionColor \pad-markup #0.8 "Exposition 2 B2 T2 A2 S2" % bar 21-45
\on-color \episodeColor \pad-markup #1 "2"
\on-color \subjectPresentationColor \pad-markup #0.8 "T2" % bar 50
\on-color \subjectPresentationColor \pad-markup #0.8 "B2" % bar 54 (incomplete subject)
\on-color \endColor \pad-markup #0.8 "Coda"
}
}
}
}
\layout { }
\midi { \tempo 4 = 144 }
Expand Down

0 comments on commit 8ed1ff3

Please sign in to comment.