\version "2.18.2" \language "english" global = { % Try and remove the key bellow. \key c \major % If the key is not there, the fingerings get crushed up \time 6/4 } right = \relative c' { \global << { c8 cs d ds e f fs g gs a as b c cs d ds e f fs g gs a as b c1. c8 b bf a af g gf f e ef d df c b bf a af g gf f e ef d df c1. } { s8-1 \repeat unfold 2 { \repeat unfold 2 {s-3 s-1} s-2 \repeat unfold 3 {s-3 s-1} s-2 } s1 s4. s8-2 \repeat unfold 2 { \repeat unfold 3 {s-1 s-3} s-2 \repeat unfold 2 {s-1 s-3} s-2 } } >> } left = \relative c, { \global << { c8 cs d ds e f fs g gs a as b c cs d ds e f fs g gs a as b c1. c8 b bf a af g gf f e ef d df c b bf a af g gf f e ef d df c1. } { \repeat unfold 2 { \repeat unfold 2 {s8-1 s-3} s-2 \repeat unfold 3 {s-1 s-3} s-2 } s1.-1 s8-1 \repeat unfold 2 { s-2 \repeat unfold 3 {s-3 s-1} s-2 \repeat unfold 2 {s-3 s-1} } } >> } scoreContent = { \new PianoStaff << \new Staff \right \new Staff { \clef bass \left } >> } \score { \scoreContent \layout { } \midi { } }