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

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

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

theChords =  \chordmode {
    \repeat volta 2 {
        | % 1
        g4.:5 s8 s4 s8 s8 | % 2
        c4:5 s8 s8 s8 s8 s8 s8 | % 3
        d4.:5 s8 s4 s8 s8 | % 4
        s4 s1*1/12 s1*1/12 s1*1/12 s8 s8 s8 s8 | % 5
        g4.:5 s8 s4 s8 s8 | % 6
        c4:5 s8 s8 s8 s8 s8 s8 | % 7
        d4:5 s8 s8 s4 s8 s8 | % 8
        s8 s8 s8 s8 g2:5 }
    \repeat volta 2 {
        | % 9
        g4.:5 s8 s4 s8 s8 | \barNumberCheck #10
        e4:m s8 s8 s8 s8 s8 s8 | % 11
        c4.:5 s8 s8 s8 s8 s8 | % 12
        d4:5 s1*1/12 s1*1/12 s1*1/12 s8 s8 s8 s8 | % 13
        g4:5 s1*1/12 s1*1/12 s1*1/12 s8 s8 s8 s8 | % 14
        a4:m s1*1/12 s1*1/12 s1*1/12 s8 s8 s8 s8 | % 15
        d8:5 s8 s8 s8 s4 s8 s8 | % 16
        s8 s8 s8 s8 g2:5 }
    }



% The score definition
% startdef

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