\version "2.19.46"
\pointAndClickOff
\header {
encodingsoftware = "MuseScore 2.0.2"
encodingdate = "2016-09-07"
title = "A Trip To China Town"
}
theMelody = \relative c'' {
\repeat volta 2 {
\clef "treble" \key c \major \numericTimeSignature\time 4/4 | \tempo 4=160 | c8 b8 c8 d8 e8 g8 d8 e8 | a,4 a8 g8 a8 c8 a8 c8 | c8 b8 c8 d8 e8 g8 d8 e8 | a,4 a8 g8 a8 c8 a4 \break }
\repeat volta 2 {
| d4 c8 b8 g8 g'8 e8 d8 | c4 c8 b8 c8 d8 e8 c8 | d4 c8 b8 g8 g'8 e8 d8 | c4 c8 d8 c2 \break }
\repeat volta 2 {
| a,2 g2 | \barNumberCheck #10
a1 | d4 c8 d8 e8 e8 d8 c8 | d4 c8 d8 e4 c4 | \break a2 g2 | a1 | d4 c8 d8 e8 e8 d8 c8 | a1 \break }
}
theChords = \chordmode {
\repeat volta 2 {
| c8:5 s8 s8 s8 s8 s8 s8 s8 | a4:m s8 s8 s8 s8 s8 s8 | c8:5 s8 s8 s8 s8 s8 s8 s8 | a4:m s8 s8 s8 s8 s4 }
\repeat volta 2 {
| g4:5 s8 s8 s8 s8 s8 s8 | c4:5 s8 s8 s8 s8 s8 s8 | g4:5 s8 s8 s8 s8 s8 s8 | c4:5 s8 s8 s2 }
\repeat volta 2 {
| a2:m g2:5 | \barNumberCheck #10
a1:m | d4:5 s8 s8 s8 s8 s8 s8 | s4 s8 s8 s4 s4 | a2:m g2:5 | a1:m | d4:5 s8 s8 e8:5 s8 s8 s8 | a1:m }
}
\include "tune-book-format.ily"
\score {
<<
\new ChordNames { \theChords }
\new Staff { \theMelody }
>>
}