]> git.donarmstrong.com Git - lilypond.git/blob - mutopia/J.S.Bach/Solo-Cello-Suites/allemande-urtext.ly
release: 1.3.44
[lilypond.git] / mutopia / J.S.Bach / Solo-Cello-Suites / allemande-urtext.ly
1 % allemande-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 allemande_a = \context Staff \notes \relative c {
11         \context Voice=i
12         \stemup
13         a'16 | 
14         a8 bes16()a \stemboth
15         g()f e()d d()cis d()e a,8 bes16()g |
16         f( a )d f,  e8 cis' \stemup d8. e16 \stemboth f g a bes! |
17         %3
18         \stemup c8 d16()es \stemboth d()c bes()a c()bes a()g d'8. f,16 |
19         e( g )bes d c()bes a()g bes()a g()f 
20         < f8. a> <f16 a > |
21         % urg fix
22         b f( e )d e cis' d cis \stemup d8. e16 \stemboth
23         f( e d)e |
24         %6
25         d( c b )c b( a gis)a gis8-\prall fis16()e e' c( a )g |
26         \stemup e' a, f d  d f d b \stemboth
27         gis( b e )gis b d c b |
28         %8
29         c( a f )e d( f e )d gis8.-\trill()a16 b d e, d |
30         % urg
31         c e a d \stemup b8.-\trill a16 a8 s4 s8 \stemboth |
32         %10
33         d,!16 gis( a b a gis fis )e \stemup e8 f16()e \stemboth
34         d()c b()a |
35         \stemup d8 e16()f \stemboth e d c b 
36         \stemup d'16()b c()a \stemboth e8 gis |
37         a,8. cis16 e g! f! e f a d gis, [ a8. ]
38         %13
39         e16 \stemup e8. f16 \stemboth
40         g!()e f()a cis,( d )e bes a8.-\trill()g16 |
41         f a'(f)d g b,()cis a' g(f e)d fis d()es c( |
42         %15
43         )bes g'(a, )g fis a d c' bes(fis)g bes d()a bes()g |
44         es(d)es g c()a bes()g d c d g bes()fis g()es |
45         %17
46         c(bes)c bes' a(c)es g, \stemup fis8-\trill g16 a \stemboth
47         d,8 es16 c |
48         bes d g bes, d,8 fis' \stemup g8. a16 \stemboth bes d g, f |
49         %19
50         \stemup e8.-\trill f16 \stemboth g e c bes 
51         a()f' g,()f e g'( a )bes |
52         bes( a g )f
53         a()e f()d bes d(f)a d()a bes()g |
54         %21
55         a,()g'cis()d e()g, a()e f()d bes()d gis, f' e d |
56         d( cis b )a
57         c(a)fis d' c a( b )d 
58         f!(d )gis, d' |
59         %23
60         cis(e g!)bes e()a, bes()g f()cis d()gis, a8 cis! |
61         % knee
62         \stemup d,16 \stemboth d''(c!)a bes!(g)e cis' d a f d d,8.
63 }
64
65 allemande_b = \notes \relative c {
66         \context Voice=ii
67         \stemdown
68         s16 |
69         % <d'8 g' f'> s8 s2. |
70         <f8 g, d> s8 s2. |
71         s2 <a,8. d,> s16 s4 |
72         <fis'8 a, d,> s8 s2. |
73         s1 | 
74         %5
75         s2 d8. s16 s4 |
76         s1 |
77         f!16 s16*3 b, s16*3 s2 |
78         s1 |
79         \slurdown
80         s4 e [dis8 ~ dis32 e( fis gis] [a b c d! c b c )a] |
81         \slurboth
82         %10
83         s2 <a8 c,> s8 s4 |
84         <b8 gis,> s8 s4 <e,8 a,> s8 s4 |
85         s2 s4 s8.
86         s16
87         <cis'8 g,> s8 s2. |
88         %15
89         s1*3 |
90         s2 c,8 s8 s4 |
91         s2 g8. s16 s4 |
92         bes8. 
93 %       }
94 }
95
96 allemande = \context Staff \notes<
97         \$allemande_a
98         \$allemande_b
99 >
100
101
102 \version "1.3.42";