From b0eb97534a96f81d78541cf0f5c081dad9b3140b Mon Sep 17 00:00:00 2001 From: "benjamin.coudrin" Date: Thu, 4 Aug 2011 18:03:56 +0000 Subject: [PATCH] --- lilypond/The_furze_in_bloom.ly | 12 +++++++- lilypond/britches_full_of_stitches.ly | 21 ++++++++++++++ lilypond/castleisland_polka.ly | 29 +++++++++++++++++++ .../Traditional/Britches_Full_Of_Stitches.sg | 1 + songs/Traditional/Castleisland_Polka.sg | 1 + 5 files changed, 63 insertions(+), 1 deletion(-) create mode 100644 lilypond/britches_full_of_stitches.ly create mode 100644 lilypond/castleisland_polka.ly diff --git a/lilypond/The_furze_in_bloom.ly b/lilypond/The_furze_in_bloom.ly index b8664ab..eea8896 100644 --- a/lilypond/The_furze_in_bloom.ly +++ b/lilypond/The_furze_in_bloom.ly @@ -1,7 +1,16 @@ \include "header" -\paper{paper-height = 8\cm} +\paper{paper-height = 8.5\cm} { +<< + \chords { + \override ChordName #'font-size = #-1 + \frenchChords + \repeat volta 2 {b2.:m d2. e2.:m fis2.:m b2.:m e4.:m fis4.:m e2.:m} + \alternative { {fis2.:m} {fis4.:m e4.:m} } + \repeat volta 2 {e2.:m b2.:m d2. fis2.:m e2.:m b2.:m e2.:m } + \alternative { {fis2.:m} {fis4.:m e4.:m} } + } \relative c' { \time 6/8 \key d \major @@ -12,4 +21,5 @@ e4. e8 fis fis e8 d b d4. e8 d b b8 a fis} \alternative { {a8 fis d e4 d'8} {a8 fis d e4.} } } +>> } diff --git a/lilypond/britches_full_of_stitches.ly b/lilypond/britches_full_of_stitches.ly new file mode 100644 index 0000000..2af1d9e --- /dev/null +++ b/lilypond/britches_full_of_stitches.ly @@ -0,0 +1,21 @@ +\include "header" +\paper{paper-height = 6.4\cm} + +{ + +<< + \chords { + \frenchChords + \repeat volta 2 {a4 r4 r2 r2 e4 r4 a4 r4 r2 r2 d4 r4} + \repeat volta 2 {a4 r4 r2 r2 e4 r4 a4 r4 r2 r2 d4 r4} + } + + \relative c' + { + \time 2/4 \key a \major + \repeat volta 2 {a'8. b16 cis8 a b8 a cis8 a a8. b16 cis8 a b8 a fis8 e a8. b16 cis8 a b8 a cis8 e a,8. b16 a8 fis fis8 e e4} + \repeat volta 2 {e'8. fis16 e8 cis b8 a b8 cis e8. fis16 e8 cis b8 a fis4 e'8. fis16 e8 cis b8 a b8 cis a8. b16 a8 fis fis8 e e4} + } +>> + +} diff --git a/lilypond/castleisland_polka.ly b/lilypond/castleisland_polka.ly new file mode 100644 index 0000000..68ce4d3 --- /dev/null +++ b/lilypond/castleisland_polka.ly @@ -0,0 +1,29 @@ +\include "header" +\paper{paper-height = 6.6\cm} + +{ + +<< + \chords { + \frenchChords + \partial 16 r16 + \repeat volta 2 {d4 g4 d2 a2 d2 d4 g4 d2 a2} + \alternative{{d2}{d2}} + \repeat volta 2 {d4 g4 d2 a2 d2 d4 g4 d2 a2} + \alternative{{d2}{d2}} + } + + \relative c' + { + \time 2/4 \key d \major + \partial 16 fis16 + \repeat volta 2 {a8 d b8 a d,8 fis fis8 e16 d cis8 e g8 e b'8 a fis8. g16 + a8 d b8 a d,8 fis fis8 e16 d cis8 e g8 c,} + \alternative{ {e8 d d8. fis16} {e8 d d4} } + \repeat volta 2 {fis4 g4 b8 a fis8 d a'8 b16 a g8 e b'8 a fis8 d + fis4 g4 b8 a fis8 d a'8 b16 a g8 cis,} + \alternative{ {e8 d d8 f} {e8 d d4} } + } +>> + +} diff --git a/songs/Traditional/Britches_Full_Of_Stitches.sg b/songs/Traditional/Britches_Full_Of_Stitches.sg index 4592b4c..109a2d9 100644 --- a/songs/Traditional/Britches_Full_Of_Stitches.sg +++ b/songs/Traditional/Britches_Full_Of_Stitches.sg @@ -2,5 +2,6 @@ \songcolumns{2} \beginsong{Britches Full Of Stitches}[by=Traditional] +\lilypond{britches_full_of_stitches} \endsong \ No newline at end of file diff --git a/songs/Traditional/Castleisland_Polka.sg b/songs/Traditional/Castleisland_Polka.sg index 783122b..28c5b6d 100644 --- a/songs/Traditional/Castleisland_Polka.sg +++ b/songs/Traditional/Castleisland_Polka.sg @@ -2,5 +2,6 @@ \songcolumns{2} \beginsong{Castleisland Polka}[by=Traditional] +\lilypond{castleisland_polka} \endsong \ No newline at end of file