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