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

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

theMelody =  \relative cis'' {
    \repeat volta 2 {
        \clef "treble" \key d \major \numericTimeSignature\time 4/4 | % 1
        \tempo 4=130 | % 1
        cis8 d8 a8 fis8 b4 a8 fis8 | % 2
        e8 fis8 g8 a8 fis4 e4 | % 3
        cis'8 d8 a8 fis8 b4 a8 fis8 | % 4
        e4 fis4 g8 a8 b8 cis8 | \break % 5
        d8 fis8 e8 d8 b4 d8 b8 | % 6
        a8 ^ "(F#m)" fis8 e8 d8 e4 ^ "(Em)" fis8 e8 | % 7
        d4 e8 fis8 g4 fis8 e8 }
    \alternative { {
            | % 8
            cis4 d8 e8 d4. a'8 }
        {
            | % 9
            cis,4 d8 e8 d4. e'8 \break }
        } \repeat volta 2 {
        | \barNumberCheck #10
        fis8 e8 d8 a8 b2 ~ | % 11
        b8 g8 a8 b8 cis8 d8 e8 fis8 | % 12
        g8 fis8 g8 a8 e2 ~ | % 13
        e8 a,8 b8 cis8 d8 e8 fis8 g8 | \break % 14
        fis8 e8 d8 a8 b2 ~ | % 15
        b8 g8 a8 b8 cis8 d8 e8 cis8 | % 16
        d4 e8 fis8 g4 fis8 e8 }
    \alternative { {
            | % 17
            cis4 d8 e8 d4. e8 }
        {
            | % 18
            cis4 d8 e8 d2  \bar "|." \break }
        } }

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



% The score definition
% startdef

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