]> git.donarmstrong.com Git - lilypond.git/blob - mutopia/J.S.Bach/violino-i.ly
release: 1.1.43
[lilypond.git] / mutopia / J.S.Bach / violino-i.ly
1 \header{
2 filename =       "violino-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 $violino_i = \notes\relative c'' {
12         r4 r8 [g16(fis e)d] b'8 a r r [g16(fis e)d] c'8 |
13         b r r [d16(b)a g(e')c][d(b)a g(c)a][c(b)a g(a)fis] |
14         [g d(e fis g a][)b d(c b c a][)b g(a b c d][)e g()fis e(d)cis] |
15         [a'd,(e fis g a][)b a(g fis g e][)fis a(g fis e )d]
16         % [cis d e fis <g8 a,\grace d,\grace>] ~ |
17         [cis d e fis <g8 a, d,>] ~ |
18         %[<g16 a,\grace d,\grace> e(fis)d cis d]
19         [<g16 a, d,> e(fis)d cis d] 
20         g,8 <f'4 ~ g, g,> [f16 d(e)c b c]
21         fis,8 <e'4 f,> ~ |
22         [<e16 f,> c(d)b a b][e, b'(c)a g a][d, a'(b)g fis g][c, g'(a)fis e fis] |
23         [b,(d)e fis(g)a][b(d)c b(a)g][fis(g)a b(c)d][e(a)g fis e d] |
24         [g d(e)fis g a][b g(fis)g c, a'][b, g'(fis)g a, c]
25         [fis, g(a)b <c8( d, a>] ~
26         [<c d, a> )b] r [d16(b a)g] e'8 d r r [c16(b a)g] g'8 | <fis a, d,>
27 }
28
29 \include "global-i.ly"
30
31 $violino_i_staff = \context Staff = violino <
32         <
33                 %urg
34                 % \notes\property Voice.textstyle = "large" s4^"Moderato"
35                 % \notes {s4. \property Voice.textstyle = "large" s4^"Moderato"}
36                 \$violino_i
37         >
38         \$global_i
39 >
40 \version "1.0.19";