Skip to content

Commit

Permalink
J.S. Bach: Das Wohltemperierte Klavier – Erster Teil: Praeludium IV -…
Browse files Browse the repository at this point in the history
… fix overlapping ties

Signed-off-by: Davide Madrisan <[email protected]>
  • Loading branch information
madrisan committed Nov 24, 2024
1 parent c52d2a9 commit f95f4d7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

- Ferruccio Busoni: Drei Albumblätter BV289 - fixed midi tempos
- J.S. Bach: Ouverture nach Französischer Art (BWV831) - a few fixes
- J.S. Bach: Das Wohltemperierte Klavier – Erster Teil: Praeludium IV - fix overlapping ties

## [v58] - 2024-11-11

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -69,15 +69,16 @@ Soprano = \context Voice = "one" \relative c'' {
%35
| cis2.~ cis4. e8 dis4
<< {
| e2.~ e4. bis8 cis4
| \once\override Tie.extra-offset = #'(0 . 0.2)
e2.~ e4. bis8 cis4
| \tweak Accidental.Y-offset 0.4
\once\override Tie.extra-offset = #'(0 . 1.5)
fisis2.~ fisis2 <bis, gis'>4
} \\ {
\break
| s1 s4
\once\stemUp
\once\override Tie.extra-offset = #'(0 . -0.4)
\once\shape #'((0 . -0.8) (0 . -0.8) (0 . -0.8) (-1 . -1)) Tie
cis^~
\stemUp \shiftOn cis8 dis e dis cis b
\stemDown ais_\markup { \hspace #-1 \tiny "l.H" }
Expand Down

0 comments on commit f95f4d7

Please sign in to comment.