\version "2.19.46"
\pointAndClickOff
\header {
encodingsoftware = "MuseScore 2.0.2"
encodingdate = "2016-09-07"
title = "The Top Of The Hill"
}
theMelody = \relative g' {
\clef "treble" \key g \major \numericTimeSignature\time 4/4 \repeat
volta 2 {
| \tempo 4=160 | g4. a8 \once \omit TupletBracket
\times 2/3 {
b8 c8 b8 }
a8 fis8 | g4 e4 d2 | e8 fis8 g8 e8 g4 fis4 | e8 fis8 g8 e8 a4. d,8 | g4. a8 \once \omit TupletBracket
\times 2/3 {
b8 c8 b8 }
a8 fis8 | g4 e4 d8 e8 fis8 d8 | e8 fis8 g8 e8 a8 d,8 fis8 d8 | g2. d4 }
\repeat volta 2 {
| g8 a8 b8 d8 e8 d8 c8 b8 | \barNumberCheck #10
c8 b8 a8 g8 fis8 d8 e8 fis8 | a8 d,8 b'8 d,8 c'8 d,8 b'8 d,8 | a'8 b8 a8 g8 fis8 d8 e8 fis8 | g8 d8 g8 b8 c8 g8 c8 e8 | d8 e8 fis8 d8 g4 fis8 e8 | d8 c8 b8 a8 d,4 fis8 d8 | g2. \parenthesize d4 }
}
theChords = \chordmode {
\repeat volta 2 {
| g4.:5 s8 d8*2/3:5 s1*1/12 s1*1/12 s8 s8 | c4:5 s4 d2:5 | e8:m s8 s8 s8 b4:7 s4 | e8:m s8 s8 s8 d4.:5 s8 | g4.:5 s8 d8*2/3:5 s1*1/12 s1*1/12 s8 s8 | c4:5 s4 d8:5 s8 s8 s8 | c8:5 s8 s8 s8 d8:5 s8 s8 s8 | g2.:5 s4 }
\repeat volta 2 {
| g8:5 s8 s8 s8 c8:5 s8 s8 s8 | \barNumberCheck #10
a8:m s8 s8 s8 d8:5 s8 s8 s8 | s8 s8 s8 s8 s8 s8 s8 s8 | d8:7 s8 s8 s8 s8 s8 s8 s8 | g8:5 s8 s8 s8 c8:5 s8 s8 s8 | d8:5 s8 s8 s8 e4:m s8 s8 | c8:5 s8 s8 s8 d4:5 s8 s8 | g2.:5 s4 }
}
\include "tune-book-format.ily"
\score {
<<
\new ChordNames { \theChords }
\new Staff { \theMelody }
>>
}