Skip to content

Commit

Permalink
J.S. Bach: Partita 2 BWV826 - fixes
Browse files Browse the repository at this point in the history
Signed-off-by: Davide Madrisan <[email protected]>
  • Loading branch information
madrisan committed Feb 28, 2024
1 parent 13e8c4f commit 06355e0
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ Soprano = \context Voice = "one" \relative c'' {
\stemUp\tieUp bes,32 a g fis g16 bes~ bes c32 bes a! bes c a fis!8. g16
\bar "||"
%30
| \time 3/4 \tempo "Allegro"
| \time 3/4 \tempo "(Allegro)"
\stemNeutral\tieNeutral g8 g16[ a] b8 c d ees
| f16 ees d ees f8 g aes! d,
| f b, d g,=' g'16 f ees d
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ Soprano = \context Voice = "one" \relative c'' {
| aes4~ aes16 c f, e f4~
| f16 aes des c e f b, c fis, g ees' b!
| c f, ees d \stemUp c'2
\override Score.TextMark.self-alignment-X = #CENTER
\textEndMark \markup { \musicglyph "scripts.ufermata" }
}
\fine
}
Expand All @@ -60,7 +62,6 @@ Alto = \context Voice = "two" \relative c'' {
| s2.*15
%24
| s4 <ees g>2

}

Bass = \context Voice = "four" \relative c {
Expand Down Expand Up @@ -101,6 +102,8 @@ Bass = \context Voice = "four" \relative c {
| c16 ees aes, g f8 g aes16 c f, ees
| des8 f aes, fis' g g,
| c4~ c16 ees, f g c,4
\tweak direction #DOWN
\textEndMark \markup { \musicglyph "scripts.dfermata" }
}
\fine
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,9 @@ Soprano = \context Voice = "one" \relative c'' {
<ees g>4.
} >>
\staffUpper
\fine
\override Score.TextMark.self-alignment-X = #CENTER
\textEndMark \markup { \musicglyph "scripts.ufermata" }
\fine
}

Bass = \context Voice = "four" \relative c'' {
Expand Down Expand Up @@ -301,6 +303,8 @@ Bass = \context Voice = "four" \relative c'' {
| b8. d16 c bes
| aes c f,8 g
| c,4.
\tweak direction #DOWN
\textEndMark \markup { \musicglyph "scripts.dfermata" }
\fine
}

Expand Down

0 comments on commit 06355e0

Please sign in to comment.