\version "2.19.46"
\pointAndClickOff
\header {
encodingsoftware = "MuseScore 2.0.2"
encodingdate = "2016-09-07"
title = "The Row Of Books"
}
theMelody = \relative f' {
\repeat volta 2 {
\clef "treble" \key c \major \time 6/8 | \tempo 4.=90 | f4 f8 ~ f8 e8 d8 | f8 g8 f8 f8 e8 d8 | e4 e8 ~ e8 d8 c8 | e8 g8 e8 e8 d8 c8 }
\alternative { {
| f4 f8 ~ f8 e8 d8 | f8 g8 f8 f8 e8 d8 | c4 e8 e8 d8 c8 | d4. ~ d4 e8 }
{
| f4 f8 ~ f8 e8 f8 | \barNumberCheck #10
g4 g8 ~ g8 f8 g8 | a4 a8 ~ a8 f8 a8 | b4. d4. }
} \repeat volta 2 {
| c8 d8 e8 d8 c8 a8 | g8 e8 g8 a4 g8 | c8 d8 e8 d8 c8 a8 | d4. d8 c8 b8 | c8 d8 e8 d8 c8 a8 | g8 e8 g8 a4 g8 | c8 d8 e8 d8 c8 a8 }
\alternative { {
| \barNumberCheck #20
g4. ~ g4 g8 }
{
| g2. \bar "|."}
} }
theChords = \chordmode {
\repeat volta 2 {
| d4:m7 s8 s8 s8 s8 | s8 s8 s8 s8 s8 s8 | c4:5 s8 s8 s8 s8 | s8 s8 s8 s8 s8 s8 }
\alternative { {
| d4:m7 s8 s8 s8 s8 | s8 s8 s8 s8 s8 s8 | c4:5 s8 s8 s8 s8 | g4.:5 s4 s8 }
{
| d4:m7 s8 s8 s8 s8 | \barNumberCheck #10
e4:m7 s8 s8 s8 s8 | f4:5 s8 s8 s8 s8 | g4.:5 s4. }
} \repeat volta 2 {
| c8:5 s8 s8 f8:5 s8 s8 | c8:5 s8 s8 f4:5 s8 | c8:5 s8 s8 f8:5 s8 s8 | g4.:5 s8 s8 s8 | c8:5 s8 s8 f8:5 s8 s8 | c8:5 s8 s8 f4:5 s8 | c8:5 s8 s8 f8:5 s8 s8 }
\alternative { {
| \barNumberCheck #20
g4.:5 s4 s8 }
{
| g2.:5 }
} }
\include "tune-book-format.ily"
\score {
<<
\new ChordNames { \theChords }
\new Staff { \theMelody }
>>
}