diff --git a/lilypond/kesh_jig.ly b/lilypond/kesh_jig.ly new file mode 100644 index 0000000..60af61b --- /dev/null +++ b/lilypond/kesh_jig.ly @@ -0,0 +1,15 @@ +\include "header" +\paper{paper-height = 5\cm} + +{ + +<< + \relative c' + { + \time 6/8 \key g \major + \repeat volta 2 {g'4. g8 a b a4. a8 b d e8 d d g8 d d e8 d b d8 b a g8 a g g8 a b a8 b a a8 b d e8 d d g8 d d b8 a fis g4.} + \repeat volta 2 {b4 b8 d4 d8 e8 g e d8 b a b4 b8 d8 b g a8 b a a8 g a b8 a b d8 cis d e8 g e d8 b d g8 fis g a8 g a b8 g g g4.} + } +>> + +} diff --git a/songs/Traditional/Kesh_Jig.sg b/songs/Traditional/Kesh_Jig.sg index c1c4693..3d2a589 100644 --- a/songs/Traditional/Kesh_Jig.sg +++ b/songs/Traditional/Kesh_Jig.sg @@ -2,5 +2,6 @@ \songcolumns{2} \beginsong{Kesh Jig}[by=Traditional] +\lilypond{kesh_jig} -\endsong \ No newline at end of file +\endsong