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