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

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

theMelody =  \relative a' {
    \repeat volta 2 {
        \clef "treble" \key d \major \numericTimeSignature\time 4/4 | % 1
        \tempo 4=120 | % 1
        a4. fis'8 fis8 g8 fis8 e8 | % 2
        b1 | % 3
        b4. d8 d8 e8 d8 b8 | % 4
        cis8 d8 e8 fis8 g8 fis8 e8 cis8 | % 5
        d4. fis8 fis8 g8 fis8 e8 | % 6
        b1 | % 7
        b4. d8 d8 e8 d8 b8 | % 8
        cis8 d8 e8 fis8 d2 }
    | % 9
    b4 cis4 d8 r8 r8 a'8 \repeat volta 2 {
        | \barNumberCheck #10
        a8 g8 fis8 e8 b4. a8 | % 11
        a2. r8 b'8 | % 12
        b8 a8 g8 fis8 e4. d8 | % 13
        d2. r8 a'8 | % 14
        a8 g8 fis8 e8 b4. a8 | % 15
        a2 a8 b8 cis8 d8 | % 16
        e8 fis8 e8 cis8 d2 }
    \alternative { {
            | % 17
            b4 cis4 d8 r8 r8 a'8 }
        {
            | % 18
            b,4 cis4 d4 e8 fis8 | % 19
            \time 2/4  | % 19
            e2  ^ "D.C."}
        }  \bar "|."
    }

theChords =  \chordmode {
    \repeat volta 2 {
        | % 1
        d4.:5 s8 s8 s8 s8 s8 | % 2
        g1:5 | % 3
        e4.:m s8 s8 s8 s8 s8 | % 4
        a8:5 s8 s8 s8 s8 s8 s8 s8 | % 5
        d4.:5 s8 s8 s8 s8 s8 | % 6
        g1:5 | % 7
        e4.:m s8 s8 s8 s8 s8 | % 8
        a8:5 s8 s8 s8 d2:5 }
    | % 9
    g4:5 a4:5 d8:5 s8 s8 s8 \repeat volta 2 {
        | \barNumberCheck #10
        s8 s8 s8 s8 g4.:5 s8 | % 11
        a2.:5 s8 s8 | % 12
        s8 s8 s8 s8 g4.:5 s8 | % 13
        d2.:5 s8 s8 | % 14
        s8 s8 s8 s8 g4.:5 s8 | % 15
        a2:5 s8 s8 s8 s8 | % 16
        s8 s8 s8 s8 d2:5 }
    \alternative { {
            | % 17
            g4:5 a4:5 d8:5 s8 s8 s8 }
        {
            | % 18
            g4:5 a4:5 d4:5 s8 s8 | % 19
            a2:5 }
        } }


% The score definition
% startdef

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