\version "2.19.61"
% automatically converted by musicxml2ly from la-reel-st-denis.xml
\pointAndClickOff

\header {
    encodingsoftware =  "MuseScore 2.1.0"
    source =  "matissschubert.com"
    encodingdate =  "2017-10-19"
    composer =  "As Played By Rosaire Laplante"
    title =  "Le Reel St Denis"
    tagline = ""
  }
\include "msJazz.ly"
theMelody =  \relative b' {
    \clef "treble" \key g \major
    \numericTimeSignature\time 4/4
    \override Score.MetronomeMark.self-alignment-X = #1
    \tempo 4=200 |
    \repeat volta 2 {
      b8 c8 d8 b8 g4 b4 |
      d,8 g8 b8 g8 a2 |
      a8 b8 c8 a8 fis4 a4 |
      d,8 fis8 a8 fis8 g2|
      b8 c8 d8 b8 g4 b4 |
      d,8 g8 b8 g8 a2 |
      a8 b8 c8 a8 fis4 a4 |
      d,8 fis8 a8 fis8 g2
    }
    \repeat volta 2 {
      g4 b8 d8 g4 g8 fis8 |
      e8 d8 c8 b8 a2
      fis8 a8 a8 fis8 d8 fis8 a8 fis8 |
      g8 a8 b8 c8 d2 |
      g,4 b8 d8 g4 g8 fis8 |
      e8 d8 c8 b8 a2
      fis8 a8 a8 fis8 d8 fis8 a8 c8 |
      b8 a8 fis8 d8 g2
    }
  }
  theChords = \chordmode {
    \repeat volta 2 {
      g2 s s d
      s s s g
      s s s d
      s s s g
    }
    \repeat volta 2 {
      g s s d
      s s g s
      s s s d
      s s s g
    }
  }
  \score {
    <<
      \new ChordNames { \theChords }
      \new Staff { \theMelody }
    >>
  }