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

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

theMelody =  \relative f' {
    \repeat volta 2 {
        \clef "treble" \key c \major \time 6/8 | % 1
        \tempo 4.=90 | % 1
        f4 f8 ~ f8 e8 d8 | % 2
        f8 g8 f8 f8 e8 d8 | % 3
        e4 e8 ~ e8 d8 c8 | % 4
        e8 g8 e8 e8 d8 c8 }
    \alternative { {
            | % 5
            f4 f8 ~ f8 e8 d8 | % 6
            f8 g8 f8 f8 e8 d8 | % 7
            c4 e8 e8 d8 c8 | % 8
            d4. ~ d4 e8 }
        {
            | % 9
            f4 f8 ~ f8 e8 f8 | \barNumberCheck #10
            g4 g8 ~ g8 f8 g8 | % 11
            a4 a8 ~ a8 f8 a8 | % 12
            b4. d4. }
        } \repeat volta 2 {
        | % 13
        c8 d8 e8 d8 c8 a8 | % 14
        g8 e8 g8 a4 g8 | % 15
        c8 d8 e8 d8 c8 a8 | % 16
        d4. d8 c8 b8 | % 17
        c8 d8 e8 d8 c8 a8 | % 18
        g8 e8 g8 a4 g8 | % 19
        c8 d8 e8 d8 c8 a8 }
    \alternative { {
            | \barNumberCheck #20
            g4. ~ g4 g8 }
        {
            | % 21
            g2.  \bar "|."}
        } }

theChords =  \chordmode {
    \repeat volta 2 {
        | % 1
        d4:m7 s8 s8 s8 s8 | % 2
        s8 s8 s8 s8 s8 s8 | % 3
        c4:5 s8 s8 s8 s8 | % 4
        s8 s8 s8 s8 s8 s8 }
    \alternative { {
            | % 5
            d4:m7 s8 s8 s8 s8 | % 6
            s8 s8 s8 s8 s8 s8 | % 7
            c4:5 s8 s8 s8 s8 | % 8
            g4.:5 s4 s8 }
        {
            | % 9
            d4:m7 s8 s8 s8 s8 | \barNumberCheck #10
            e4:m7 s8 s8 s8 s8 | % 11
            f4:5 s8 s8 s8 s8 | % 12
            g4.:5 s4. }
        } \repeat volta 2 {
        | % 13
        c8:5 s8 s8 f8:5 s8 s8 | % 14
        c8:5 s8 s8 f4:5 s8 | % 15
        c8:5 s8 s8 f8:5 s8 s8 | % 16
        g4.:5 s8 s8 s8 | % 17
        c8:5 s8 s8 f8:5 s8 s8 | % 18
        c8:5 s8 s8 f4:5 s8 | % 19
        c8:5 s8 s8 f8:5 s8 s8 }
    \alternative { {
            | \barNumberCheck #20
            g4.:5 s4 s8 }
        {
            | % 21
            g2.:5 }
        } }



% The score definition
% startdef

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