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

\header {
    encodingsoftware =  "MuseScore 2.0.2"
    encodingdate =  "2016-09-07"
    %composer =  "Matiss Schubert    "
    title =  "A Trip To  China Town"
    }

theMelody =  \relative c'' {
    \repeat volta 2 {
        \clef "treble" \key c \major \numericTimeSignature\time 4/4 | % 1
        \tempo 4=160 | % 1
        c8 b8 c8 d8 e8 g8 d8 e8 | % 2
        a,4 a8 g8 a8 c8 a8 c8 | % 3
        c8 b8 c8 d8 e8 g8 d8 e8 | % 4
        a,4 a8 g8 a8 c8 a4 \break }
    \repeat volta 2 {
        | % 5
        d4 c8 b8 g8 g'8 e8 d8 | % 6
        c4 c8 b8 c8 d8 e8 c8 | % 7
        d4 c8 b8 g8 g'8 e8 d8 | % 8
        c4 c8 d8 c2 \break }
    \repeat volta 2 {
        | % 9
        a,2 g2 | \barNumberCheck #10
        a1 | % 11
        d4 c8 d8 e8 e8 d8 c8 | % 12
        d4 c8 d8 e4 c4 | \break % 13
        a2 g2 | % 14
        a1 | % 15
        d4 c8 d8 e8 e8 d8 c8 | % 16
        a1 \break }
    }

theChords =  \chordmode {
    \repeat volta 2 {
        | % 1
        c8:5 s8 s8 s8 s8 s8 s8 s8 | % 2
        a4:m s8 s8 s8 s8 s8 s8 | % 3
        c8:5 s8 s8 s8 s8 s8 s8 s8 | % 4
        a4:m s8 s8 s8 s8 s4 }
    \repeat volta 2 {
        | % 5
        g4:5 s8 s8 s8 s8 s8 s8 | % 6
        c4:5 s8 s8 s8 s8 s8 s8 | % 7
        g4:5 s8 s8 s8 s8 s8 s8 | % 8
        c4:5 s8 s8 s2 }
    \repeat volta 2 {
        | % 9
        a2:m g2:5 | \barNumberCheck #10
        a1:m | % 11
        d4:5 s8 s8 s8 s8 s8 s8 | % 12
        s4 s8 s8 s4 s4 | % 13
        a2:m g2:5 | % 14
        a1:m | % 15
        d4:5 s8 s8 e8:5 s8 s8 s8 | % 16
        a1:m }
    }



% The score definition
% startdef

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