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