Added 'the irish rover' (scale is not transposed yet)

This commit is contained in:
Sebastian Hugentobler 2013-03-28 12:43:34 +01:00
parent 79b3915a59
commit 1a94004dbe
3 changed files with 124 additions and 37 deletions

38
notes/IrishRover.ly Normal file
View file

@ -0,0 +1,38 @@
\version "2.16.0"
\header {
%title = "The Irish Rover"
composer = "Traditional"
}
\transpose a d {
\relative e''
{
\time 4/4
\key a \major
\repeat volta 2
{
\partial 4 e8 cis |
a4 cis8 d e4 a8 b |
cis4 b8 a gis4 gis8 fis |
e4 fis8 e cis4 d8 cis |
}
\alternative
{
{ b2. r4 }
{ a2. r4 }
}\bar "|."
\partial 4 e'8 e |
a4 a8 b cis4 b8 a |
b b4 gis8 e4. e8 |
a4. b8 cis4 a |
b8. (cis16 b8 gis) e4 r4 \bar "|."
\partial 4 e8 cis |
a4 cis8 d e4 a8 b |
cis4 b8 a fis4 cis8 b |
gis4 cis8 e a4 cis |
b2 a4 r4 \bar "|."
}
}