\version "2.19.46"
\pointAndClickOff
\header {
encodingsoftware = "MuseScore 2.0.2"
encodingdate = "2016-09-07"
subtitle = "(who crawled from the forest)"
title = "The Man With The Cape"
}
theMelody = \relative a' {
\repeat volta 2 {
\clef "treble" \key c \major \time 6/8 | \tempo 4.=100 | a8 b8 c8 \grace { b8 ( c8 ) } b4 g8 | a8 b8 c8 d4. | c8 d8 e8 e8 d8 c8 | d4. c4 b8 | a8 b8 c8 \grace { b8 ( c8 ) } b4 g8 | a8 b8 c8 d4. | \breakc8 d8 e8 e8 d8 c8 | e2. }
\repeat volta 2 {
| a8 g8 a8 e8 c8 a8 | \barNumberCheck #10
d8 b8 g8 f4. | a8 b8 c8 d8 c8 d8 ~ | d8 c8 d8 e4. | \breaka8 g8 a8 e8 c8 a8 | d8 b8 g8 f4. | a8 b8 c8 d8 c8 d8 ~ | d8 c8 b8 a4. }
| a4. e4 a8 | g4. d4 g8 | f8 e8 d8 e4. | \barNumberCheck #20
d8 c8 b8 a4. | a'4. e4 a8 | g4. d4 g8 | f8 e8 d8 e4. ~ | e2. \bar "|."
}
theChords = \chordmode {
\repeat volta 2 {
| a8:m s8 s8 g8:5 s8 s8 | a8:m s8 s8 g4.:5 | c8:5 s8 s8 s8 s8 s8 | g4.:5 e4:5 s8 | a8:m s8 s8 g8:5 s8 s8 | a8:m s8 s8 g4.:5 | c8:5 s8 s8 s8 s8 s8 | e2.:5 }
\repeat volta 2 {
| a8:m s8 s8 s8 s8 s8 | \barNumberCheck #10
g8:5 s8 s8 f4.:5 | a8:m s8 s8 g8:5 s8 s8 | s8 s8 s8 c4.:5 | a8:m s8 s8 s8 s8 s8 | g8:5 s8 s8 f4.:5 | a8:m s8 s8 g8:5 s8 s8 | e8:5 s8 s8 a4.:m }
| a4.:m s4 s8 | g4.:5 s4 s8 | f8:5 s8 s8 a4.:m | \barNumberCheck #20
e8:5 s8 s8 a4.:m | a4.:m s4 s8 | g4.:5 s4 s8 | f8:5 s8 s8 e4.:5 | s2. \bar "|."
}
\include "tune-book-format.ily"
\score {
<<
\new ChordNames { \theChords }
\new Staff { \theMelody }
>>
}