\version "2.19.61"
\pointAndClickOff
\header {
encodingsoftware = "MuseScore 2.1.0"
title = "Inisheer"
composer = "Thomas Walsh"
piece = \markup { \tiny "dot 8th notes"}
encodingdate = "2017-10-19"
tagline = ""
}
\include "msJazz.ly"
theMelody = \relative b' {
\clef "treble" \key g \major
\time 3/4
\set Timing.beamExceptions = #'()
\set Timing.baseMoment = #(ly:make-moment 1/4)
\set Timing.beatStructure = 1,1,1
\override Score.MetronomeMark.self-alignment-X = #1.3
\tempo 4=95
\repeat volta 2 {
b4. a8 b8 d8 |
b4. a8 b8 d8 |
e,4. b'8 a8 b8 |
d,4. b'8 a8 g8 |
b4. a8 b8 d8 |
b4. a8 b8 d8 |
g,4. b8 a16 g16 fis8
}
\alternative {
{g4. d8 g8 a8 }
{g4. a8 b8 d8 \bar "||"}
}
e4. fis8 e8 d8 |
b4. a8 b8 d8 |
e8 fis8 e8 d8 b16 c16 d8 |
e4. a,8 b8 d8 |
e4. fis8 e8 d8 |
b4. a8 b8 d8 |
g,4. b8 a16 g16 fis8 |
g4. a8 b8 d8 |
e4. fis8 e8 d8 |
b4. a8 b8 d8 |
g8 fis8 e8 d8 b16 c16 d8 |
e4. a,8 b8 d8 |
e4. fis8 e8 d8 |
b4. a8 b8 d8 |
g,4. b8 a16 g16 fis8 |
g2. \bar "|."
}
theChords = \chordmode {
\repeat volta 2 {
g2. s c d
g e:m c2 d4
}
\alternative {
{g2.}
{g2.}
}
c2. e:m c2 d4 c2.
s2. g c2 d4 g2.
c2. e:m c2 d4 c2.
s2. g c2 d4 g2.
}
\score {
<<
\new ChordNames { \theChords }
\new Staff { \theMelody }
>>
}