Skip to content

Commit 753114b

Browse files
committed
J.S. Bach: Das wohltemperierte Klavier – Erster Teil: Praeludium XI
Signed-off-by: Davide Madrisan <[email protected]>
1 parent 81b269f commit 753114b

File tree

6 files changed

+218
-1
lines changed

6 files changed

+218
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
88
### Added
99

1010
- J.S. Bach: Das wohltemperierte Klavier – Erster Teil: Praeludium und Fuga X
11+
- J.S. Bach: Das wohltemperierte Klavier – Erster Teil: Praeludium XI
1112

1213
### Fixed
1314

Original file line numberDiff line numberDiff line change
@@ -0,0 +1,129 @@
1+
Global = {
2+
\key f \major
3+
\time 12/8
4+
\include "../global.ly"
5+
}
6+
7+
Soprano = \context Voice = "one" \relative c'' {
8+
\voiceOne
9+
\stemNeutral\tieNeutral
10+
\override MultiMeasureRest.staff-position = #0
11+
\override Rest.staff-position = #0
12+
\label #'Praeludium11
13+
%1
14+
| f16 c a g a c f, a c es d c d bes f e! f bes d, f a c bes a
15+
| bes16 g e d e g c, e g bes a g a g f e f a c, e f a g f
16+
| b2.\upprall c16 g e d e g c, e g bes a g
17+
| cis2.\downprall d16 a f e f a d, f a c bes! a
18+
%5
19+
| bes16 g e d e g c, e g bes a g a f d cis d f bes, d f a g f
20+
| g16 e cis b cis e a, cis e g f e f8 a d a f d
21+
| g8 bes d bes g d g cis e cis g e
22+
| d'16 a f e f a d, f a c! bes a f' d bes a bes d f, bes d f e d
23+
| gis2.\downprall a16 e cis b cis e a, cis e g fis e
24+
%10
25+
| fis2.\upprall g16 d b a b d g, b d f es d
26+
| es16 c a g a c f, a c es d c d bes! g f g bes es, g bes d c bes
27+
| c16 a fis e! fis a d, fis a c bes a
28+
\once\override Script.extra-offset = #'(0.6 . 0)
29+
\tieUp bes2.~\upprall
30+
| \stemUp bes2. a~
31+
| a16 a f e! f a \stemNeutral\tieNeutral d, f a c bes a g d' bes a bes d g, bes d f e d
32+
%15
33+
| e16 g e d e g c, e g bes a g c a f e f a d, f a c bes a
34+
| bes16 g e d e g c, e g bes a g a f c bes c f a, c es g f es
35+
| d4.~\prall d16 c bes a g f bes8 g' e! c bes g'
36+
| a,16 g f e f a d, f d bes g e' f bes, a g a c f,4 r8\fermata
37+
\fine
38+
}
39+
40+
Alto = \context Voice = "two" \relative c' {
41+
\voiceTwo
42+
\stemDown\tieDown
43+
\override Rest.staff-position = #0
44+
%1
45+
| s1*12/8*12
46+
| e2. es\prall
47+
| d8 s4 s2.
48+
}
49+
50+
Tenor = \context Voice = "three" \relative c {
51+
\voiceThree
52+
\stemUp\tieUp
53+
\override Rest.staff-position = #0
54+
%1
55+
}
56+
57+
Bass = \context Voice = "four" \relative c {
58+
\voiceFour
59+
\stemNeutral\tieNeutral
60+
\override MultiMeasureRest.staff-position = #0
61+
\override Rest.staff-position = #0
62+
%1
63+
| f8 a c a f a bes d bes f,4 r8
64+
| f'8 g bes g e c f a f f,4 r8
65+
| f'16 d b a b d g, b d f e d
66+
\once\override Script.extra-offset = #'(0.8 . 0.2)
67+
e2.^\upprall
68+
| g16\stopTrillSpan e cis b cis e a, cis e g f e f2.^\upprall
69+
%5
70+
| g8\stopTrillSpan bes g e c! e f a f d bes d
71+
| e8 g e cis a cis d16 a f e f a d, f a c bes a
72+
| d16 bes g fis g bes d, g bes d cis b cis bes g fis g bes d, g cis e d cis
73+
| d8 f! a f d f d, f bes d4 r8
74+
75+
| d'16 b gis fis gis b e, gis b d cis b
76+
\once\override Script.extra-offset = #'(0.2 . 0.6)
77+
cis2.^\upprall
78+
| c!16 a fis e fis a d, fis a c b a
79+
\once\override Script.extra-offset = #'(0.2 . 0.6)
80+
b2.^\upprall
81+
| c8\stopTrillSpan es c a f a bes d bes g es g
82+
| a8 c a fis d fis g16 d bes a bes d g, bes d f e d
83+
| c16 g e d e g c, g' c e d c f c a g a c f, c' f a g f
84+
| \once\override Script.extra-offset = #'(0.4 . 0.4)
85+
bes1.~^\downprall
86+
| bes2. a8 c a f d f
87+
| g8 bes g e c e f16 c a g a c f, a c es d c
88+
| f16 d bes a bes d f, bes d f e! d e c bes a bes c g bes e g f e
89+
| f8 a, d bes8.^\trill a32 bes c8 f,4 r8 r16 c' a c f,8
90+
\fine
91+
}
92+
93+
\score {
94+
\new PianoStaff
95+
<<
96+
\accidentalStyle Score.piano
97+
\context Staff = "upper" <<
98+
\set Staff.midiInstrument = #"acoustic grand"
99+
\Global
100+
\clef treble
101+
\Soprano
102+
\Alto
103+
>>
104+
\context Staff = "lower" <<
105+
\set Staff.midiInstrument = #"acoustic grand"
106+
\Global
107+
\clef bass
108+
\Tenor
109+
\Bass
110+
>>
111+
>>
112+
\header {
113+
composer = ##f % "Johann Sebastian Bach"
114+
opus = ##f % "BWV 856"
115+
title = \markup { "Praeludium XI" }
116+
subtitle = ##f
117+
}
118+
\layout {
119+
\context {
120+
\PianoStaff
121+
\override Parentheses.font-size = #-2
122+
\override TextScript.font-shape = #'italic
123+
\override TextScript.font-size = #-1
124+
}
125+
}
126+
\midi {
127+
\tempo 4 = 100
128+
}
129+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,79 @@
1+
Global = {
2+
\key f \major
3+
\time 3/8
4+
\include "../global.ly"
5+
}
6+
7+
Soprano = \context Voice = "one" \relative c' {
8+
\voiceOne
9+
\stemUp\tieUp
10+
\override MultiMeasureRest.staff-position = #0
11+
\override Rest.staff-position = #0
12+
%1
13+
\partial 8 r8
14+
| R1*3/8*72
15+
\fine
16+
}
17+
18+
Alto = \context Voice = "two" \relative c' {
19+
\voiceTwo
20+
\stemDown\tieDown
21+
\override Rest.staff-position = #0
22+
%1
23+
}
24+
25+
Tenor = \context Voice = "three" \relative c {
26+
\voiceThree
27+
\stemUp\tieUp
28+
\override Rest.staff-position = #0
29+
%1
30+
}
31+
32+
Bass = \context Voice = "four" \relative c {
33+
\voiceFour
34+
\stemDown\tieDown
35+
\override MultiMeasureRest.staff-position = #0
36+
\override Rest.staff-position = #0
37+
%1
38+
\partial 8 r8
39+
| R1*3/8*72
40+
\fine
41+
}
42+
43+
\score {
44+
\new PianoStaff
45+
<<
46+
\accidentalStyle Score.piano
47+
\context Staff = "upper" <<
48+
\set Staff.midiInstrument = #"acoustic grand"
49+
\Global
50+
\clef treble
51+
\Soprano
52+
\Alto
53+
>>
54+
\context Staff = "lower" <<
55+
\set Staff.midiInstrument = #"acoustic grand"
56+
\Global
57+
\clef bass
58+
\Tenor
59+
\Bass
60+
>>
61+
>>
62+
\header {
63+
composer = ##f % "Johann Sebastian Bach"
64+
opus = ##f % "BWV 856"
65+
title = \markup { "Fuga XI " \char ##x007E " à 3" }
66+
subtitle = ##f
67+
}
68+
\layout {
69+
\context {
70+
\PianoStaff
71+
\override Parentheses.font-size = #-2
72+
\override TextScript.font-shape = #'italic
73+
\override TextScript.font-size = #-1
74+
}
75+
}
76+
\midi {
77+
\tempo 4 = 100
78+
}
79+
}

src/johann-sebastian-bach/das-wohltemperierte-klavier-I/JS-Bach-BWV846-869-Das-Wohltemperierte-Klavier-I.ly

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -161,4 +161,9 @@
161161
\include "./BWV855/das-wohltemperierte-klavier-I-10-2-fuga.ly"
162162
\pageBreak
163163

164+
\include "./BWV856/das-wohltemperierte-klavier-I-11-1-praeludium.ly"
165+
\pageBreak
166+
%\include "./BWV856/das-wohltemperierte-klavier-I-11-2-fuga.ly"
167+
%\pageBreak
168+
164169
\include "./manuscript-music.ly"

src/johann-sebastian-bach/das-wohltemperierte-klavier-I/Makefile.am

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,9 @@ EXTRA_DIST = JS-Bach-BWV846-869-Das-Wohltemperierte-Klavier-I.ly \
4949
BWV854/das-wohltemperierte-klavier-I-09-1-praeludium.ly \
5050
BWV854/das-wohltemperierte-klavier-I-09-2-fuga.ly \
5151
BWV855/das-wohltemperierte-klavier-I-10-1-praeludium.ly \
52-
BWV855/das-wohltemperierte-klavier-I-10-2-fuga.ly
52+
BWV855/das-wohltemperierte-klavier-I-10-2-fuga.ly \
53+
BWV856/das-wohltemperierte-klavier-I-11-1-praeludium.ly \
54+
BWV856/das-wohltemperierte-klavier-I-11-2-fuga.ly
5355

5456
all: $(BUILT_SOURCES) JS-Bach-BWV846-869-Das-Wohltemperierte-Klavier-I
5557

src/johann-sebastian-bach/das-wohltemperierte-klavier-I/index.ly

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@
3939
"ees–Moll (E-flat minor) + Fuga in dis-Moll (D-sharp minor)" "853"
4040
\markup \indexItem "Praeludium und Fuga IX" #'Praeludium09 "E–Dur (E major)" "854"
4141
\markup \indexItem "Praeludium und Fuga X" #'Praeludium10 "e–Moll (E minor)" "855"
42+
\markup \indexItem "Praeludium und Fuga XI" #'Praeludium11 "F–Dur (F major)" "856"
4243

4344
\markup \column \abs-fontsize #10 {
4445
\null\null

0 commit comments

Comments
 (0)