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