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

\header {
    subtitle =  "(A Night at Daisy Park)"
    encodingdate =  "2017-10-19"
    title =  "The Old Concertina"
    source =  "as recorded by The Old Aussie Band "
    composer =  "Neil McCann Dave de Santi, John Harpley"
    tagline = ""
    encodingsoftware =  "MuseScore 2.1.0"
    }
\include "msJazz.ly"
theMelody =  \relative g' {
    \clef "treble" \key d \major
    \time 3/4
    \tempo 4=140
    \partial 4
    g4 \bar "||"
    a4 fis4 a4 |
    g2 e8 g8 |
    fis4 d4. fis8 |
    e4 cis4 a4 |
    d4 cis4 d4 |
    e8 e8 fis4 g4 |
    a2 g8 fis8 |
    e2 fis8 g8 |
    a4 fis4 a4 |
    g4 e4 g4 |
    fis4 d4 fis4 |
    e4 cis4 a4 |
    d2 e8 fis8 |
    g2 fis8 e8 |
    d4 d4 e4 |
    d2 cis8 d8 \bar "||"
    e4 e4 d4 |
    cis2 a4 |
    d4 d4 e4 |
    fis4 d4. fis8 |
    g4 a4 b4 |
    a4 fis4. g8 |
    a4 g4 fis4 |
    e2 a4 |
    fis4 g4 a4 |
    b,4 cis4 d4 |
    cis4 d4 e4 |
    d4 e4 fis4
    g4 e4 d4 |
    cis4 d4 e4 |
    d4 d4 e4 |
    d2. \bar "|."
  }

theChords =  \chordmode {
    \partial 4
    s4 |
    d2. a b:m a
    d a d a
    d a b:m a
    d a:7 g d \bar "||"
    a s d s
    g d s a:7
    fis:7 g a:7 b:m
    g a:7 bes2 a4 d2.
  }
  \score {
    <<
      \new ChordNames { \theChords }
      \new Staff { \theMelody }
    >>
  }