Compare commits

...

4 Commits

Author SHA1 Message Date
contrapunctus 6c88776b82 Bar 16-19 - transcribe bassline 2021-09-17 22:39:38 +05:30
contrapunctus 12961c7fe9 Make some attempts at using open instead of close harmony 2021-09-17 22:38:31 +05:30
contrapunctus 111b443ed2 Remove impractical interval 2021-09-17 22:28:26 +05:30
contrapunctus b4b17c62d6 Bar 13-15 - add guitar part 2021-09-17 18:54:24 +05:30
1 changed files with 28 additions and 3 deletions

View File

@ -51,6 +51,21 @@ leftHand = \relative c, {
<g d'>-. f'-. ees-. f-. |
bes,-. d-. bes-. d-. |
\barNumberCheck #13 % Bed in the bush with stars to see
g,4 bes g c |
<f, c' f>-. c'-. f,-. g-. |
\barNumberCheck #15 % Bread I dip in the river
aes-. c-. aes-. bes-. |
ees ges ees c |
\barNumberCheck #17 % There's the life for a man like me
d c bes g |
a g a bes |
c e c e |
% \barNumberCheck #20 % There's the life for ever.
}
rightHand = \relative c' {
@ -67,13 +82,23 @@ rightHand = \relative c' {
\barNumberCheck #7 % Give to me the life I love
q2 <b g e>4 <d a fis>^\posII |
<b g e>2 g8-.^\posII fis-. e-. fis-. |
<b g e-3>1 |
<b g e>2 <g' b,>8-.^\posII <fis a,>-. <e g,>-. <fis a,>-. |
\break
<b, g e-3>1 |
\barNumberCheck #10 % Give the jolly heaven above
<bes g>2 <d bes g>4 <f c a> |
<d bes g>2 bes8 a <g ees> a |
<d bes g>2 bes8 a g a |
<d bes f>1^\posIII |
\break
\barNumberCheck #13 % Bed in the bush with stars to see
<g bes,>4-. q8-. <g a,>-. <g bes,>4 <g bes,> |
<f c aes>4. <c g>8 <aes f>4 <bes des,> |
\barNumberCheck #15 % Bread I dip in the river
<c ees>4 <c aes'>8 <bes g'> <c aes'>4 <d f aes d> |
\break
}