-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgreensleeves-with-bass.ly
55 lines (55 loc) · 1.19 KB
/
greensleeves-with-bass.ly
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
\score {
<< \new Staff {
\clef G
\time 3/4
\tempo "Allegro" 4 = 140
\transpose c f'
\new Voice {
\key g \major
\partial 4 e4
\repeat "volta" 2 {
g2 a4 | b4. c'8 b4 | a2 fis4 | d4. e8 fis4 | g2 e4 | e4. dis8 e4 | fis2 dis4 | b,2 e4 |
g2 a4 | b4. c'8 b4 | a2 fis4 | d4. e8 fis4 | g4. fis8 e4 | dis4. cis8 dis4 | e2 e4 | e2 r4 |
d'2. | d'4. cis'8 b4 | a2 fis4 | d4. e8 fis4 | g2 e4 | e4. dis8 e4 | fis2 dis4 | b,2 r4 |
d'2. | d'4. cis'8 b4 | a2 fis4 | d4. e8 fis4 | g4. fis8 e4 | dis4. cis8 dis 4 | e2. |
}
\alternative {
{ e2 e4 }
{ e2. }
}
}
}
\new Staff {
\clef F
\time 3/4
<<
\transpose c f
\new Voice { \voiceOne
\partial 4 r4
\repeat "volta" 2 {
e2. d d fis e b, b, fis b, b, a, b, b, b, b, e
g d d fis e b, b, fis g d d fis e fis e
}
\alternative {
{ b,2. }
{ b,2. }
}
}
\transpose c f,
\new Voice { \voiceTwo
\partial 4 r4
\repeat "volta" 2 {
e2. d d fis e b, b, fis b, b, a, b, b, b, b, e
g d d fis e b, b, fis g d d fis e fis e
}
\alternative {
{ b,2. }
{ b,2. }
}
} >>
} >>
\header {
title = "Greensleeves"
composer = ""
}
}