From 1d28ae52b910b7acc8671f1a2e7c2a3cb1f8b5dd Mon Sep 17 00:00:00 2001 From: "benjamin.coudrin" Date: Sat, 20 Aug 2011 19:02:25 +0000 Subject: [PATCH] --- lilypond/cuz_teehans.ly | 15 +++++++++++++++ lilypond/mrs_crowleys.ly | 15 +++++++++++++++ lilypond/the_yellow_goat.ly | 15 +++++++++++++++ songbook.sb | 3 +++ songbook.tex | 3 +++ songs/Traditional/Cuz_Teehan_s.sg | 7 +++++++ songs/Traditional/Mrs_Crowley_s.sg | 7 +++++++ songs/Traditional/The_Yellow_Goat.sg | 7 +++++++ 8 files changed, 72 insertions(+) create mode 100644 lilypond/cuz_teehans.ly create mode 100644 lilypond/mrs_crowleys.ly create mode 100644 lilypond/the_yellow_goat.ly create mode 100644 songs/Traditional/Cuz_Teehan_s.sg create mode 100644 songs/Traditional/Mrs_Crowley_s.sg create mode 100644 songs/Traditional/The_Yellow_Goat.sg diff --git a/lilypond/cuz_teehans.ly b/lilypond/cuz_teehans.ly new file mode 100644 index 0000000..f2b4d4f --- /dev/null +++ b/lilypond/cuz_teehans.ly @@ -0,0 +1,15 @@ +\include "header" +\paper{paper-height = 5\cm} + +{ + +<< + \relative c' + { + \time 2/4 \key a \major + \repeat volta 2 {cis'4 b8 a fis8 a a8 b cis8 d16 cis b8 a cis8 fis e8 b cis4 b8 a fis8 a a8 b cis8 d16 cis b8 cis b8 a a4} + \repeat volta 2 {a'8. fis16 e8. fis16 e8 cis b8 a a'8. fis16 e8 cis b16 cis d8 e8 fis16 gis a8. fis16 e8. fis16 e8 cis b8 a cis8 d16 cis b8 cis b8 a a4} + } +>> + +} diff --git a/lilypond/mrs_crowleys.ly b/lilypond/mrs_crowleys.ly new file mode 100644 index 0000000..37646d2 --- /dev/null +++ b/lilypond/mrs_crowleys.ly @@ -0,0 +1,15 @@ +\include "header" +\paper{paper-height = 4.2\cm} + +{ + +<< + \relative c' + { + \time 2/4 \key g \major + \repeat volta 2 {d8 g e8 g16 e d8 g e8 g16 e d8 g a8 g16 a b8 a a4 d,8 g e8 g16 e d8 g e8 g16 e d8 g a8 g16 a b8 g g4} + \repeat volta 2 {d'8 b g'8 b, d8 b g'8 b, d8 b g'8 b, c8 a a4 d8 b g'8 b, d8 b g'8 b, g8 b a8 g16 a b8 g g4} + } +>> + +} diff --git a/lilypond/the_yellow_goat.ly b/lilypond/the_yellow_goat.ly new file mode 100644 index 0000000..5234ad1 --- /dev/null +++ b/lilypond/the_yellow_goat.ly @@ -0,0 +1,15 @@ +\include "header" +\paper{paper-height = 4.2\cm} + +{ + +<< + \relative c' + { + \time 2/4 \key g \major + \repeat volta 2 {d8 e g8 a b4 a8 g16 a b8 a a8 g16 a b8 a b8 d d,8 e g8 a b4 a8 g16 a b8 g g8 a b8 g g4} + \repeat volta 2 {e'8 d e8 g d4 c8 a b8 a a8 g16 a b8 a a8 d e8 d e8 g d4 c8 a b8 g g8 a b8 g g4} + } +>> + +} diff --git a/songbook.sb b/songbook.sb index e407868..da1eb1a 100644 --- a/songbook.sb +++ b/songbook.sb @@ -36,6 +36,7 @@ "Traditional/Castleisland_Polka.sg", "Traditional/Chattering_Magpie.sg", "Traditional/Cliffs_of_Moher.sg", + "Traditional/Cuz_Teehan_s.sg", "Traditional/Drowsy_Maggie.sg", "Traditional/Eireann_Mo_Ghra_Mo_Chroi.sg", "Traditional/Farewell_to_Tchernobyl.sg", @@ -57,6 +58,7 @@ "Traditional/Magpie_s_Nest.sg", "Traditional/Molly_Maguires.sg", "Traditional/Morrison_s_Jig.sg", + "Traditional/Mrs_Crowley_s.sg", "Traditional/Paddy_s_Return.sg", "Traditional/Pride_of_Petravore.sg", "Traditional/Rare_Old_Times.sg", @@ -68,6 +70,7 @@ "Traditional/The_Furze_in_Bloom_jig_.sg", "Traditional/The_Jug_of_Punch.sg", "Traditional/The_Wild_Rover.sg", + "Traditional/The_Yellow_Goat.sg", "Traditional/Up_In_The_Air.sg", "Traditional/Wedding_Polka.sg", "Traditional/Weile_Weile_Waile.sg", diff --git a/songbook.tex b/songbook.tex index cdd8f93..e10846a 100644 --- a/songbook.tex +++ b/songbook.tex @@ -82,6 +82,7 @@ \input{songs/Traditional/Castleisland_Polka.sg} \input{songs/Traditional/Chattering_Magpie.sg} \input{songs/Traditional/Cliffs_of_Moher.sg} +\input{songs/Traditional/Cuz_Teehan_s.sg} \input{songs/Traditional/Drowsy_Maggie.sg} \input{songs/Traditional/Eireann_Mo_Ghra_Mo_Chroi.sg} \input{songs/Traditional/Farewell_to_Tchernobyl.sg} @@ -103,6 +104,7 @@ \input{songs/Traditional/Magpie_s_Nest.sg} \input{songs/Traditional/Molly_Maguires.sg} \input{songs/Traditional/Morrison_s_Jig.sg} +\input{songs/Traditional/Mrs_Crowley_s.sg} \input{songs/Traditional/Paddy_s_Return.sg} \input{songs/Traditional/Pride_of_Petravore.sg} \input{songs/Traditional/Rare_Old_Times.sg} @@ -114,6 +116,7 @@ \input{songs/Traditional/The_Furze_in_Bloom_jig_.sg} \input{songs/Traditional/The_Jug_of_Punch.sg} \input{songs/Traditional/The_Wild_Rover.sg} +\input{songs/Traditional/The_Yellow_Goat.sg} \input{songs/Traditional/Up_In_The_Air.sg} \input{songs/Traditional/Wedding_Polka.sg} \input{songs/Traditional/Weile_Weile_Waile.sg} diff --git a/songs/Traditional/Cuz_Teehan_s.sg b/songs/Traditional/Cuz_Teehan_s.sg new file mode 100644 index 0000000..3998ab9 --- /dev/null +++ b/songs/Traditional/Cuz_Teehan_s.sg @@ -0,0 +1,7 @@ +\selectlanguage{english} +\songcolumns{2} +\beginsong{Cuz Teehan's}[by=Traditional] + +\lilypond{cuz_teehans} + +\endsong \ No newline at end of file diff --git a/songs/Traditional/Mrs_Crowley_s.sg b/songs/Traditional/Mrs_Crowley_s.sg new file mode 100644 index 0000000..1a5d954 --- /dev/null +++ b/songs/Traditional/Mrs_Crowley_s.sg @@ -0,0 +1,7 @@ +\selectlanguage{english} +\songcolumns{2} +\beginsong{Mrs Crowley's}[by=Traditional] + +\lilypond{mrs_crowleys} + +\endsong \ No newline at end of file diff --git a/songs/Traditional/The_Yellow_Goat.sg b/songs/Traditional/The_Yellow_Goat.sg new file mode 100644 index 0000000..accc348 --- /dev/null +++ b/songs/Traditional/The_Yellow_Goat.sg @@ -0,0 +1,7 @@ +\selectlanguage{english} +\songcolumns{2} +\beginsong{The Yellow Goat}[by=Traditional] + +\lilypond{the_yellow_goat} + +\endsong \ No newline at end of file