\version "2.10.11" \header { title = "Vexations" composer = "Erik Satie, 1893" transcription = "Stephen Whittington" } #(set-global-staff-size 16) #(set-default-paper-size "letter") \paper { pagenumber = "yes" linewidth = 120\mm indent = 0\mm } global = { \key c \major \set Staff.printPartCombineTexts = ##f \set Staff.extraNatural = ##f \time 13/4 } top = \relative g' { s4 s8 s s4 s s8 s s s s4 s s8 s s s s4 s8 s s s 4 8 4 8 4 8 4 8 ~ r s4 s8 s s4 s s8 s s s s4 s s8 s s s s4 s8 s s s 4 8 4 8 4 8 4 8 ~ r } bottom = \relative f { c'4 a8 cis bes4 dis g,8 d' c dis ges,4 cis f,8 b ges dis' ces4 e8 e~ e r c4 a8 cis bes4 dis g,8 d' c dis ges,4 cis f,8 b ges dis' ces4 e8 e~ e r c4 a8 cis bes4 dis g,8 d' c dis ges,4 cis f,8 b ges dis' ces4 e8 e~ e r c4 a8 cis bes4 dis g,8 d' c dis ges,4 cis f,8 b ges dis' ces4 e8 e~ e r } \score { \new PianoStaff << \new Staff { \global \clef treble \top } \new Staff { \global \clef bass \bottom } >> \layout { \context { \Score \remove "Bar_number_engraver" } } } % repeat 840 times \score { << \new Staff << \global \clef treble \set Staff.midiInstrument = #"acoustic grand" \repeat unfold 3 \top >> \new Staff << \global \clef bass \set Staff.midiInstrument = #"acoustic grand" \repeat unfold 3 \bottom >> >> \midi { \context { \Score tempoWholesPerMinute = #(ly:make-moment 52 4) } \context { \Staff midiInstrument = #"acoustic grand" } } }