diff --git a/lilypond/cliffs_of_moher.ly b/lilypond/cliffs_of_moher.ly new file mode 100644 index 0000000..0248605 --- /dev/null +++ b/lilypond/cliffs_of_moher.ly @@ -0,0 +1,18 @@ +\include "header" +\paper{paper-height = 8\cm} + +{ + +<< + \relative c' + { + \time 6/8 \key g \major + \repeat volta 2 {a''4. b8 a g e8 a fis g8 e d c4 a8 b8 a g e8 fis g a8 b d e8 a a b8 a g + e8 a fis g8 e d c4 a8 b8 a g e8 fis g a4.} + \repeat volta 2 {e'4 e8 d8 b a e'4 e8 d8 b a g8 a b d8 b a g8 a b d8 b d e4 e8 d8 b a + e'4 e8 d8 b a g8 a b d8 b a e8 fis g a4. e'8 fis e d8 b a e'8 fis e d8 b a + g8 a b d8 b a g8 a b d8 b d e8 fis e d8 e d c8 e c b8 e b g8 a b d8 b a e8 fis g a4.} + } +>> + +} diff --git a/songs/Traditional/Cliffs_of_Moher.sg b/songs/Traditional/Cliffs_of_Moher.sg index 99aa939..441ff25 100644 --- a/songs/Traditional/Cliffs_of_Moher.sg +++ b/songs/Traditional/Cliffs_of_Moher.sg @@ -2,5 +2,6 @@ \songcolumns{2} \beginsong{Cliffs of Moher}[by=Traditional] +\lilypond{cliffs_of_moher} -\endsong \ No newline at end of file +\endsong