Skip to content

Commit c0e2ccf

Browse files
committed
Bach/Rodrigues: Cantata BWV54 - Aria - a few minor fixes
Signed-off-by: Davide Madrisan <[email protected]>
1 parent 4a1e426 commit c0e2ccf

File tree

2 files changed

+15
-3
lines changed

2 files changed

+15
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,13 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
55

66
## [v63] - unreleased
77

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
915

1016
## [v62] - 2025-03-05
1117

src/johann-sebastian-bach/cantata-BWV54-aria/JS-Bach-BWV54-Cantata-Aria.ly

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,9 @@ Alto = \context Voice = "two" \relative c {
204204
| aes16 g aes f g f g ees f8 aes~ aes16 g aes f
205205
%5
206206
| 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
208210
| c d c ees a, bes a bes c d c ees a, bes a c
209211
| d bes c aes bes g aes f g8. aes16 f8. ees16
210212
| 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 {
326328
| s1*2
327329
%31
328330
| 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
330336
| f f f f a\rest <ees ees'> q q
331337
| r <aes ees'> <f aes> q r <f bes> <g bes> q
332338
%35

0 commit comments

Comments
 (0)