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

\header {
    encodingsoftware =  "MuseScore 2.0.2"
    encodingdate =  "2016-09-07"
    %composer =  "Matiss Schubert    "
    title =  "The Top Of The Hill"
    }

theMelody =  \relative g' {
    \clef "treble" \key g \major \numericTimeSignature\time 4/4 \repeat
    volta 2 {
        | % 1
        \tempo 4=160 | % 1
        g4. a8 \once \omit TupletBracket
        \times 2/3  {
            b8 c8 b8 }
        a8 fis8 | % 2
        g4 e4 d2 | % 3
        e8 fis8 g8 e8 g4 fis4 | % 4
        e8 fis8 g8 e8 a4. d,8 | % 5
        g4. a8 \once \omit TupletBracket
        \times 2/3  {
            b8 c8 b8 }
        a8 fis8 | % 6
        g4 e4 d8 e8 fis8 d8 | % 7
        e8 fis8 g8 e8 a8 d,8 fis8 d8 | % 8
        g2. d4 }
    \repeat volta 2 {
        | % 9
        g8 a8 b8 d8 e8 d8 c8 b8 | \barNumberCheck #10
        c8 b8 a8 g8 fis8 d8 e8 fis8 | % 11
        a8 d,8 b'8 d,8 c'8 d,8 b'8 d,8 | % 12
        a'8 b8 a8 g8 fis8 d8 e8 fis8 | % 13
        g8 d8 g8 b8 c8 g8 c8 e8 | % 14
        d8 e8 fis8 d8 g4 fis8 e8 | % 15
        d8 c8 b8 a8 d,4 fis8 d8 | % 16
        g2. \parenthesize d4 }
    }

theChords =  \chordmode {
    \repeat volta 2 {
        | % 1
        g4.:5 s8 d8*2/3:5 s1*1/12 s1*1/12 s8 s8 | % 2
        c4:5 s4 d2:5 | % 3
        e8:m s8 s8 s8 b4:7 s4 | % 4
        e8:m s8 s8 s8 d4.:5 s8 | % 5
        g4.:5 s8 d8*2/3:5 s1*1/12 s1*1/12 s8 s8 | % 6
        c4:5 s4 d8:5 s8 s8 s8 | % 7
        c8:5 s8 s8 s8 d8:5 s8 s8 s8 | % 8
        g2.:5 s4 }
    \repeat volta 2 {
        | % 9
        g8:5 s8 s8 s8 c8:5 s8 s8 s8 | \barNumberCheck #10
        a8:m s8 s8 s8 d8:5 s8 s8 s8 | % 11
        s8 s8 s8 s8 s8 s8 s8 s8 | % 12
        d8:7 s8 s8 s8 s8 s8 s8 s8 | % 13
        g8:5 s8 s8 s8 c8:5 s8 s8 s8 | % 14
        d8:5 s8 s8 s8 e4:m s8 s8 | % 15
        c8:5 s8 s8 s8 d4:5 s8 s8 | % 16
        g2.:5 s4 }
    }
% The score definition
% startdef

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