]> git.donarmstrong.com Git - lilypond.git/blob - mutopia/J.S.Bach/Solo-Cello-Suites/sarabande-urtext.ly
release: 1.1.63
[lilypond.git] / mutopia / J.S.Bach / Solo-Cello-Suites / sarabande-urtext.ly
1 % sarabande-urtext.ly
2 % belongs together with -cello.ly and -viola.ly
3 % (who is going to make a -violin.ly?)
4
5 %{
6 Well, there are still some scripts in this "urtext".
7 But merging melodic and scripts doen't work too well yet (see viola_scripts).
8 %}
9
10 sarabande_a = \context Staff \notes \relative c {
11         \context Voice=i
12         \stemup d8. e16 e4.-\trill d16 e |
13         f4. \stemboth e8 d c |
14         [bes g'] f e16(f g a bes)d, |
15         cis4.-\trill b8 a g |
16         % copy bar 1, half bar 2
17         \stemup d'8. e16 f4.-\trill d16 e |
18         %5
19         f4. \stemboth d8 e f |
20         g bes16()a c()bes a()g d'8 f, |
21         \stemup e4.-\trill \stemboth d8 c bes |
22         %8
23         \stemup f' g16()a a4. g16()f |
24         g8 a16()bes bes4. c16()d |
25         % 11
26         \stemboth e,8 f c, g' f' e |
27         f4 f,2 |
28         \stemup a'4 a4.-\trill bes8 |
29         c bes16 a \stemboth fis8.-\trill es16 d8 c |
30         bes g' a, fis' es' d |
31         %16
32         \stemup bes4.-\trill \stemboth a8 g f! |
33         e bes a f' g a |
34         d, as g es' f g |
35         cis, bes' a g16 f e!8 f16 d |
36         cis8 e16 a a,8. g'16 f8()e |
37         %21
38         \stemup d e16()f f4. e16()d |
39         e8 f16()g g4. a16()bes |
40         a8 cis16 d d,8 e16 f32 g f8-\trill e16()d |
41         d4 d,16 a'( b cis d e f )g |
42         %25
43         a(b c)b c4. b16()a |
44         b cis d cis d4. e16()f |
45         \stemboth d(cis)d f,  a,8 e' d' cis |
46         d4 d,,2 |
47 }
48
49 sarabande_b = \context Staff \notes \relative c {
50         \context Voice=ii
51         \stemdown
52 % dispute
53 %       d4 a2 |
54 %       this avoids the clash bug
55         d8. s16 a2 |
56         <a4. d,> s8*3 |
57         s2.*2
58         %5
59 %disp
60 %       <a4 f> a2 |
61         <a8. f> s16 a2 |
62         <a4. d,> s8*3 |
63         s2. |
64         % 8
65         <g4. c,> s8*3 |
66         a4 <bes4. d> r8 |
67         %10
68         bes4 <g2 f'> |
69         s2.*2 |
70         f'8 es es4. r8 |
71         d4 s2 |
72         %15
73         s2. |
74         <d4. g,> s8*3 |
75         s2.*4 |
76         %21
77         bes4 g2 |
78         g4 <bes4. cis,> s8 |
79         <d8 a f> r r g, a4 |
80         s2. |
81         f'4 fis4. s8 |
82         <d4 g,> gis4. s8 |
83         s2.*2
84 }
85
86
87 sarabande = \context Staff \notes<
88         \$sarabande_a
89         \$sarabande_b
90 >
91
92 \version "1.1.55";