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