File tree Expand file tree Collapse file tree 2 files changed +15
-3
lines changed
src/johann-sebastian-bach/cantata-BWV54-aria Expand file tree Collapse file tree 2 files changed +15
-3
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,13 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
5
5
6
6
## [ v63] - unreleased
7
7
8
- - J.S. Bach: Das wohltemperierte Klavier – Erster Teil: Praeludium X (right hand)
8
+ ### Added
9
+
10
+ - J.S. Bach: Das wohltemperierte Klavier – Erster Teil: Praeludium und Fuga X
11
+
12
+ ### Fixed
13
+
14
+ - Bach/Rodrigues: Cantata BWV54 - Aria - a few minor fixes
9
15
10
16
## [ v62] - 2025-03-05
11
17
Original file line number Diff line number Diff line change @@ -204,7 +204,9 @@ Alto = \context Voice = "two" \relative c {
204
204
| aes16 g aes f g f g ees f8 aes~ aes16 g aes f
205
205
% 5
206
206
| g8 bes~ bes16 aes bes g c4 ~ c16 bes c aes
207
- | d8 f~ f16 ees f d ees d ees c d c d bes
207
+ | d8
208
+ \once \override Tie .extra-offset = # '(0 . -0.4 ) f~
209
+ f16 ees f d ees d ees c d c d bes
208
210
| c d c ees a, bes a bes c d c ees a, bes a c
209
211
| d bes c aes bes g aes f g8 . aes16 f8 . ees16
210
212
| bes'16 g aes f g ees f d ees g f aes g bes aes bes
@@ -326,7 +328,11 @@ Tenor = \context Voice = "three" \relative c {
326
328
| s1 * 2
327
329
% 31
328
330
| ees8 ees c c c d d bes
329
- | c c d4 g,8 g <f aes> q
331
+ | c c d4
332
+ \change Staff = " upper" \voiceTwo
333
+ \once \override NoteColumn .force-hshift = # 0.4 g,8
334
+ \change Staff = " lower" \voiceThree
335
+ g <f aes> q
330
336
| f f f f a\rest <ees ees'> q q
331
337
| r <aes ees'> <f aes> q r <f bes> <g bes> q
332
338
% 35
You can’t perform that action at this time.
0 commit comments