Skip to content

Commit

Permalink
J.S. Bach: Das wohltemperierte Klavier – add the full autograph
Browse files Browse the repository at this point in the history
Signed-off-by: Davide Madrisan <[email protected]>
  • Loading branch information
madrisan committed Sep 13, 2024
1 parent ddc201e commit c4f6ea1
Show file tree
Hide file tree
Showing 95 changed files with 1,039 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
\null
\fill-line { \draw-hline }
\null\null
\line { \abs-fontsize #34 \bold "Das Wohltemperierte Klavier" }
\line { \abs-fontsize #34 \bold "Das Wohltemperirte Clavier" }
\null\null
\line { \abs-fontsize #34 \bold "Teil I" }
\null\null
Expand Down Expand Up @@ -138,3 +138,5 @@
\pageBreak
\include "./BWV851/das-wohltemperierte-klavier-I-06-2-fuga.ly"
\pageBreak

\include "./manuscript-music.ly"
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ EXTRA_DIST = JS-Bach-BWV846-869-Das-Wohltemperierte-Klavier-I.ly \
logo.ly \
macros.ly \
manuscript-cover.ly \
manuscript-page001.eps \
manuscript-music.ly \
manuscript-page*.eps \
BWV846/das-wohltemperierte-klavier-I-01-1-praeludium.ly \
BWV846/das-wohltemperierte-klavier-I-01-2-fuga.ly \
BWV847/das-wohltemperierte-klavier-I-02-1-praeludium.ly \
Expand Down
17 changes: 14 additions & 3 deletions src/johann-sebastian-bach/das-wohltemperierte-klavier-I/index.ly
Original file line number Diff line number Diff line change
Expand Up @@ -14,16 +14,16 @@
(string? symbol? string? string?)
"Format a block of the index"
(interpret-markup layout props
#{ \markup \column \abs-fontsize #11 {
#{ \markup \column \abs-fontsize #10 {
\override #'(line-width . 95)
\line {
\hspace #3.2
\with-link #pagelabel {
\fill-with-pattern #1 #RIGHT . #title \page-ref #pagelabel "00" "?"
}
}
\pad-around #1
\line \abs-fontsize #9 \italic \with-color #middleGrey {
\pad-around #0.5
\line \abs-fontsize #8 \italic \with-color #middleGrey {
\concat { \hspace #6 "BWV " #bwv "" #tone }
}
} #}))
Expand All @@ -34,3 +34,14 @@
\markup \indexItem "Praeludium und Fuga IV" #'Praeludium04 "cis–Moll (C–sharp minor)" "849"
\markup \indexItem "Praeludium und Fuga V" #'Praeludium05 "D–Dur (D major)" "850"
\markup \indexItem "Praeludium und Fuga VI" #'Praeludium06 "d–Moll (D minor)" "851"

\markup \column \abs-fontsize #10 {
\null
\override #'(line-width . 95)
\line {
\hspace #3.2
\page-link #37 {
\fill-with-pattern #1 #RIGHT . "Johann Sebastian Bach's autograph" "36"
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
\line {
\hspace #0
\general-align #Y #DOWN {
\epsfile #X #70 #"manuscript-page001.eps"
\epsfile #X #70 #"manuscript-page00.eps"
}
}
\fill-line {
Expand Down
Loading

0 comments on commit c4f6ea1

Please sign in to comment.