Skip to content

Commit

Permalink
J.S. Bach: Die Kunst der Fuge - Contrapunctus I - avoid crossing hands
Browse files Browse the repository at this point in the history
Signed-off-by: Davide Madrisan <[email protected]>
  • Loading branch information
madrisan committed Feb 23, 2024
1 parent cc7a98a commit 2e36311
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ greyTextColor = #(x11-color "dimgray")
lightGrey = #(x11-color 'grey65)
middleGrey = #(x11-color 'grey45)

staffLower = { \change Staff = "lower" }
staffUpper = { \change Staff = "upper" }

#(define my-eyeglassespath
'((moveto -3.57 1.80)
(curveto -3.65 1.90 -3.55 2.22 -3.33 2.22)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ Alto = \context Voice = "two" \relative c' {
| a, r r ees'
| d2 r4 fis!
| g8 fis g4 r bes~
| bes8 a f' d b4 e8 cis
| bes8 a f' d b4 e8 cis!
| a4 d8 a bes4. g8
%65
| a4. f8 e4. g8
Expand Down Expand Up @@ -292,7 +292,7 @@ Tenor = \context Voice = "three" \relative c' {
| a2
b4 cis
%60
| d r4 r fis,
| \staffUpper \once\stemDown d \staffLower r4 r fis,
| g8
a bes4 r c
| d2 r8 g,4 f8
Expand Down

0 comments on commit 2e36311

Please sign in to comment.