From fd1a15b95352d50b2f780b19fdf469ba2b9627c8 Mon Sep 17 00:00:00 2001 From: "benjamin.coudrin" Date: Sat, 20 Aug 2011 09:12:04 +0000 Subject: [PATCH] Kerry polka --- lilypond/kerry_polka.ly | 15 +++++++++++++++ songs/Traditional/Kerry_Polka.sg | 3 ++- 2 files changed, 17 insertions(+), 1 deletion(-) create mode 100644 lilypond/kerry_polka.ly diff --git a/lilypond/kerry_polka.ly b/lilypond/kerry_polka.ly new file mode 100644 index 0000000..56a6878 --- /dev/null +++ b/lilypond/kerry_polka.ly @@ -0,0 +1,15 @@ +\include "header" +\paper{paper-height = 4.2\cm} + +{ + +<< + \relative c' + { + \time 2/4 \key d \major + \repeat volta 2 {fis'8 a, b8 a fis'8 a, b8 a d4 e8. fis16 e8 d b8 a fis'8 a, b8 a fis'8 a, b8 a d4 e8. fis16 e8 d d4} + \repeat volta 2 {fis8 a fis8. e16 e8 d b8 a d4 e8. fis16 e8 d b8 a fis'8 a fis8. e16 e8 d b8 a d4 e8. fis16 e8 d d4} + } +>> + +} diff --git a/songs/Traditional/Kerry_Polka.sg b/songs/Traditional/Kerry_Polka.sg index eb876d7..3c5bcfd 100644 --- a/songs/Traditional/Kerry_Polka.sg +++ b/songs/Traditional/Kerry_Polka.sg @@ -2,5 +2,6 @@ \songcolumns{2} \beginsong{Kerry Polka}[by=Traditional] +\lilypond{kerry_polka} -\endsong \ No newline at end of file +\endsong