\version "2.19.46"
% automatically converted by musicxml2ly from build/conversions/Bill_Cheatham.xml
\pointAndClickOff
\include  "msJazz.ly"
\header {
    composer = "Spanish Jig"
    encodingsoftware =  "MuseScore 2.0.2"
    encodingdate =  "2016-08-02"
    title =  "Moon And Seven Stars"
    tagline = ""
}

theMelody =  \relative d'' {
    \time 6/8
    \clef "treble" \key d \major
    \repeat volta 2 {
        d4 a8 a g fis | g a b a4. |
        b8 cis d e fis g | fis e d cis b a |
        d4 a8 a g fis | g a b a4. |
        b8 cis d e fis g | a, d cis d4. |
    }
    \repeat volta 2 {
      e4 a,8 a b a | e' fis g fis4. |
      e8 fis g fis e d | cis d b a4. |
      b8 g b a fis a |b8 g b a fis a |
      b8 cis d e fis g | a, d cis d4. |
    }
}

theChords =  \chordmode {
  \repeat volta 2 {
    d4. s | g d | g s | d a |
    d s | g d | g s | a d |
  }
  \repeat volta 2 {
    a s | s d | a d | e:7 a |
    g d | g d | g s | a d |
  }
}


% The score definition
\score{
  <<
  \new ChordNames {\theChords}
  \new Staff {\theMelody}
  >>
}