~jleightcap/satie-vexations

01fa11904d7928819b519ac956f7ea8d0c6aa91b — jleightcap 1 year, 11 months ago ace880c
var 2
1 files changed, 44 insertions(+), 4 deletions(-)

M piano.ly
M piano.ly => piano.ly +44 -4
@@ 27,19 27,39 @@ rightHand = \relative c'' {
  r8 |

  \break % variation 2
  <ees, a>4
  <f! cis'>8
  <e! ais>
  <g des'>4
  <fis bis>
  <e bes'>8[
  <f! b!>]
  <a ees'>[
  <fis bis>]
  <ees beses'>4
  <e! ais>
  <dis a'!>8[
  <d! gis>]
  <ees beses'>[
  <fis bis>]
  <aes eeses'>4
  <g! cis>8
  <g! cis>~
  <g! cis>8
  r8 |
}

leftHand = \relative c' {
  \clef "bass"
  \once \override Staff.TimeSignature #'stencil = ##f 
  \stemDown \change Staff = "rightHand" c4
  \stemUp \change Staff = "leftHand" a8

  % variation 1
  \stemDown \change Staff = "rightHand" c4
  \stemUp \change Staff = "leftHand" a8
  cis
  bes4 
  s
  g8
  \stemDown \change Staff = "rightHand" dis
  \stemUp \change Staff = "leftHand" g,8
  \stemDown \change Staff = "rightHand" d'!
  c
  dis


@@ 56,4 76,24 @@ leftHand = \relative c' {
  s8 |

  \break % variation 2
  \stemUp \change Staff = "leftHand" c4
  a8
  cis
  bes4 
  \stemDown \change Staff = "rightHand" dis
  \stemUp \change Staff = "leftHand" g,8
  \stemDown \change Staff = "rightHand" d'!
  c
  dis
  \stemUp \change Staff = "leftHand" ges,4
  cis
  f,!8
  b!
  ges
  \stemDown \change Staff = "rightHand" dis'!
  ces4
  e!8
  e8~
  e8
  s8 |
}