]> git.donarmstrong.com Git - lilypond.git/blob - mutopia/Hymns/passion.ly
a4754360a35372b603d9f0c51e1a23abe3e9afd6
[lilypond.git] / mutopia / Hymns / passion.ly
1 \header {
2 filename = "passion.ly";
3 title = "Passion Chorale";
4 composer = "J. S. Bach";
5 enteredby = "Peter Chubb";
6 }
7
8 \version "1.0.10";
9
10 sop=\notes \transpose c'' {
11         \repeat 2 {
12         \partial 2;
13         e2 | a g f e | d1 e2 ^"{\kern1em\Huge ,}" b | c' b4([c'8
14         )d'] c'2 b4( )a4 |
15         a1. }
16         c'2 | b4( )a4 g2 a b | c'1 c'2 ^"{\kern1em\Huge  ,}" g2 |
17         a g a4( )g f2 | e1. ^"{\kern3em\Huge ,}"
18         c'2 | b4( )c'4 d'2 c' b | a1 b2 ^"{\kern1em\Huge  ,}" 
19         e2 | f e d g4( )f4 | e1. \bar "||";
20 }
21
22 alt=\notes \transpose c'' {
23         \repeat 2 { 
24         \partial 2;
25         c2 | c4( )d4 e2 a,4( )b,4 c2 |  c2( )b, c
26         e | e f e d4( )c4 |
27         c1. }
28         e2 | fis e f f |  g( )f e 
29         e2 e4( )d cis( )d e2 e4(
30         )d |  d2( )cis1 
31         a2 | g g g4( )a b( )g | g2( )fis g
32         c2 | d c d e4( )d | d2( c )b, \bar "||";
33 }
34
35
36 ten=\notes{
37         \repeat 2 {
38         \partial 2;
39         a2 | a4( )b c'2 d' g |  a( )g g b |
40         a a a gis |
41         e1. }
42         a2 | fis b c' d' | c'4( bes2 )aes4 g2  
43         c'4( )bes |a2 bes a a | a1. 
44         d'2 | d' d'4( [e'8 )f'8] e'2 d' | e'2( )d' d' 
45         g2 | g g g4( )a bes2 |  b2( a )gis  \bar "||";
46 }
47
48 bass=\notes{
49         \repeat 2 {     
50         \partial 2;
51         a4( )g | f2 e d c |  fis,( )g,  c
52         gis,2 | a, d e e | 
53         a,1.  }
54         a2 | dis e ees d |  e( )f c 
55         c | f e4( )d cis2 d | a,1. 
56         fis2 | g4( )a b2 e4( )fis g2 | cis2( )d2 g, 
57         c2 | b, c bes,4( )a, g,2 |  gis,2( a, )e  \bar "||";
58 }
59
60 global=\notes{
61         \key c;
62         \time 4/2;
63         \property Staff.timeSignatureStyle="none"
64 }
65
66 \score{
67         <
68                 \type Staff = "top" {
69                 \clef "treble";
70                 \global
71                 \type Staff <{\voiceone \sop}{\voicetwo \alt} >
72                 }
73                 \type Staff = "bottom" {
74                 \clef "bass";
75                 \global
76                 \type Staff <  {\voiceone \ten}{\voicetwo \bass} >
77                 }
78         >
79
80       \paper {
81         linewidth= 140.\mm;
82
83         gourlay_maxmeasures = 6.;
84       }
85 }