diff --git a/lilypond/glasgow.ly b/lilypond/glasgow.ly new file mode 100644 index 0000000..3d967a8 --- /dev/null +++ b/lilypond/glasgow.ly @@ -0,0 +1,20 @@ +\include "header" +\paper{paper-height = 6\cm} + + mus = { + \relative c' + { + \time 4/4 \key d \minor + \repeat volta 2 {a4 d8 a f'8 a, d a bes4 d8 bes f'8 bes, d bes c4 e8 c g'8 c, e c f8 e d c a8 d d c + a4 d8 a f'8 a, d a bes4 d8 bes f'8 bes, d bes c4 e8 c g'8 c, e c f8 e d c a8 d d4} + \repeat volta 2 {d'8 a a4\turn f8 a d, a' d8 a a4\turn f8 a d, a' c8 g g4\turn e8 g g4\turn c8 g g4\turn c8 d e c + d8 a a4\turn f8 a d, a' d8 a a4\turn f8 a d, a bes4.\turn a8 bes8 c d e f8 d e c a8 d d4} + } + } +{ +\context Staff { + \clef "G" + \transpose c g \mus + } + +} diff --git a/songs/Traditional/Glasgow_s_Reel.sg b/songs/Traditional/Glasgow_s_Reel.sg index 3fd3aae..5db072d 100644 --- a/songs/Traditional/Glasgow_s_Reel.sg +++ b/songs/Traditional/Glasgow_s_Reel.sg @@ -2,5 +2,6 @@ \songcolumns{2} \beginsong{Glasgow's Reel}[by=Traditional] +\lilypond{glasgow} -\endsong \ No newline at end of file +\endsong