\version "2.19.46"
\pointAndClickOff
\header {
encodingsoftware = "MuseScore 2.0.2"
encodingdate = "2016-09-07"
title = "The Auspicious Oat"
}
theMelody = \relative cis'' {
\repeat volta 2 {
\clef "treble" \key d \major \numericTimeSignature\time 4/4 | \tempo 4=130 | cis8 d8 a8 fis8 b4 a8 fis8 | e8 fis8 g8 a8 fis4 e4 | cis'8 d8 a8 fis8 b4 a8 fis8 | e4 fis4 g8 a8 b8 cis8 | \break d8 fis8 e8 d8 b4 d8 b8 | a8 ^ "(F#m)" fis8 e8 d8 e4 ^ "(Em)" fis8 e8 | d4 e8 fis8 g4 fis8 e8 }
\alternative { {
| cis4 d8 e8 d4. a'8 }
{
| cis,4 d8 e8 d4. e'8 \break }
} \repeat volta 2 {
| \barNumberCheck #10
fis8 e8 d8 a8 b2 ~ | b8 g8 a8 b8 cis8 d8 e8 fis8 | g8 fis8 g8 a8 e2 ~ | e8 a,8 b8 cis8 d8 e8 fis8 g8 | \break fis8 e8 d8 a8 b2 ~ | b8 g8 a8 b8 cis8 d8 e8 cis8 | d4 e8 fis8 g4 fis8 e8 }
\alternative { {
| cis4 d8 e8 d4. e8 }
{
| cis4 d8 e8 d2 \bar "|." \break }
} }
theChords = \chordmode {
\repeat volta 2 {
| d8:5 s8 s8 s8 g4:5 s8 s8 | e8:m s8 s8 s8 a4:5 s4 | d8:5 s8 s8 s8 g4:5 s8 s8 | e4:m s4 a8:5 s8 s8 s8 | d8:5 s8 s8 s8 g4:5 s8 s8 | d8:5 s8 s8 s8 a4:5 s8 s8 | b4:m s8 s8 g4:5 s8 s8 }
\alternative { {
| a4:5 s8 s8 d4.:5 s8 }
{
| a4:5 s8 s8 d4.:5 s8 }
} \repeat volta 2 {
| \barNumberCheck #10
d8:5 s8 s8 s8 g2:5 | e8:m s8 s8 s8 a8:5 s8 s8 s8 | e8:m s8 s8 s8 a2:5 | s8 s8 s8 s8 s8 s8 s8 s8 | d8:5 s8 s8 s8 g2:5 | e8:m s8 s8 s8 a8:5 s8 s8 s8 | b4:m s8 s8 g4:5 s8 s8 }
\alternative { {
| a4:5 s8 s8 d4.:5 s8 }
{
| a4:5 s8 s8 d2:5 }
} }
\include "tune-book-format.ily"
\score {
<<
\new ChordNames { \theChords }
\new Staff { \theMelody }
>>
}