lilypond-1.3.18
[lilypond.git] / mutopia / J.S.Bach / Duette / violino-ii.ly
blob9a9fed15f4a9bdbb437b8298f2ce640ec31d21e1
1 \header{
2 filename = "violino-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";
11 \version "1.3.5";
13 $violino_ii = \notes\relative c''{
14 R1*8 |
15 r2 e |
16 %10
17 fis a,|c8(b)a2 b8()cis|d e f2 e8()dis|e(b e)fis e(b e)g|
18 fis(b,fis')g fis(b,fis')a|
19 %15
20 g(b,g')a g(b,g')b|fis(b,fis')g fis(b,fis')a|g fis e2 d4|cis bes'(a\prall)g|
21 bes, g'(f\prall)e|
22 %20
23 g, e'(d\prall)cis|d8 g,(f)e d4 c'|b as'(g\prall)f|as, f'(e\prall)d|
24 f, d'(c\prall)b|
25 %25
26 c8 f,(e)d c4 bes'(|)a8 g'(f)e f d a4~|a8 g(a)b g c e4| f,8(e'd)c d b f4~|
27 f8 e(f)g e g c4|
28 %30
29 d,8(c'b)a b gis d4|d8 c(d)e c f e d|e4 a,2()gis4|a2 a'|c e,|
30 %35
31 f8(e)d2 e8()fis|g a bes2 a8()gis|a(e a)b a(e a)c|b(e,b')c b(e,b')d|
32 c(e,c')d c(e,c')d|
33 %40
34 b(e,b')c b(e,b')d| c(b)a2 gis4|a8()c b d c()b c a|e4 fis g fis8()e|fis4 gis a2~
35 %45
36 a4 g8 fis g4 e~|e dis8 cis dis2\prall|e4 b' e2|e dis\prall|e4. d16(e f8)e d c|
37 %50
38 b c d4. c8(b)a|gis a b4. a8(g)fis|gis()e gis a b()c d b|c()b a b c()d es c|
39 a b c4. b8(a)g|
40 %55
41 fis g a4.g8(fis)e| fis()d fis g a()b c a|b()a g a b()c d b|c4 e()a, c(|
42 )fis, g8 a b4 g(|
43 %60
44 )a c()fis, a(|)d, e8 fis g4 e(|)fis a()dis, fis(|)b, cis8 dis e2~|
45 e4 d8 cis d2~|
46 %65
47 d4 e8 fis g2(|)g4 f8 e f2~|f4 g8 a bes2~|bes4 a8 gis a2~|
48 a gis\prall|
49 %70
50 a e'|f a,|c8(b)a2 b8()cis|d e f2 e8()dis|e(b e)fis e(c)e g|
51 %75
52 fis(b,fis')g fis(b,fis')a|g(b,g')a g(b,g')b|fis(b,fis')g fis(b,fis')a|
53 g\prall b,(e)fis g()a b()g|e f g4. f8(e)d|
54 %80
55 cis d e4. d8(c)b|cis a cis d e()f g()e|f e d cis d4 c|b as'(g\prall)f|
56 as, f'(e\prall)d|
57 %85
58 f, d'(c\prall)b| c8(g)c d c fis,(a)c|b(dis,)b' c b f,(b')d|
59 cis(a)cis dis e g,(c)e|d(f,)d' es d g,(d')f|
60 %90
61 e(c)e fis g bes,(es)g|f(a,)f' g f bes,(d)f|e(gis,)e' f e a,(e')g|
62 f()g f e d()c b a|gis e()fis()g e gis a b|
63 %95
64 c2 e,|f8 e(d)cis d e fis gis|a e a2 gis4(|)a b()c b8 a|b4()cis <d2 d,>~|
65 %100
66 <d4 d,> c8 b c4 <a a,>~|<a a,> gis8 fis g2\prall|
67 <a4 e a,> <e' a,> <a a,> <a c,>|
68 %<a2 b, d4><gis\prall b,4 d>| checkme
69 \context Staff<
70 \context Voice {
71 \property Voice.verticalDirection=1
72 <a2 b,>gis\prall|a8 g f4~f8 e(d)cis|
73 %105
74 d c bes4~bes8 a(gis)fis|gis4 e <e' a,><f a,>|
75 %c2 b()\grace a|
76 c2 b|
77 a1|
79 \context Voice=x {
80 \property Voice.verticalDirection=-1
81 d,4 s<d b'>s|<a2 d> s2|
82 %105
83 <d g,> s2|s1|
84 %e2 d ()\grace c|
85 e2 d|
86 c1|
89 \bar "|.";
92 \include "global-ii.ly"
94 $violino_ii_staff = \context Staff = violino <
95 %urg
96 % \notes\property Voice.textStyle = "large" s4^"Moderato"
97 % \notes {s4. \property Voice.textStyle = "large" s4^"Moderato"}
98 % urg, timidity violino patches broken?
99 %\property Staff.instrument = "violin"
100 \property Staff.instrument = "viola"
101 \$violino_ii
102 \$global_ii
104 \version "1.3.5";