Skip to content

Commit

Permalink
Merge pull request #1 from phmccarty/proofreading-v1
Browse files Browse the repository at this point in the history
Proofreading pass
  • Loading branch information
ksnortum authored Oct 28, 2023
2 parents 97fde3a + 82bb764 commit 5047a5a
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 5 deletions.
15 changes: 12 additions & 3 deletions includes/etude-op2-no1-parts.ily
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ rightHandUpper = \relative {
\voiceOne
<e cs'>8 <e ds'> <cs' e> <cs fs> <e gs> <cs e cs'> |
b'8. a16 a2 |
<fs, cs' fs>8 <a gs'> <fs' a> <cs gs'> <fs cs'> <fs cs' fs> |
<fs, cs' fs>8 <a gs'> <fs' a> <cs b'> <fs cs'> <fs cs' fs> |
<e e'>8. <ds ds'>16 q2 |
<e gs cs>8 <e ds'> <cs' e> fs <e gs> <cs gs' cs> |
b'8. gs16 gs4 e |
Expand All @@ -28,7 +28,11 @@ rightHandUpper = \relative {
<b, ds gs>8 <b as'> <gs' b> <ds cs'> <b' ds> gs' |
fs8. es16 es2 |
\key bf \minor
<gf, bf ef>8 <gf f'> <ef' gf> <f af> bf <ef, bf' ef> |
% In SrcA, the second chord of beat 2 is <f af>, but SrcB has <ef af>. Follow
% SrcB to more closely align with similar right-hand figurations in other
% measures, namely that the lower note of the chord is in unison with the
% rightHandLower part, which sustains that note for a quarter note duration.
<gf, bf ef>8 <gf f'> <ef' gf> <ef af> bf' <ef, bf' ef> |
df'8. bf16 bf4 gf |
f8. df16 df4 f |
df8. bf16 bf8 r r4 |
Expand All @@ -48,7 +52,12 @@ rightHandUpper = \relative {

\barNumberCheck 25
\key cs \minor
<gs bs e> <gs bs ds> \acciaccatura { e' } <fs, bs ds> <fs bs css> <fs bs ds>
% In SrcA, the lowest notes of the first two eighth-note chords are G-sharps,
% but in SrcB, they are F-sharps. Follow SrcB, since I think it more likely
% aligns with the composer's intention, namely that the <gf c> from chords in
% the previous two measures change to the enharmonic <fs bs> in this measure
% for the key change.
<fs bs e> <fs bs ds> \acciaccatura { e' } <fs, bs ds> <fs bs css> <fs bs ds>
<fs bs e> |
\voiceOne <e cs'>8 <e ds'> <cs' e> <cs fs> <e gs> <cs e cs'> |
b'8. a16 a2 |
Expand Down
7 changes: 6 additions & 1 deletion includes/impromptu-op2-no3-parts.ily
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,11 @@ rightHandUpper = \relative {
c2. |

\barNumberCheck 25
% SrcB ties the c16 to the C in chord <c e>4 in this measure, but no ties are
% present for any identical figurations in later measures. SrcA does not have
% the tie. At faster tempos, this tie could certainly facilitate performance.
% It would be interesting to consult the autograph manuscript for clues about
% the composer's intention.
\voiceOne c8. \acciaccatura { \slurDown d8 } c16 <c e>4 \slurUp q~ |
<c f>4 c2-> |
<bf e>4 bf2-> |
Expand Down Expand Up @@ -253,7 +258,7 @@ leftHandLower = \relative {
d,4 <a' b f' a> r |
ds,4 <a' c f> <c f> |
e,4 \voiceFour d'2 |
\oneVoice a4 <e' c'> <c a'> |
\oneVoice a4 <c a'> a |
d,4 <a' b f' a> \clef bass d,
\voiceFour e4 f e |
\oneVoice a,4 <e' c'> <d c' f> |
Expand Down
2 changes: 1 addition & 1 deletion includes/prelude-op2-no2-parts.ily
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ rightHandUpper = \relative {
e4)^\pp \oneVoice r r |
\tuplet 3/2 { r8 ds,(\ppp gs, as cs b \voiceOne b, as' gs } |
fs4) \oneVoice r <fs b fs'> |
\tuplet 3/2 { r8 gs' fs gs, e' e, } ds''8.\fermata <e, cs'>16( |
\tuplet 3/2 { r8 gs'( fs gs, e' e, } ds''8.)\fermata <e, cs'>16( |
<ds b'>4) r r |
\bar "|."
}
Expand Down

0 comments on commit 5047a5a

Please sign in to comment.