%% Generated by lilypond-book
%% Options: [exampleindent=10.16\mm,indent=0\mm,line-width=160\mm,paper-height=845.047\pt,paper-width=597.508\pt,papersize='(cons (* 597.508 pt) (* 845.047 pt))]
\include "lilypond-book-preamble.ly"


% ****************************************************************
% Start cut-&-pastable-section
% ****************************************************************

#(ly:set-option 'eps-box-padding 3.000000)



\paper {
  #(set-paper-size '(cons (* 597.508 pt) (* 845.047 pt)))
  indent = 0\mm
  line-width = 160\mm
  % offset the left padding, also add 1mm as lilypond creates cropped
  % images with a little space on the right
  line-width = #(- line-width (* mm  3.000000) (* mm 1))
}

\layout {
  
}




% ****************************************************************
% ly snippet:
% ****************************************************************
\sourcefilename "out-www/recovered/tempo-accel-simultaneous-midi.ly"
\sourcefileline 0
% Lily was here -- automatically converted by midi2ly.py from out-www/tempo-accel-simultaneous.midi
\version "2.14.0"

\layout {
  \context {
    \Voice
    \remove Note_heads_engraver
    \consists Completion_heads_engraver
    \remove Rest_engraver
    \consists Completion_rest_engraver
  }
}

% included from ./out-www/tempo-accel-simultaneous.header
\header {
texidoc=""
options=""
}
% end

trackAchannelA = {
  
  % [TEXT_EVENT] creator: 
  
  % [TEXT_EVENT] LilyPond 2.27.0               
  
  \time 4/4
  
  \tempo 4 = 60
  \skip 1 
  | % 2
  
  \tempo 4 = #2500000/38189 % ≈65.4639
  \skip 8 
  \tempo 4 = #12000000/156377 % ≈76.7376
  \skip 8 
  \tempo 4 = #30000000/340889 % ≈88.0052
  \skip 8 
  \tempo 4 = #3000000/30221 % ≈99.2687
  \skip 8 
  \tempo 4 = #20000000/180947 % ≈110.53
  \skip 8 
  \tempo 4 = #30000000/246329 % ≈121.788
  \skip 8 
  \tempo 4 = #60000000/450973 % ≈133.046
  \skip 8 
  \tempo 4 = #12000000/83159 % ≈144.302
  \skip 8 
  | % 3
  
  \tempo 4 = #2000000/12857 % ≈155.557
  \skip 8 
  \tempo 4 = #30000000/179843 % ≈166.812
  \skip 8 
  \tempo 4 = #10000000/56159 % ≈178.066
  \skip 8 
  \tempo 4 = #2400000/12677 % ≈189.319
  \skip 8 
  \tempo 4 = #7500000/37393 % ≈200.572
  \skip 8 
  \tempo 4 = #15000000/70813 % ≈211.826
  \skip 8 
  \tempo 4 = #15000000/67241 % ≈223.078
  \skip 8 
  \tempo 4 = #60000000/256049 % ≈234.33
  \skip 8 
  | % 4
  
  \tempo 4 = 60
  \skip 4 
}

trackA = <<
  \context Voice = voiceA \trackAchannelA
>>


trackBchannelA = {
  
  \set Staff.instrumentName = "\new:"
  \skip 4*13 
}

trackBchannelB = {
  
  \set Staff.instrumentName = "\new:"
  \skip 4*13 
}

trackBchannelC = \relative c {
  \voiceOne
  c'4 c c c 
  | % 2
  c c c c 
  | % 3
  c c c c 
  | % 4
  c 
}

trackBchannelD = \relative c {
  \voiceTwo
  f8 f f f f f f f 
  | % 2
  f f f f f f f f 
  | % 3
  f f f f f f f f 
  | % 4
  f4 
}

trackB = <<

  \clef bass
  
  \context Voice = voiceA \trackBchannelA
  \context Voice = voiceB \trackBchannelB
  \context Voice = voiceC \trackBchannelC
  \context Voice = voiceD \trackBchannelD
>>


\score {
  <<
    \context Staff=trackB \trackA
    \context Staff=trackB \trackB
  >>
  \layout {}
  \midi {}
}



% ****************************************************************
% end ly snippet
% ****************************************************************
