]> git.donarmstrong.com Git - lilypond.git/blob - mutopia/J.S.Bach/Duette/violoncello-i.ly
release: 1.3.5
[lilypond.git] / mutopia / J.S.Bach / Duette / violoncello-i.ly
1 \header{
2 filename =      "violoncello-i.ly";
3 title =         "Vier Duette";
4 description =   "Four duets for Violino and Violoncello (Viola)";
5 opus =          "BWV";
6 composer =      "Johann Sebastian Bach (1685-1750)";
7 enteredby =     "jcn";
8 copyright =     "Public Domain";
9 }
10
11 \version "1.3.4";
12
13 $violoncello_i = \notes\relative c{
14   \property Voice.beamAutoEnd = "3/8"
15   g8()a d, g b()g d()fis a d a()fis |
16   g()d b' g b()c b()e fis g d()d, |
17   g r r [d'16(b a )g] e'8 d r r [c16(b a )b] g'8 |
18   fis r r g16 fis( e d b' g )a fis( e d g)e g fis( e d e)cis |
19 %5
20   d8 d'()a b16 c(d)b g b c,8 c'()g a16 b(c)a fis a |
21   b,8()b' fis g a()e fis g()d e fis()d |
22   g r r g,16(fis e)d b'8 a r r g16(fis e )d c'8 |
23   b r r d16 b(a)g e' c d b(a)g c a c b(a)g a fis |
24   g d( e fis g a )b d(c b c )a b g(a b c b )e g( fis e d cis |
25 %10
26   )a'16 d,( e fis g a)b a(g fis g e)fis a(g fis e d)cis d(e)fis g8~ |
27   g16 e(fis)d cis d b'4.~b16 d,(e)c b c a'4.~|
28   a16 fis(g)e dis e c'4.~c16 b(a)g fis e dis8(e)c |
29   b b'16(a g)fis e8 e,()fis g()b a g e()e' |
30   a,16 b(cis)d e cis d8 d,()e fis a()g fis d()d' |
31 %15
32   g,16(a b)c! d b c8 c'()fis, a dis,()fis b,16 cis(dis e)fis d |
33   e8 e, r [e'16( dis cis)b] g'8 fis r r [e16(dis cis)b] a'8 |
34   g r r b16 g(fis)e c'! a b g(fis)e a fis a g(fis)e fis dis |
35   e b(cis dis)e fis g b(a)g a fis g e(fis)g a b cis e(dis)c b ais |
36   fis b,(cis)dis e fis g fis(e)d e cis d8()d, g' e fis()fis,|
37 %20
38   b16 fis'(gis)ais b cis d cis(d)b ais b fis b(d)b ais b f b(d)b a b |
39   e, b'(e)d c b a b(c)a gis a e a(c)a gis a es a(c)a g a|
40   d, a'(d)c b a g8()g, b c a()c d()b d |
41   e c()e f g, f'~f16 e(f b, a)b e8()a f |
42   g g, r [c16(b a)g] e'8 d r r [c16(b a)g] f'8|
43 %25
44   e r r g16 e(d)c a' f g e(d)c f d f e(d)c d b |
45   c8 c'()g a16 b(c)a g fis b8 b,()fis' gis16 a(b)g fis e |
46   a,8()a' b c b()c d()b d e [c()a]|
47   fis()d r [g16(fis e)d] b'8 a r r b16 d(c)b a g |
48   e e'(d)c b a [g(fis e)d] c'8 b r r r16 b, c d e fis |
49 %30
50   g a(b c d)e d b(a g e')c d b(a g c)a b d(c b c)a|
51   b g(fis e a fis)g b(a g a fis)g b(a g c a)b g(fis e fis dis|
52   )e g(f)e a fis g e(d)c d c c8()c' b c a()c |
53   d,()d' cis d b()d e,()e' dis e c()e |
54   fis,()e d g [c,16(b a)g] c g'(a c b)d e8 [d,16(cis b)a]|
55 %35
56   d a'(b cis d)e fis8 [g,16( fis e)d] g8()e c a d()d,|
57   g r r r16 d''(e)f b,(d)g, b(c)d g,(b)d, f(g)a d,(f|
58   )b, d(e)f b,(d)g,8 a()b c16 d(e f g a)b d(c b a)g|
59   fis [a(g)fis e d] g8()e c g'8 b, e c d d, |
60   g1.|
61   \bar "|.";
62 }
63
64 \include "global-i.ly"
65
66 $violoncello_i_staff = \context Staff = violoncello <
67   \property Staff.instrument = "cello"
68   \$violoncello_i
69   \clef bass;
70   \$global_i
71 >