%% 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/staff-map-instrument-midi.ly"
\sourcefileline 0
% Lily was here -- automatically converted by midi2ly.py from out-www/staff-map-instrument.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/staff-map-instrument.header
\header {
texidoc="Midi2ly remaps voices correctly to staves in MIDI-files that use instrument<->channel mapping when combined with voice<->track mapping.  TODO: pianostaff"
options=""
}
% end

trackAchannelA = {


  \key c \minor
    
  % [TEXT_EVENT] creator: 
  
  % [TEXT_EVENT] LilyPond 2.25.81              
  
  \time 4/4
  
  \tempo 4 = 60
  \skip \breve 
}

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


trackBchannelA = {
  
  \set Staff.instrumentName = "treble:one"
  \skip \breve 
}

trackBchannelB = {
  
  \set Staff.instrumentName = "treble:"
  

  \key c \minor
  \skip \breve 
}

trackBchannelC = {
  
  \set Staff.instrumentName = "treble:two"
  \skip \breve 
}

trackBchannelD = \relative c {
  \voiceOne
  f''8 ees16 d c bes aes g f8 aes' g f 
  | % 2
  f,16 g aes4 g16 f e2 
  | % 3
  
}

trackBchannelE = \relative c {
  \voiceTwo
  c''4 r4. f8 ees d 
  | % 2
  <b, d > r8 <b d > r8 <g c >2 
  | % 3
  
}

trackB = <<
  \context Voice = voiceA \trackBchannelA
  \context Voice = voiceB \trackBchannelB
  \context Voice = voiceC \trackBchannelC
  \context Voice = voiceD \trackBchannelD
  \context Voice = voiceE \trackBchannelE
>>


trackCchannelA = {
  
  \set Staff.instrumentName = "bass:three"
  \skip \breve 
}

trackCchannelB = {
  
  \set Staff.instrumentName = "bass:"
  

  \key c \minor
  \skip \breve 
}

trackCchannelC = \relative c {
  r8 c'16 b c8 g aes c16 b c8 d 
  | % 2
  <c,, c' >1 
  | % 3
  
}

trackC = <<

  \clef bass
  
  \context Voice = voiceA \trackCchannelA
  \context Voice = voiceB \trackCchannelB
  \context Voice = voiceC \trackCchannelC
>>


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



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