]> git.donarmstrong.com Git - lilypond.git/blob - mutopia/J.S.Bach/Duette/violoncello-ii.ly
release: 1.3.94
[lilypond.git] / mutopia / J.S.Bach / Duette / violoncello-ii.ly
1 \header{
2 filename =      "violoncello-ii.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.93";
12
13 $violoncello_ii = \notes\relative c{
14   r2 a'2|c e,| f8(e)d2 e8()fis| g a bes2 a8()gis|
15 %5
16   a(e)a b a(e)a c|b(e,b')c b(e,b')d|c(e,c')d c(e,c')e|b(e,b')c b(e,b')d|
17   c(b)a2 gis4|
18 %10
19   a8()c b d c()b c a|e4 fis g fis8()e|fis4 gis a2~|a4 g8(fis)g4 e~|
20   e dis8 cis dis2\prall|
21 %15
22   e4 b' e2~|e dis\prall|e4 e,8()fis g a bes g|e f g4. f8(e)d|cis d e4.d8(cis)b|
23 %20
24   cis()a cis d e()f g e|f()e d e f()g as f|d e f4. e8(d)c|b c d4. c8(b)a|
25   b()g b c d()e f d|
26 %25
27   e()d c d e()f g e|f4 a()d, f(|)b, c8 d e4 c(|)d f()b, d(|)a a8 b c4 a(|
28 %30
29   )b d()gis, b(|)e, fis8()gis a4 b|c2 e,|f8 e d4~d8 e(fis)gis|a e a2 gis4|
30 %35
31   a b c b8()a|b4 c d2~|d4 c8 b c4 a~|a gis8 gis gis2\prall|a4 e' a2~|
32 %40
33   a gis\prall|a e|f a,|c8(b)a2 b8 cis|d()e f2 e8()dis|
34 %45
35   e(b e)fis e(b e)g|fis(b,fis')g fis(b,fis')a|g(b,g')a g(b,g')b|
36   fis(b,fis')g fis(b,fis')a|g(fis)e2 fis4|
37 %50
38   gis f'!(e\prall)d |f, d'(c\prall)b|d, b'(a\prall)gis|a8 d,(c)b a4 g'|
39   fis es'(d\prall)c|
40 %55
41   es, c'(b\prall)a|c, a'(g\prall)fis|g8 c,(b)a g4 f'(|)e8 e'(c)b c()a e4~|
42   e8 d e fis d()g b4|
43 %60
44   c,8(b'a)g a()fis c4~|c8 b c d b()d g4|a,8(g'fis)e fis()dis a4~|
45   a8 g a b g d' e g|fis(ais,fis')g fis(b,fis')g|
46 %65
47   gis(e gis)ais b(e,g)b|a(cis,a')bes a(d,a')c|b(g c)cis d f,(bes)d|
48   c e,(c')d c f,(a)c|b d,(b')c b e,(b')d|
49 %70
50   c a(c)e c a()b gis(|)a c(b)d c b(c)a|e4 fis g fis8()e|fis4 gis a2~|
51   a4 g8 fis g4 e~|
52 %75
53   e dis8 cis dis2\prall|e4 b' e2~|e dis\prall|e r4 d|cis bes(a\prall)g|
54 %80
55   bes, g'(()f\prall)e|g, e'(()d\prall)cis|d8()a d e f g as f|d e f4.(e8 d)c|
56   b c d4.(c8 b)a|
57 %85
58   b()g b c d()e b d|e4 e, a2~|a4 g8 fis g2~|g4 a8 b c2~|c4 bes8 a bes2~|
59 %90
60   bes4 c8 d es2~|es4 d8 cis d2~|d cis\prall|d4 e f d|e d' c b|
61 %95
62   a8()e a2 gis4\prall| a2 b|c e,|c8(e)d2 e8()fis|g a bes2 a8()gis|
63 %100
64   a(e a)b a(e a)c| b(e,b')c b(e,b')d|c(e,c')d c(e,c')e|
65   b(e,b')c b(e,b')d| c(a b)cis d()e f g|
66 %105
67   f e d cis d4 d,~|d c8 b c4 d|e d e e,|<e'1 a,>
68   \bar "|.";
69 }
70
71 \include "global-ii.ly"
72
73 $violoncello_ii_staff = \context Staff = violoncello <
74   \property Staff.instrument = "cello"
75   \$violoncello_ii
76   \clef bass;
77   \$global_ii
78 >