sing-alongs/notes/AllForMeGrog.ly
Sebastian Hugentobler 27a39f5d66 Initial commit
2012-11-14 10:31:44 +01:00

26 lines
437 B
Plaintext

\version "2.16.0"
\header {
%title = "All for me Grog"
composer = "Stephen Hatfield"
}
<<
\chords {s8 g1 c2 g1. d1 g1 c2 g1 d2 d2:7 g4. }
\relative d'
{
\time 4/4
\key g \major
\partial 8 d8 |
g4 b8. a16 g4. fis8 |
e fis g e d2 |
d'4 d8. d16 d4 c8 b |
b a4.( a4) b8 c |
d(e) d b g4 g8 fis |
e a g e d4 g8 a |
b d c b b a g fis |
a2 g4( g8) \bar "|."
}
>>