]> git.donarmstrong.com Git - lilypond.git/blob - mutopia/J.S.Bach/Petites-Preludes/preludes-6.ly
release: 1.2.14
[lilypond.git] / mutopia / J.S.Bach / Petites-Preludes / preludes-6.ly
1 \header{
2 filename =      "preludes-6.ly";
3 %
4 % page 11
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 \version "1.2.0";
14
15
16 one = \context Staff \notes\relative c{
17         \context Voice=i
18         \skip 1; |
19         \stemup
20         r4 d''2-5( cis4-4 |
21         \stemboth
22         )d16-5\mf a'-4( g f  e f-4 cis-2 d-1 
23         e8.-\mordent f16  d8.-\prall-1 cis16-3 |
24         \stemup
25         )cis4\> ~ cis16 a \!d8 ~ d4 a( |
26         %5
27         )b2-4 ~ b4 a-5 ~ |
28         a16 a-5 \stemup g! f g4-4\< ~ g f-3 ~ |
29         \!f16 a g f  e16 g8.-5 ~  g16 g-5 f-4 e-3  d-1 f8.-4 ~ |
30         f16 f-3 e d b'4 a-5 g-5 |
31 %       fis4-4 g r8\<-"rall." g16-1( bes-2 \!e4-5 |
32         fis4-4 g r8\< g16-1( bes-2 \!e4-5 |
33         %10
34         )d1-5
35         \bar "|.";
36 }
37
38 two = \context Staff \notes\relative c{
39         \context Voice=ii
40         r16\p d''-5( c-4 bes-3  a-2 bes-3 f-1 g-2 
41         a8.-\mordent bes16-1  g8.-\prall f16-1 |
42         \stemdown
43         )f2 e2 |
44         \translator Staff=lower \stemup
45         r4 a,-1 bes-2 b-1 |
46         \translator Staff=upper \stemdown
47         r16 b'-3 a-1 g-2  f8. f16-2 e2 ~ |
48         %5
49         e2 ~ e4 ~ e16 e-2 f! d-1 |
50         s4 e32 d e8.~ e4 d4 ~ |
51         d4. cis16-2 d-1 cis4 d-1 ~ |
52         d8 r r16 e-2 f d r16 e-2 f d r d-1 e-3 cis |
53         r16 e-3 d-1 c!-2  bes! d8. s4 r16\> bes'-2 a-2 \!g-1 |
54         %10
55         fis1-2
56 }
57
58 three = \context Staff \notes\relative c{
59         \context Voice=iii
60         \stemup
61         f2-1( e-2 |
62         \stemboth
63         )d16 d'( c bes  a-4 bes-2 f-5 g-4 
64         a8.-\mordent bes16-2 
65         g8.-\prall-4 f16-5 |
66         )f2-5 g4-4 gis |
67         a2-2 ~ a16 a-1( g f  e-4 f-2 c-5 d |
68         %5
69         e8.-\mordent f16  d8.-\prall-4 c16-5 \stemboth )c4.-5 d8-4 |
70         \stemdown
71         e4 ~ e16 f-2( e-3 d-4  cis a b cis-3  d-4 e-3 f-2 d-4 |
72         \property Voice . textStyle = "finger"
73         )bes!2-"5\\_4" a ~ |
74         a a |
75         d, cis'-5 |
76         %10
77         a'1-2
78         \bar "|.";
79 }
80
81 four = \context Staff \notes\relative c{
82         \context Voice=iv
83         \stemdown 
84         d2-3 cis-4 |
85         \skip 1*2; |
86         \skip 4*3;
87         \translator Staff=upper \stemup \property Voice.horizontalNoteShift = 1 
88         c''4-5 |
89         %5
90         a gis-2 ~ gis16 gis-3 fis e 
91         \skip 4*1;
92         \translator Staff=lower \stemdown \property Voice.horizontalNoteShift = 0 
93         \stemup
94         b2-1 a-1 |
95         g a4. gis16 a |
96         gis2 < g8 cis,> <f-3 d-1> e4-2 |
97         d4. fis16-3 g-2 r16 bes8.-1 ~ bes4 |
98         %10
99         \stemdown
100         d,1-5
101 }
102
103 global = \notes{
104         \time 4/4;
105         \key F;
106 }
107
108 \score{
109         % Allegretto
110         \context PianoStaff <
111                 \context Staff = upper <
112                         \global
113                         \one
114                         \two
115                 >
116                 \context Staff = lower <
117                         \global
118                         \clef "bass";
119                         \three
120                         \four
121                 >
122         >
123         \paper{
124         }
125         \midi{ \tempo 4 = 40; }
126         \header{
127                 piece = "6";
128                 opus = "BWV 940";
129         }
130 }
131