From e0b2d37afd6b0c745084c12b4608c905a8d92ccd Mon Sep 17 00:00:00 2001 From: "benjamin.coudrin" Date: Wed, 17 Aug 2011 23:02:03 +0000 Subject: [PATCH] Drowsy maggie --- lilypond/drowsy_maggie.ly | 16 ++++++++++++++++ songs/Traditional/Drowsy_Maggie.sg | 3 ++- 2 files changed, 18 insertions(+), 1 deletion(-) create mode 100644 lilypond/drowsy_maggie.ly diff --git a/lilypond/drowsy_maggie.ly b/lilypond/drowsy_maggie.ly new file mode 100644 index 0000000..b04419d --- /dev/null +++ b/lilypond/drowsy_maggie.ly @@ -0,0 +1,16 @@ +\include "header" +\paper{paper-height = 5\cm} + +{ + +<< + \relative c' + { + \time 4/4 \key d \major + \repeat volta 2 {e4 b'8 e, d'8 e, b' e, e4 b'8 e, a8 fis d fis e4 b'8 e, d'8 e, b' e, b'8 a b cis d8 a fis d} + d'4 fis8 d cis4 e8 cis d8 e fis g a8 fis g e d4 fis8 d cis4 e8 cis b8 a b cis d8 a fis a + d4 fis8 d cis4 e8 cis d8 e fis g a8 fis g e a8 fis g e fis8 d e cis b8 a b cis d8 a fis d + } +>> + +} diff --git a/songs/Traditional/Drowsy_Maggie.sg b/songs/Traditional/Drowsy_Maggie.sg index 7595e92..cd42125 100644 --- a/songs/Traditional/Drowsy_Maggie.sg +++ b/songs/Traditional/Drowsy_Maggie.sg @@ -2,5 +2,6 @@ \songcolumns{2} \beginsong{Drowsy Maggie}[by=Traditional] +\lilypond{drowsy_maggie} -\endsong \ No newline at end of file +\endsong