]> git.donarmstrong.com Git - lilypond.git/blob - mutopia/J.S.Bach/Petites-Preludes/preludes-1.ly
release: 1.1.15
[lilypond.git] / mutopia / J.S.Bach / Petites-Preludes / preludes-1.ly
1 \header{
2 filename =       "preludes-1.ly";
3 % urg?
4 %opus = "BWV 924";
5 % piece = "1";
6 % blz 1
7 % Clavierb"uchlein f"ur W. Fr. Bach
8 % Clav. W. Fr. Bach: 2-Praeambulum I
9 % ca 1720
10 composer =       "Johann Sebastian Bach (1685-1750)";
11 enteredby =      "jcn";
12 copyright =      "public domain";
13 }
14
15 \version "1.0.14";
16
17 one = \notes\relative c {
18         \property Voice . textstyle =  "italic"
19         r16\p_"legato"\< [g''-1( c-3 )e-5] r [g,-1( c )e]
20         r [g,( c )d] r [b-1( d-2 \!)g-5] |
21         r\mf [a,( d-2 ) g-5] r [a,(\< d )f-4]
22         r [a,( d )e-3] r [c-1( e-2 \!)a-5] |
23         r\f [b, e a-5] r [b, e-3 g-5] 
24         r [c,-1 e-3 f-4] r [g, d'-3 f-5] |
25         r [g,-"poco a poco dim." d'-4 e] r [g, c-2 e]
26         r [a,-1 c-3 d-4] r [e, b'-3 d-5] |
27         r [e, b' c-4] r [e, a-2 c]
28         r [f,-1 a-3 bes-4] r [c, g'-3 bes-5] |
29         r [c, g' a-4] r [c, f-2 a] 
30         r [d, f-2 b-5] r [e, g-2 c-5] |
31         r\p [d, g c-5] r [d, g b-4]
32         r [c, g'-3 b-5] r [c, fis-2 a-4] |
33         r [b, d a'-5] r [b, d g-4]
34         r [a, c g'-5] r [a, c f!-4] |
35         % ugh arpeggio
36         <
37                 { \voiceone  f4 r s }
38                 { \voicetwo  <g,4 d'> r s }
39         >
40         \onevoice 
41         % ugh beam across staffs slur starts at lower staff
42         r16 [g,-1( b d] |
43         \voiceone 
44         )b s4 [g'16-1( b-2 d] )b s s s [f'-2 g-3 b-5 f-2] |
45         \onevoice 
46         [e-1\f c'-5( g-3 f-2] [e-1 c'-5 g-3 e-2] 
47         [)d c'-5( f,-3 e-2] [d-1 b'-5 f-3 d-2] |
48         [)c b'-5( e,-3 d-2] [c-1 a'-5 e-3 c-2] 
49         [)b-1 a'-5( d,-3 c-2] [b-1 g'-5 d-3 b-2] |
50         [)a g'-5 c,-4 b] [a-"poco a poco dim." fis'-5 c-2 a-1]
51         [b-2 f' d-4 c] [b f' d-4 b-2] |
52         [g e' c-3 b] [a e'-5 c-3 a-1]
53         [fis-2 d' b-3 a] [g-1 d'-5 b-4 g-2] |
54         [e c'-5 a-4 g-3] [fis-2 c'-5 a-4 fis-2] 
55         [d c'-5 b-4 a] [b-4 g-2 d'-5 f,-1] |
56         [g-4 e-2 f-1 d'-5] [c-4 b a g]
57         [f'-5 d-3 es-4 c-2] [fis,-1 es'-4 d-3 c-2] |
58         [b-1 d-5 b-3 g-1] [as-4-"cresc. e rall." f-2 g-3 d-1]
59         [es-2 fis-3 a-4 c-5] 
60         < 
61                 { \voiceone  r [c8 b16] }
62                 { \voicetwo  [d,8 f-2] }
63         >
64         \onevoice  |
65         <c1\mf g e>
66         \bar "|.";
67 }
68
69 two = \notes\relative c{
70         \property Voice . textstyle =  "roman"
71         c4-5 e-3 g-\mordent^"(\\textsharp)" g,4 |
72         d'-\mordent-5 f-3 a-\mordent^"(\\textsharp)" a,4 |
73         e'-5 e'-\mordent-1 a,-4 b-\upprall |
74         c4 e,-4 fis gis-\downprall |
75         a4 c,-4 d e-\upprall |
76         f4-1 e d-3-\prall c |
77         g'-\mordent^"(\\textsharp)" g, g'-\mordent g, |
78         g'-\mordent g, g'-\mordent g, |
79         % ugh f should be at upper staff
80         g'-\mordent r r16 [g,-5( b-4 d] )f-1 s s s |
81         s [g-5( b-4 d-2] )f-1 s s s s \clef "violin"; [g-4 b-2 d-1] 
82         s s s s \clef bass; |
83         <
84                 { \voiceone  g,,1 ~ g ~ g ~ g ~ g ~ g ~ g }
85                 { \voicetwo  g,1 ~ g ~ g ~ g ~ g ~ g ~ g }
86         >
87         <c,1 c,>
88         \bar "|.";
89 }
90
91 global  = \notes{
92         \time 4/4;
93 }
94
95 treble_staff = \type Staff = treble <
96         \global
97         \one
98 >
99
100 bass_staff = \type Staff = bass <
101 % bass = Staff <
102         \clef "bass";
103         \global
104         \two
105 >
106
107 grand_staff = \type GrandStaff <
108         \treble_staff
109         \bass_staff
110 >
111
112 \score{
113         % Moderato
114         \grand_staff
115         \include "preludes-paper.ly";
116         \midi{ \tempo 4 = 80; }
117         \header {
118                 opus = "BWV 924";
119                 piece = "1";
120         }
121 }