\version "2.19.61"
% automatically converted by musicxml2ly from the-mysterious-sack.xml
\pointAndClickOff

\header {
  %copyright =  "matiss schubert"
  encodingdate =  "2017-10-17"
  title =  "The Mysterious Sack"
  source =  "matissschubert.com"
  composer =  "Matiss Schubert"
  encodingsoftware =  "MuseScore 2.1.0"
  tagline = ""
}
\include "msJazz.ly"
theMelody =  \relative a' {
    \clef "treble" \key c \major
    \numericTimeSignature\time 4/4
    \override Score.MetronomeMark.self-alignment-X = #0.7
    \tempo 4=150
    \repeat volta 2 {
      a8 b8 c d a4.  d8 |
      c b a4 ~ a8 d c b  |
      a b c d b4. c8
    }
    \alternative {
      {b8 c  d  f e d c b  }
      {b c  d  f e d c d  }
    }
    \repeat volta 2 {
      e8 d c e a,4.  g8 |
      a b c d b4. g8 |
      c g d' g, e' g, g' g, |
    }
    \alternative {
      {f'8 e d c d4. g,8 }
      {f' e d c d4  g8 f }
    }
    \repeat volta 2 {
      e2 c2 |
      g8 a b d c4 c8 b  |
      a g f e f e d c
    }
    \alternative {
      {b8 c d e f g b d }
      {g,4. a8 g a b d }
    }
    \repeat volta 2 {
      f4 e8 d4 c8 d4
      c8 b4 a8 g a
      b c8 |
      \time 2/4  |
      d8 c d e  |
      \numericTimeSignature\time 4/4
      f8 e d f e d c e |
      d8 g4 f8 g4 g8 a |
      bes4 a8 g a g f g |
      r8 d r  c ~  c8 d16 c bes8   c  |
      d8 g, g f g
      a bes c
    }
    \alternative {
      {d8   g, g f  g4 d'8 e }
      {a,1 \bar "|."}
    }
}

theChords = \chordmode {
    \repeat volta 2 {
      a8:m s8 s8 s8 s4. s8 |
      s8 s8 s4 s8 s8 s8 s8 |
      f8 s8 s8 s8 g4. s8 }
    \alternative {
      {s8 s8 s8 s8 e8 s8 s8 s8 }
      {s8 s8 s8 s8 e8 s8 s8 s8 }
    } \repeat volta 2 {
      c8 s8 s8 s8 f4. s8 |
      s8 s8 s8 s8 g4. s8 |
      c8 s8 s8 s8 s8 s8 s8 s8 }
    \alternative {
      {f8 s8 s8 s8 g4. s8 }
      {f8 s8 s8 s8 g4 s8 s8 }
    }
    \repeat volta 2 {
      c2 f2 |
      g8 s8 s8 s8 c4 s8 s8 |
      f8 s8 s8 s8 d8:m s8 s8 s8
    }
    \alternative {
      {g8 s8 s8 s8 s8 s8 s8 s8 }
      {g4. s8 s8 s8 s8 s8 }
    }
    \repeat volta 2 {
      f4 s8 s4 s8 g4 |
      s8 s4 s8 s8 s8 s8 s8 |
      s8 s8 s8 s8 |
      f8 s8 s8 s8 c8 s8 s8 s8 | \barNumberCheck #20
      g8 s4 s8 s4 s8 s8 |
      g4:m s8 s8 f8 s8 s8 s8 |
      g8:m s8 s8 s8 f8 s16 s16 s8 s8 |
      g8:m s8 s8 s8 s8 s8 s8 s8
    }
    \alternative {
      {s8 s8 s8 s8 s4 s8 s8 }
      {d1:7 }
    }
}

\score {
  <<
    \new ChordNames {  \theChords }
    \new Staff {\theMelody }
  >>
}