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