From babe2444b942beeaad52508e8f2670e5486c80ad Mon Sep 17 00:00:00 2001 From: "benjamin.coudrin" Date: Fri, 19 Aug 2011 16:41:55 +0000 Subject: [PATCH] --- lilypond/joe_cooley.ly | 18 ++++++++++++++++++ lilypond/john_ryan.ly | 18 ++++++++++++++++++ songs/Traditional/Joe_Cooley_s_Reel.sg | 3 ++- songs/Traditional/John_Ryan_s_Polka.sg | 3 ++- 4 files changed, 40 insertions(+), 2 deletions(-) create mode 100644 lilypond/joe_cooley.ly create mode 100644 lilypond/john_ryan.ly diff --git a/lilypond/joe_cooley.ly b/lilypond/joe_cooley.ly new file mode 100644 index 0000000..e46c277 --- /dev/null +++ b/lilypond/joe_cooley.ly @@ -0,0 +1,18 @@ +\include "header" +\paper{paper-height = 8\cm} + +{ + +<< + \relative c' + { + \time 4/4 \key e \minor + \repeat volta 2 {\partial 4 d4 e8 b' b a b4 e,8 b' b4 a8 b d8 b a g fis8 d a' d, b'8 d, a' d, fis8 d a' d, d'8 a fis d + e8 b' b a b4 e,8 b' b4 a8 b d8 e fis g a8 fis e cis d8 [b a fis] \partial 2. d8 e fis d e4} + \repeat volta 2 {\partial 4 g'8 fis e8 b b4 e8 fis g e e8 b b4 g'8 e d b a4 fis8 a d,8 a' fis a a4 fis8 a d8 e fis g + e8 b b4 e8 b g' b, e8 b b4 d8 e fis g a8 fis e cis d8 b a fis d8 e fis d e4} + + } +>> + +} diff --git a/lilypond/john_ryan.ly b/lilypond/john_ryan.ly new file mode 100644 index 0000000..0dd6735 --- /dev/null +++ b/lilypond/john_ryan.ly @@ -0,0 +1,18 @@ +\include "header" +\paper{paper-height = 4.2\cm} + +{ + +<< + \relative c' + { + \time 2/4 \key d \major + \repeat volta 2 {d'8 d b16 cis d b a8 fis e8 d d'8 d b16 cis d b a8 fis e4 + d'8 d b16 cis d b a8 fis a8 d fis8 d e8 cis d4 d4} + \repeat volta 2 {fis8 d d8 e16 fis g8 fis e8 d fis8 d d8 e16 fis g8 fis a4 + fis8 d d8 e16 fis g8 fis e8 d fis8 d e8 cis d4 d4} + + } +>> + +} diff --git a/songs/Traditional/Joe_Cooley_s_Reel.sg b/songs/Traditional/Joe_Cooley_s_Reel.sg index ffda05c..b55d729 100644 --- a/songs/Traditional/Joe_Cooley_s_Reel.sg +++ b/songs/Traditional/Joe_Cooley_s_Reel.sg @@ -2,5 +2,6 @@ \songcolumns{2} \beginsong{Joe Cooley's Reel}[by=Traditional] +\lilypond{joe_cooley} -\endsong \ No newline at end of file +\endsong diff --git a/songs/Traditional/John_Ryan_s_Polka.sg b/songs/Traditional/John_Ryan_s_Polka.sg index 337947b..2851f9a 100644 --- a/songs/Traditional/John_Ryan_s_Polka.sg +++ b/songs/Traditional/John_Ryan_s_Polka.sg @@ -2,5 +2,6 @@ \songcolumns{2} \beginsong{John Ryan's Polka}[by=Traditional] +\lilypond{john_ryan} -\endsong \ No newline at end of file +\endsong