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

\header {
    encodingsoftware =  "MuseScore 2.0.2"
    encodingdate =  "2016-09-07"
    subtitle =  "(who crawled from the forest)"
    %composer =  "Matiss Schubert    "
    title =  "The Man With The Cape"
    }

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

theChords =  \chordmode {
    \repeat volta 2 {
        | % 1
        a8:m s8 s8 g8:5 s8 s8 | % 2
        a8:m s8 s8 g4.:5 | % 3
        c8:5 s8 s8 s8 s8 s8 | % 4
        g4.:5 e4:5 s8 | % 5
        a8:m s8 s8 g8:5 s8 s8 | % 6
        a8:m s8 s8 g4.:5 | % 7
        c8:5 s8 s8 s8 s8 s8 | % 8
        e2.:5 }
    \repeat volta 2 {
        | % 9
        a8:m s8 s8 s8 s8 s8 | \barNumberCheck #10
        g8:5 s8 s8 f4.:5 | % 11
        a8:m s8 s8 g8:5 s8 s8 | % 12
        s8 s8 s8 c4.:5 | % 13
        a8:m s8 s8 s8 s8 s8 | % 14
        g8:5 s8 s8 f4.:5 | % 15
        a8:m s8 s8 g8:5 s8 s8 | % 16
        e8:5 s8 s8 a4.:m }
    | % 17
    a4.:m s4 s8 | % 18
    g4.:5 s4 s8 | % 19
    f8:5 s8 s8 a4.:m | \barNumberCheck #20
    e8:5 s8 s8 a4.:m | % 21
    a4.:m s4 s8 | % 22
    g4.:5 s4 s8 | % 23
    f8:5 s8 s8 e4.:5 | % 24
    s2. \bar "|."
    }



% The score definition
% startdef

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