]> git.donarmstrong.com Git - lilypond.git/blob - mutopia/J.S.Bach/Petites-Preludes/preludes-2.ly
release: 1.1.43
[lilypond.git] / mutopia / J.S.Bach / Petites-Preludes / preludes-2.ly
1 \header{
2 filename =       "preludes-2.ly";
3 % blz 10
4
5 % Six Petits Pr eludes
6 % Collection Johann Peter Kellner
7 % ca 1703- 1707
8 composer =       "Johann Sebastian Bach (1685-1750)";
9 enteredby =      "jcn";
10 copyright =      "public domain";
11 }
12
13 \version "1.0.19";
14 upper = \context Staff \notes\relative c{
15         \context Voice=i
16         \property Voice . textstyle = "italic"
17         r8\mf c'-1( e-2 g-4  e-2 c-1 bes'-5 g-3 |
18         )a-4\< c,-1( f-2 a-4  f c c'-5 a-3 |
19         )b-4 g-1( b-2 d-4  b-2 g f'-5 \!d-3 |
20         <
21                 {\stemup )e2-4\f r4 e-5 }
22                 \context Voice = ii {\stemdown <c2 g > r4 <c g > }
23         >
24         \stemboth |
25         < 
26                  { \stemup d2-4 r4 d-4 }
27                  \context Voice = ii { \stemdown <c2 a > r4 <c a > }
28         >
29         \stemboth |
30         < 
31                  { \stemup d8 }
32                  \context Voice = ii { \stemdown <b 8 g > }
33         >
34         \stemboth 
35         g, 8-1\mf( b-2 d-4 
36         <
37                 { \stemup )b 4 e-5 }
38                 \context Voice = ii { \stemdown g, 4 b }
39         >
40         \stemboth |
41         <
42                 { \stemup c2 r4 < {c-5 ~ c8} {a 4 ~ a 8} > }
43                 \context Voice=ii { \stemdown c2 r4 e, 4 ~ e 8 }
44         >
45         \stemboth 
46         d,-1\p( fis-2 a-4  fis-2 d-1 c'-5 a-3 |
47         )b-4\< g-1( b-2 d-4  b-2 g-1 f'!-5 d-3 |
48         )e-4 g,-1( c-2 e-4  c-2 g g'-5 e-3 |
49         )fis-4 a,-1( c-2 fis-4  c a a'-5 \!fis-3 |
50         <
51                 { \stemup )g2-5\f }
52                 \context Voice = ii { \stemdown <d2 b > }
53         >
54         \stemboth 
55         r4 b4-2( |
56         c,8-1 e-2 g c  g-2 e-1 bes'-4 g-2 |
57         )a16->-3 g-2 f-1 e-3  d c b !-3 a-2 
58         b-3\< g-1 a b  c-1 d e \!f |
59         g4-5\ff
60         <
61                 { \stemup c,2-5 b 4-4 }
62                 \context Voice=ii { \stemdown g 2-2 d 4-1 }
63         >
64         \stemboth 
65         <
66                 { \stemup c1^5 }
67                 \context Voice=ii { \stemdown e, 1_1}
68         >
69         \stemboth 
70         \bar "|.";
71 }
72
73 lower = \context Staff \notes\relative c{
74         \context Voice=i
75         <
76                 { \stemup c1 ~ | c ~ | c }
77                 \context Voice=ii { \stemdown c,1 ~ | c ~ | c }
78         >
79         \stemboth |
80         r8 c-5( e-3 g-1  e-3 c-5 c' e,-4 |
81         )fis-3 d-5( fis-3 a-1  fis-3 d-5 d' fis,-4 |
82         )g2-3 r4 g-2( |
83         )a8 a,-5( c-4 e-2  c-4 a-5 g' e-3 |
84         )fis2 r4 d-4 |
85         g-\mordent-"(\\textsharp)" g, 4 g'-\mordent g, |
86         % mordents in brackets...
87         g'-\mordent g, g'-\mordent g, |
88         g'-\mordent g, g'-\mordent g, |
89         g'8 g,-5( b-4 d-2  b-4 g-5 f'!-1 d-3 |
90         )e-2 c-4 e-2 g-1  e-3 c-5 c' e,-4 |
91         \property Voice . textstyle = "finger"
92         f1^"3\\_1" ~ |
93         f8 d-3 e-2 c-4 g'4-1 g,^"5\\_2" |
94         <c1 c,1>
95         \bar "|.";
96 }
97
98 global = \notes{
99         \time 4/4;
100 }
101
102 \score{
103         \context GrandStaff <
104                 \context Staff = upper <
105                         \global
106                         \upper
107                 >
108                 \context Staff = lower <
109                         \global
110                         \clef "bass";
111                         \lower
112                 >
113         >
114         \paper{
115                 \include "preludes-paper.ly";
116                 gourlay_maxmeasures = 4.0;
117         }
118         \midi{ \tempo 4 = 100; }
119         \header {
120                 opus = "BWV 939";
121                 piece = "2";
122         }
123 }
124