\version "2.19.61"
% automatically converted by musicxml2ly from old-bedford.xml
\pointAndClickOff

\header {
    encodingsoftware =  "MuseScore 2.1.0"
    %opus =  "Transcribed by Matiss Schubert"
    encodingdate =  "2017-10-17"
    source =  "Richard Blaustein's 1982 recording i found on soundcloud"
    title =  "Old Bedford"
    composer = "Oldtime"
    tagline = ""
}
\include "msJazz.ly"

theMelody =  \relative b' {
    \clef "treble" \key g \major
    \numericTimeSignature\time 4/4
    \repeat volta 2 {
      b2 g2 |
      b8 a8 b8 c8 d4 c8 b8 |
      a2 fis2 |
      a8 g8 a8 b8 c4 b8 a8 |
      b2 g2 |
      b8 a8 b8 c8 d4 c8 b8 |
      a4 a8 b8 c8 b8 a4 }
    \alternative {
      {g4 g2. }
      {g4 g2 e'8 fis8 }
    }
    \repeat volta 2 {
      g4 e4 d8 b8 a8 c8 |
      b4 g2 g'8 g8 |
      a4. a8 a8 b8 a8 g8 |
      fis8 g8 fis8 e8 d4 d4 |
      e4. fis8 e4 e8 fis8 |
      g8 fis8 g8 fis8 e4 d4 ~ |
      d4 d8 b8 c8 b8 a4
    }
    \alternative {
      {g4 g2 e'8 fis8 }
      {g,4 g2. \bar "|." }
    }
}

theChords =  \chordmode {
    \repeat volta 2 {
      g1 s d s
      g s d
    }
    \alternative {
      {g1 }
      {g1 }
    }
    \repeat volta 2 {
      g s d s
      c s d
    }
    \alternative {
      {g1 }
      {g1}
    }
  }

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