\version "2.19.46"
\pointAndClickOff
\header {
encodingsoftware = "MuseScore 2.0.2"
encodingdate = "2016-09-06"
title = "The Cook From Tallarook"
}
theMelody = \relative a' {
\clef "treble" \key g \major \numericTimeSignature\time 4/4 \repeat
volta 2 {
| \tempo 4=200 | a4 d,4 d4 a'8 b8 | a4 g4 c4. b8 | a4 d,4 d4 g8 fis8 | e4 fis4 g4. b8 | a4 d,4 d4 a'8 b8 | a4 g4 c4. a8 | d8 e8 d8 c8 b8 c8 b8 a8 | g4 e4 c'4. b8 }
\repeat volta 2 {
| a4 d8 e8 d4 d8 c8 | \barNumberCheck #10
e,4 fis4 g4 e'8 fis8 | e4 e8 fis8 e4 d8 cis8 | b4 cis4 d4 e8 fis8 | g4 g8 fis8 e4 e8 d8 | c4 c8 b8 a4 a8 g8 | fis8 g8 fis8 e8 d8 e8 fis8 g8 | a4 g4 c4. b8 }
}
theChords = \chordmode {
\repeat volta 2 {
d2 s | s c | d s | c g |
d s | s c | d g | c s
}
\repeat volta 2 {
d s | c s | a s | g4 a d2 |
e:m s | c a:m | d s | s c |
}
}
\include "tune-book-format.ily"
\score {
<<
\new ChordNames { \theChords }
\new Staff { \theMelody }
>>
}