sing-alongs/notes/WildRover.ly

38 lines
626 B
Plaintext
Raw Normal View History

2012-11-14 09:31:44 +00:00
\version "2.16.0"
\header {
%title = "The Wild Rover"
2012-11-14 09:31:44 +00:00
composer = "Traditional"
}
2013-04-07 17:36:25 +00:00
<<
\chords {s4 }
\relative g'
{
\time 6/8
\key g \major
\partial 8 g8 |
\repeat volta 2
{
g8. a16 g8 e d b' |
b8. a16 b8 c4 b16 c |
d8 b d c a fis |
}
\alternative
{
{ d b' a g4 g8 }
{ d b' a g fis g }
}
a4. a |
fis8 d4( d4.)( |
d8) b' b b a b |
c4.( c8) b c |
d4.( d8) b g |
fis e4( e) e8 |
d8 b'4( b) a8 |
g2. \bar "|."
}
>>