]> git.donarmstrong.com Git - lilypond.git/blob - mutopia/J.S.Bach/Solo-Cello-Suites/gigue-urtext.ly
release: 1.1.49
[lilypond.git] / mutopia / J.S.Bach / Solo-Cello-Suites / gigue-urtext.ly
1 % gigue-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 n = { \slurnormal }
11 d = { \slurdotted }
12
13 %
14 % this must be redone a bit:
15
16 % * slurs/ties in two different threads (like beams): urtext, and additionals
17
18
19 gigue_notes = \context Staff \notes \relative c {
20         \context Voice=i
21         a'8 |
22         d,4 bes'8 | cis,4 g'8 | f16 e f g a8 |
23         d,4 d'8 | e,16(f)g8 bes | c,16(d)e8 c' | a16 g a bes c a |
24         %8
25         f4-\trill a8 | b,()g' cis, | d f16( c bes )a | g8()es' a, |
26         bes d16( a g )f | e!8()cis' bes' a g16( f e)d |
27         %15
28         %\stemup e(f g e f)d \stemboth e8()a,\comma c''! |
29         \stemup e(f g e f)d \stemboth e8()a,^"\\sethuge{\\ \\ '}" c'! |
30         \stemup c16(d es c d)a bes8 r bes |
31         bes16(c d bes c)g a8 r a |
32         %21
33         b16()c d()b c()a | d()e f()d e()c | b()c d()b c()a | e'4 gis,8 |
34         a16()b c()a d()b |
35         a()b c()a d()b |
36         %27
37         a()b c()a d()b |
38         a()b c()a d()b |
39         f'8 e16()d c()b \stemboth | 
40         e,, e''(d)c b()gis | a f(e)d e()cis | a4
41         %33
42         c'!8 |
43         f,4 d'8 | e,4 bes'8 | a16 g a bes c8 | f,4 a8 |
44         d,16(e)f d(c)b | g' a g f e d | 
45         %39
46         e(d)e f(g)e | c4 e8 | fis16(g)a c, bes a | 
47         bes(d)g bes, a g | fis(a)c es d c | bes(a)bes d g bes |
48         %45
49         as(g)as fis g es' | d,8 g fis | g16 es(d)c d()bes | g4 bes'8
50         % what about this?
51         \stemup\stemdown e,!16(f)g e f d\stemboth
52         c(d e) c d bes | a(bes)c a bes g | f4 a'8
53         % what about this?
54         \stemup\stemdown d,16(e)f d e c\stemboth bes(c)d bes c a 
55         g16(a)bes g a f | e4 g'8 
56         %57
57         a,16(b cis d)e g-. | f(g a cis )d f, | e(f g a)bes d,-. |
58         cis(d)e a, bes g 
59         \stemup
60         d'()e f()d g()e |
61         %62
62         d()e f()d g()e |
63         d()e f()d g()e |
64         d()e f()d g()e |
65         \stemboth
66         cis bes'(a g f)e | f, a' g f e cis |
67         %67
68         d bes a g a f | d a' d e f d | 
69         \stemup es()f g()es f()d | g()a bes()g a()f es()f g()es f()d |
70         %72
71         cis'4 \stemboth d16()c | bes(a g f e)d | cis(b a g f)e | d f a d f a |
72         d4
73 }
74
75 gigue_b = \context Staff \notes \relative c {
76         \context Voice=ii
77         \stemdown
78         s8
79         s4.*14
80         a4. | s d | d8 g, d' | e4. | f8 f, f' |
81         %21
82         d d d  d d d  d d d |
83         % one could type r here...
84         d4 s8 | <e c> s s | d s s | e s s | f s s | gis s4 |
85         s4. s s4 
86         %33
87         s8
88         s4.*16
89         \stemup bes4 s8
90         s4. s s 
91         a8 s4 \stemdown
92         s4.*7
93         <a,8 f> s s g s s a s s bes s s
94         s4.*4
95         g8 g g  g g g  g g g 
96         %72
97         <g4 e'>
98 }
99
100 gigue_a = \context Voice \notes<
101         \$gigue_notes
102 >
103
104 gigue = \notes<
105         \$gigue_a
106         \$gigue_b
107 >
108
109 \version "1.0.21";