]> git.donarmstrong.com Git - lilypond.git/blob - mutopia/J.S.Bach/Solo-Cello-Suites/menuetto-urtext.ly
release: 1.3.5
[lilypond.git] / mutopia / J.S.Bach / Solo-Cello-Suites / menuetto-urtext.ly
1 % menuetto-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 menuetto_i_a = \context Staff \notes \relative c {
11         \context Voice=i
12         <d2\f f a> bes'4 |
13         bes8 a bes g a4 |
14         <d,4 bes> g f8 e |
15         f8( e )d cis b a |
16         <d2 f a> bes'!4 |
17         bes8 a bes g c!4 | 
18         %7
19         <a f> <d f, bes,> <e g, g,> |
20         <cis2. e, a,> |
21         <a2\f e'> d8 e16 f |
22         e8 d cis e a, g |
23         a4 d cis |
24         g'8 f e f d c |
25         %13
26         bes2 c4 |
27         a8 g a f <d'4 e, bes> |
28         <c f, a,> bes8 a g a |
29         f8 e f a g bes |
30         <a2^\trill fis> bes4 |
31         c8 bes c a fis4^\trill |
32         %19
33 % dispute
34 %       <bes,4 g' d'> <c, g' c> < d,8 bes'(> )a |
35         <d'4 g, bes,> <c g c,> bes8 a |
36         c8 bes a bes g bes |
37         d4 cis d |
38         g,8 f g e f4 |
39         g,8 g' <{e4.^\trill d8 } a4.> ~ |
40         <d2. a d,> |
41 }
42
43 menuetto_i_b = \context Staff \notes \relative c {
44         \context Voice = ii
45         \stemdown
46         \skip 2.*1; |
47         <e8 c> \skip 8*5; |
48         \skip 2.*1; |
49         a,8 \skip 8*5; |
50         \skip 2.*1; |
51         e'8 \skip 8*5; |
52         \stemboth
53         s2.*2 |
54         s2.
55         g8 \skip 8*5; |
56         f2 e4
57         d8 \skip 8*5; |
58         g4 () f e
59         f8 \skip 8*5; |
60         \skip 2.*3; |
61         es8 \skip 8*3; d4 |
62         \skip 4*2; d4 |
63         <d8 g,> \skip 8*5; |
64 % dispute
65 %       g2 f4 |
66         g4 \skip 4*1; f4 |
67         cis8 \skip 8*3; d4 |
68         s2.*2
69 }
70
71 % UGH, fix this like in sarabande
72 menuetto_i_a_voice_urg = \notes{
73         \context Voice = i
74         \skip 2.*1; \stemup
75         \skip 2.*1; \stemboth
76         \skip 2.*1; \stemup
77         \skip 2.*1; \stemboth
78         \skip 2.*1; \stemup
79         \skip 2.*1; \stemboth
80         \skip 2.*3; \stemup
81         \skip 2.*1; \stemup
82         \skip 2.*3;
83         \skip 4*2; \stemboth
84         \skip 4*2; \stemup
85         \skip2.*1; \stemup
86         \skip 4*2; \stemboth
87         \skip2.*1; \stemup
88         \skip 2.*1; \stemboth
89         \skip 2*1; \stemup
90         \skip 4*1;
91         \skip 2.*4; \stemboth
92         \skip 2.*1;
93 }
94
95 menuetto_i_a_voice_urg_urg = \notes<
96         \$menuetto_i_a_voice_urg
97         \$menuetto_i_a
98 >
99
100 menuetto_i_b_voice_urg = \notes{
101         \context Voice=ii
102         \stemdown
103         % urg urg, huh?
104         \skip 2.*8; \stemdown
105 }
106
107 menuetto_i_b_voice_urg_urg = \notes<
108         \$menuetto_i_b_voice_urg
109         \$menuetto_i_b
110 >
111
112 menuetto_i = \context Staff \notes<
113         \repeat "volta" 2 { \$menuetto_i_a_voice_urg_urg }
114         \repeat "volta" 2 { \$menuetto_i_b_voice_urg_urg }
115 >
116
117 menuetto_ii = \context Staff\notes \relative c {
118         \context Voice=i
119         fis4^\trill d8 e fis g |
120         a4 fis, a' |
121         g,8 b e4 g |
122         d8( cis )b cis a g |
123         % ugh, forcing knee
124         % Lily's not yet smart enough to decide for herself.
125         \stemup fis \stemboth d''( cis b a )g |
126         b( a g fis e )d |
127         %7
128         cis d g4 fis8( g16 )a |
129         <\stemdown a,2. \stemup e'> |
130         \stemboth
131         cis4^\prall e8( d cis )b |
132         cis4 g, cis' |
133         fis,8()a d4 fis |
134         b,8()a g()fis g b |
135         %13
136         e, d'( cis )b cis()ais |
137         d,( b' a! g fis )e |
138         g( fis e d cis )d |
139         b( cis d e fis )g |
140         a( g fis g a )b |
141         c4 dis,, c'' |
142         %19
143         b8()a c( b a )g |
144         fis() g a()fis g()e |
145         cis4^\trill a8 b cis d |
146         e( fis g )b a4 |
147         g8()fis e()d e()cis |
148         d2.
149 }
150
151 \version "1.3.4";