\version "2.19.46"
% automatically converted by musicxml2ly from /home/matiss/Documents/music-notation/lilypond/books/The_Ryebread_Brick/build/conversions/Cook_From_Tallarook.xml
\pointAndClickOff

\header {
    encodingsoftware =  "MuseScore 2.0.2"
    encodingdate =  "2016-09-06"
    %composer =  "Matiss Schubert    "
    title =  "The Cook From Tallarook"
    }

theMelody =  \relative a' {
    \clef "treble" \key g \major \numericTimeSignature\time 4/4 \repeat
    volta 2 {
        | % 1
        \tempo 4=200 | % 1
        a4 d,4 d4 a'8 b8 | % 2
        a4 g4 c4. b8 | % 3
        a4 d,4 d4 g8 fis8 | % 4
        e4 fis4 g4. b8 | % 5
        a4 d,4 d4 a'8 b8 | % 6
        a4 g4 c4. a8 | % 7
        d8 e8 d8 c8 b8 c8 b8 a8 | % 8
        g4 e4 c'4. b8 }
    \repeat volta 2 {
        | % 9
        a4 d8 e8 d4 d8 c8 | \barNumberCheck #10
        e,4 fis4 g4 e'8 fis8 | % 11
        e4 e8 fis8 e4 d8 cis8 | % 12
        b4 cis4 d4 e8 fis8 | % 13
        g4 g8 fis8 e4 e8 d8 | % 14
        c4 c8 b8 a4 a8 g8 | % 15
        fis8 g8 fis8 e8 d8 e8 fis8 g8 | % 16
        a4 g4 c4. b8 }
    }

theChords =  \chordmode {
    \repeat volta 2 {
      d2 s | s c | d s | c g |
      d s | s c | d g | c s
    }
    \repeat volta 2 {
      d s | c s | a s | g4 a d2 |
      e:m s | c a:m | d s | s c |
    }
}


% The score definition
% startdef

\include "tune-book-format.ily"
\score {
  <<
    \new ChordNames { \theChords }
    \new Staff { \theMelody }
  >>
}