%% 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/voice-5-midi.ly"
\sourcefileline 0
% Lily was here -- automatically converted by midi2ly.py from out-www/voice-5.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/voice-5.header
\header {
texidoc="midi2ly still produces output for a staff with five voices.  However, in such cases, most probably the the correct \voiceOne, \voiceX... mapping is lost."
options=""
}
% end

trackAchannelA = {
  
  % [TEXT_EVENT] creator: 
  
  % [TEXT_EVENT] LilyPond 2.25.80              
  
  \time 4/4
  
  \tempo 4 = 60
  \skip \breve 
}

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


trackBchannelA = {
  
  \set Staff.instrumentName = "trackB:voiceA"
  \skip \breve 
}

trackBchannelB = {
  
  \set Staff.instrumentName = "trackB:voiceE"
  \skip \breve 
}

trackBchannelC = {
  
  \set Staff.instrumentName = "trackB:voiceD"
  \skip \breve 
}

trackBchannelD = {
  
  \set Staff.instrumentName = "trackB:voiceC"
  \skip \breve 
}

trackBchannelE = {
  
  \set Staff.instrumentName = "trackB:voiceB"
  \skip \breve 
}

trackBchannelF = \relative c {
  \voiceOne
  <c''' a >2 b 
  | % 2
  
}

trackBchannelG = \relative c {
  \voiceThree
  c''4. d8 e4 f 
  | % 2
  
}

trackBchannelH = \relative c {
  \voiceFour
  d'1 
  | % 2
  
}

trackBchannelI = \relative c {
  \voiceTwo
  c'4 c2 c4 
  | % 2
  
}

trackBchannelJ = \relative c {
  r1 
  | % 2
  d 
  | % 3
  
}

trackB = <<
  \context Voice = voiceA \trackBchannelA
  \context Voice = voiceB \trackBchannelB
  \context Voice = voiceC \trackBchannelC
  \context Voice = voiceD \trackBchannelD
  \context Voice = voiceE \trackBchannelE
  \context Voice = voiceF \trackBchannelF
  \context Voice = voiceG \trackBchannelG
  \context Voice = voiceH \trackBchannelH
  \context Voice = voiceI \trackBchannelI
  \context Voice = voiceJ \trackBchannelJ
>>


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



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