From efd9cc326fac1055a96f7ab68cde75f98f9f0beb Mon Sep 17 00:00:00 2001 From: "benjamin.coudrin" Date: Fri, 19 Aug 2011 16:02:16 +0000 Subject: [PATCH] finnish polka --- lilypond/finnish_polka.ly | 18 ++++++++++++++++++ songs/Traditional/Finnish_Polka.sg | 3 ++- 2 files changed, 20 insertions(+), 1 deletion(-) create mode 100644 lilypond/finnish_polka.ly diff --git a/lilypond/finnish_polka.ly b/lilypond/finnish_polka.ly new file mode 100644 index 0000000..84b32aa --- /dev/null +++ b/lilypond/finnish_polka.ly @@ -0,0 +1,18 @@ +\include "header" +\paper{paper-height = 5.5\cm} + +{ + +<< + \relative c' + { + \time 2/4 \key d \major + \repeat volta 2 {b'8. b16 b8 cis d8 b b8 d cis8 a a8 cis d16 cis b a b8 fis + b8. b16 b8 cis d8 b b4 e8 fis16 e d8 cis b4 b4} + \repeat volta 2 {fis'8. d16 d8 fis e8 cis cis8 d e8 fis16 e d8 cis b8 cis d8 e + fis8. d16 d8 fis e8 cis cis8 d e8 fis16 e d8 cis b4 b4} + + } +>> + +} diff --git a/songs/Traditional/Finnish_Polka.sg b/songs/Traditional/Finnish_Polka.sg index e943b40..e07f54d 100644 --- a/songs/Traditional/Finnish_Polka.sg +++ b/songs/Traditional/Finnish_Polka.sg @@ -2,5 +2,6 @@ \songcolumns{2} \beginsong{Finnish Polka}[by=Traditional] +\lilypond{finnish_polka} -\endsong \ No newline at end of file +\endsong