\version "2.19.61"
\pointAndClickOff
\include "msJazz.ly"
\header {
encodingsoftware = Sibelius
composer = "Matiss Schubert"
title = "Wallaby On The Track"
tagline = ""
}
theMelody = \relative e' {
\clef "treble" \key g \major
\numericTimeSignature\time 4/4
\repeat volta 2 {
e4. d8 c d e g | fis e fis g a d, \times 2/3 {d d d } |
b' a b c d g, \times 2/3 {g g g } |
}
\alternative {
{a b a fis g4 g8 fis | }
{a b a fis g a b c | \break}
}
\repeat volta 2 {
d4. c8 b c d dis |
e c c b c4 c8 b |
a b a fis d fis a c |
d b b a b4 b8 a |\break
g4 g8 fis e fis g b |
c a a g a4 a8 g |
fis8 g8 fis8 e8 d8 fis8 a8 c8 |
}
\alternative {
{b8 g8 g8 fis8 g4 b8 c8 | }
{b g g fis g4 a8 b | \break }
}
\repeat volta 2 {
c2 b |
a8 d, fis a d, fis a c |
b2 a2 |
g8 b, d g b, d g b |\break
a2 g |
fis8 g fis e d4 d'8 c |
b c b g \times 2/3 {a b a } fis a |
}
\alternative {
{g4 g8 g g4 a8 b}
{g4 g8 g g4 b8 c }
}
\repeat volta 2 {
d8 g g fis g d b c |
d g g fis g4 e8 d |
e a a g a g e g |
e a a gis a4 g!8 e | \break
d g g fis g d b c |
d g g fis g4 e8 d |
b c b g \times 2/3 {a b a } fis a |
}
\alternative {
{g4 g8 g g4 b8 c }
{g4 g8 g g2 \break}
}
}
theChords = \chordmode{
\repeat volta 2 {
c2 s d s g s
}
\alternative {
{d g}
{d g}
}
\repeat volta 2 {
g s c s d s g s
e:m s a:m s d s
}
\alternative {
{g s}
{g s}
}
\repeat volta 2 {
c g d s g d g s
d a:7 d s g d
}
\alternative {
{g s}
{g s}
}
\repeat volta 2 {
g s s s a:m s s s
g s s s g d
}
\alternative {
{g s}
{g s \bar "|."}
}
}
\markup { \vspace #0.1 ""}
\score {
<<
\new ChordNames { \theChords }
\new Staff {\theMelody }
>>
}