]> git.donarmstrong.com Git - lilypond.git/blob - mutopia/J.S.Bach/preludes-2.ly
release: 0.1.44
[lilypond.git] / mutopia / J.S.Bach / preludes-2.ly
1 \header{
2 filename =       "preludes-2.ly";
3 title =  "2";
4 composer =       "Johann Sebastian Bach (1685-1750)";
5 enteredby =      "jcn";
6 copyright =      "public domain";
7 }
8
9 rh = \melodic{
10         \octave c'';
11         \textstyle "italic";
12         r8\mf ['c-1( 'e-2 'g-4] ['e-2 'c-1 'bes-5 'g-3] |
13         [)'a-4\< 'c-1( 'f-2 'a-4] ['f 'c c-5 'a-3] |
14         [)'b-4 'g-1( 'b-2 d-4] ['b-2 'g f-5 \!d-3] |
15         \multi 2 <
16                 {\stemup; )e2-4\f r4 e-5 }
17                 {\stemdown; <c2 'g> r4 <c 'g> }
18         >
19         \stemboth; |
20         \multi 2 < 
21                  { \stemup; d2-4 r4 d-4 }
22                  { \stemdown; <c2 'a> r4 <c 'a> }
23         >
24         \stemboth; |
25         \multi 2 < 
26                  { \stemup; d8 }
27                  { \stemdown; <'b8 'g> }
28         >
29         \stemboth;
30         ['g8-1\mf( 'b-2 d-4] 
31         \multi 2 <
32                 { \stemup; )'b4 e-5 }
33                 { \stemdown; 'g4 'b }
34         >
35         \stemboth; |
36         \multi 2 <
37                 { \stemup; c2 r4 < {c-5 ~ c8} {'a4 ~ 'a8} > }
38                 { \stemdown; c2 r4 'e4 ~ 'e8 }
39         >
40         ['d-1\p( 'fis-2 'a-4] ['fis-2 'd-1 c-5 'a-3] |
41         [)'b-4\< 'g-1( 'b-2 d-4] [ 'b-2 'g-1 f!-5 d-3] |
42         [)e-4 'g-1( c-2 e-4] [c-2 'g g-5 e-3] |
43         [)fis-4 'a-1( c-2 fis-4] [c 'a a-5 \!fis-3] |
44         \multi 2 <
45                 { \stemup; )g2-5\f }
46                 { \stemdown; <d2 'b> }
47         >
48         \stemboth;
49         r4 b4-2( |
50         [c8-1 e-2 g c'] [g-2 e-1 bes-4 g-2] |
51         [)a16->-3 g-2 f-1 e-3] [d c 'b!-3 'a-2] 
52         ['b-3\< 'g-1 'a 'b] [c-1 d e \!f] |
53         g4-5\ff
54         \multi 2 <
55                 { \stemup; c2-5 'b4-4 }
56                 { \stemdown; 'g2 'd4 }
57         >
58         \stemboth;
59         \multi 2 <
60                 { \stemup;  c1^5 }
61                 { \stemdown; 'e1_1}
62         >
63         \stemboth;
64         \bar "|.";
65 }
66
67 lh = \melodic{
68         \octave c;
69         \clef bass;
70         \multi 2 <
71                 { \stemup; c1 ~ c ~ c }
72                 { \stemdown; 'c1 ~ 'c ~ 'c }
73         >
74         \stemboth; |
75         r8 [c-5( e-3 f-1] [e-3 c-5 c' e-4] |
76         [)fis-3 d-5( fis-3 a-1] [fis-3 d-5 d' fis-4] |
77         )g2-3 r4 g-2( |
78         [)a8 'a-5( c-4 e-2] [c-4 'a-5 g e-3] |
79         )fis2 r4 d-4 |
80         % [g32-1( fis-2 g8.-1] ) 'g4 g( )'g\mr |
81         
82         % my edition has  mordents on every g here
83         [g32-1( fis-2 g8.-1] ) 'g4 g( )'g |
84         % 'g( )g\mr 'g( )g\mr |
85         g( )'g g( )'g |
86         g( )'g g( )'g |
87         [g8 'g-5( 'b-4 d-2] ['b-4 'g-5 f!-1 d-3] |
88         [)e-2 c-4 e-2 g-1] [e-3 c-5 c' e-4] |
89         \textstyle "finger";
90         f1^"3\\_1" ~ |
91         [f8 d-3 e-2 c-4] g4-1 'g^"5\\_2" |
92         <c1 'c1>
93         \bar "|.";
94 }
95
96 global  = \melodic{
97         \meter 4/4;
98 }
99
100 \score{
101         % Moderato
102         % it would be nice to shut-off fingering...
103         \melodic \type Grandstaff < 
104                 <
105                         \global 
106                         \rh
107                 >
108                 <
109                         \global 
110                         \lh
111                 >
112         >
113         \paper{
114         }
115         \midi{
116                 \tempo 4 = 110;
117         }
118 }