Skip to content

Commit

Permalink
J.S. Bach: Suite Anglaise n.2 BWV807 - fix two "too many colliding re…
Browse files Browse the repository at this point in the history
…sts" warnings

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

- J.S. Bach: Fuga d-Moll BWV948 - make hands positions explicit in extended closing
- J.S. Bach: Das wohltemperierte Klavier - Fuga IV: rework to make hands positions explicit
- J.S. Bach: Suite Anglaise n.2 BWV807 - better pagination for Bourrée II

### Fixed

- J.S. Bach: Fuga d-Moll BWV948 - minor fixes
- J.S. Bach: Das wohltemperierte Klavier – sparse fixes
- J.S. Bach: Suite Anglaise n.2 BWV807 - fix two "too many colliding rests" warnings

## [v54] - 2024-08-01

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -235,8 +235,8 @@ Alto = \context Voice = "two" \relative c' {
\revert NoteColumn.force-hshift
| s2.*11
%47
| \change Staff = "lower" \stemUp a,,4\rest a8\rest c[ d b]
| c4 \change Staff = "upper" \stemDown d8\rest a'[ a gis!]
| \change Staff = "lower" \voiceThree a,,4\rest a8\rest c[ d b]
| c4 \change Staff = "upper" \voiceTwo d8\rest a'[ a gis!]
| a d,\rest d\rest a'[ gis! e]
%50
| d4 c8[ b] c[ b]
Expand Down Expand Up @@ -308,8 +308,8 @@ Alto = \context Voice = "two" \relative c' {
\revert NoteColumn.force-hshift
| s2.*11
%157
| \change Staff = "lower" \stemUp a,,4\rest a8\rest c[ d b]
| c4 \change Staff = "upper" \stemDown d8\rest a'[ a gis!]
| \change Staff = "lower" \voiceThree a,,4\rest a8\rest c[ d b]
| c4 \change Staff = "upper" \voiceTwo d8\rest a'[ a gis!]
| a d,\rest d\rest a'[ gis! e]
| d4 c8[ b] c[ b]
}
Expand Down

0 comments on commit 8957655

Please sign in to comment.