summaryrefslogtreecommitdiff
path: root/hr/quartett/dignare/stimmen.ly
blob: 844c622c45fa44446d7925cd9d88c7494591737f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
%some settings% vim: ai sw=2 lbr nu encoding=utf8 et

  \version "2.12"
  \include "dynArt.ly"

% Die Stimmen

  sopranMelodie = \relative c' {
    <<
      %\sopranArt
      %the actual tune
      {
	e2 
        g2 a2 
        b2 c2 
        b2. a4 
        e2\fermata g2 
        b2 c2 
        d2 e2 
        d2. a4 
        b2 s2 
        b2 a4 b4 
        c2( a4) c4 
        e2( d4) d4 
        e2\fermata e2 
        d2 c2 
        b2 a2 
        b2. b4 
        cis2\fermata e,2 
        fis2 g2 
        fis2 fis2( 
        gis2) a2 
        gis2\fermata b2 
        c2. c4 
        b2 e,2 
        e2 fis2 
        gis1\fermata 
      }
    >>
  }

  altMelodie = \relative c' {
    <<
      %\altArt
      %the actual tune
      {
	e2 
        e2 c2 
        d2 e2 
        d2( c4) c4 
        b2 g'2 
        g2 e2 
        g2 g2 
        g2. fis4 
        g2 s2 
        b2 a4 b4 
        c2( a4) a4 
        g2. g4 
        g2 e2 
        e2 e2 
        e2 e2 
        e2. e4 
        e2 cis2 
        d2 d2 
        d2 dis2( 
        e2) e2 
        e2 e2 
        e2. e4 
        e2 e2 
        e2 e2 
        e1 
      }
    >>
  }
  
  tenorMelodie = \relative c {
    <<
      %\tenorArt
      %the actual tune
      \clef "treble_8"
      {
	e2 
        e2 e2 
        g2 g2 
        g2( e4) e4 
        g2\fermata g2 
        g2 g2 
        d'2 c2 
        b4( a8 g8 a4) d4 
        d2 s2 
        b2 a4 b4 
        c2( a4) a4 
        c2. b4 
        c2\fermata c2 
        b2 a2 
        gis2 a2 
        a2( gis4) gis4 
        a2\fermata a2 
        a2 b2 
        a2 b2 ~ 
        b2 cis2 
        b2\fermata gis2 
        a2. a4 
        gis2 e2 
        e2 c'2 
        b1\fermata 
      }
    >>
  }

  bassMelodie = \relative c {
    <<
      %\bassArt
      %the actual tune
      \clef bass
      {
	e2 
        c2 a2 
        g2 c2 
        g2( a4) a4 
        e'2 g2 
        e2 c2 
        b2 c2 
        d2. d4 
        g,2 s2 
        b'2 a4 b4 
        c2( a4) f4 
        e4( f4 g4) g4 
        c,2 a2 
        b2 c4( d4) 
        e2 e2 
        e2. e4 
        a,2 a2 
        d2 g,2 
        d'2 b2( 
        e2) a,2 
        e'2 e2 
        a,2. a4 
        e'2 e4( d4) 
        c2 a2 
        c,1 
      }
    >>
  }