diff --git a/music_booklet.lytex b/music_booklet.lytex index b33379b..1b2b30f 100644 --- a/music_booklet.lytex +++ b/music_booklet.lytex @@ -80,6 +80,11 @@ ~\\ ~\\ \input{lyrics/JohnnyIHardlyKnewYe.tex} + \chapter{The Kerry Recruit} + \lilypondfile[staffsize=18]{notes/KerryRecruit.ly} + ~\\ ~\\ + \input{lyrics/KerryRecruit.tex} + \chapter{MacPherson's Farewell} \lilypondfile[staffsize=18]{notes/MacPhersonsFarewell.ly} ~\\ ~\\ diff --git a/notes/KerryRecruit.ly b/notes/KerryRecruit.ly new file mode 100644 index 0000000..2786fb6 --- /dev/null +++ b/notes/KerryRecruit.ly @@ -0,0 +1,28 @@ +\version "2.16.0" + +\header { + %title = "The Kerry Recruit" + composer = "Traditional" +} + +<< + \chords {} + \relative d' + { + \time 6/8 + \key g \major + \partial 2 d4 d | + d8 g g g fis g | + a b a g4 g16 fis | + e8 e e a b g | + fis g e d4 d'16 (c) | + b8 b b d4 d16 c | + b8 b b d4 d16 c | + b8 b b d c b | + a8. b16 a8 a g a| + b b b b4 a8 | + g a g e4. | + d8 d' d d4 c8 | + b8. c16 a8 g4 r8 \bar "|." + } +>>