From 263fd163f967ae904343d7532ffc1c5bc2e25406 Mon Sep 17 00:00:00 2001 From: "benjamin.coudrin" Date: Sat, 20 Aug 2011 09:28:20 +0000 Subject: [PATCH] --- lilypond/king_of_the_faeries.ly | 19 +++++++++++++++++++ songs/Traditional/King_of_The_Fairies.sg | 3 ++- 2 files changed, 21 insertions(+), 1 deletion(-) create mode 100644 lilypond/king_of_the_faeries.ly diff --git a/lilypond/king_of_the_faeries.ly b/lilypond/king_of_the_faeries.ly new file mode 100644 index 0000000..3686bf8 --- /dev/null +++ b/lilypond/king_of_the_faeries.ly @@ -0,0 +1,19 @@ +\include "header" +\paper{paper-height = 9\cm} + +{ + +<< + \relative c' + { + \time 4/4 \key b \minor + \repeat volta 2 {\partial 4 b4 e8 d e fis g8 fis g a b4 b4 g4 g8 a b4 e,4 e8 fis g e fis8 g fis e d4 b4 + e8 d e fis g8 fis g a b8 a g a d4. c8 b4 e,4 g8 [fis e d] \partial 2. e2.} + \repeat volta 2 {\partial 4 d'4 e4 e4 b8 d e fis g8 a g fis e4. fis8 e4 b4 b8 a b cis d8 e d cis b8 cis d b + e4 b4 b8 d e fis g8 a g fis e8 fis e d b8 d e g fis8 e d fis e2. e8 fis + g4. e8 fis4. d8 e8 d b cis d4. e8 d8 b a fis g8 a b cis d8 b a fis g8 fis e d + b4 e4 e8 fis g a b4 e4 e8 d e fis e4 b4 b8 [a g fis] \partial 2. e2.} + } +>> + +} diff --git a/songs/Traditional/King_of_The_Fairies.sg b/songs/Traditional/King_of_The_Fairies.sg index 1641d77..7f8559f 100644 --- a/songs/Traditional/King_of_The_Fairies.sg +++ b/songs/Traditional/King_of_The_Fairies.sg @@ -2,5 +2,6 @@ \songcolumns{2} \beginsong{King of The Fairies}[by=Traditional] +\lilypond{king_of_the_faeries} -\endsong \ No newline at end of file +\endsong