summaryrefslogtreecommitdiff
path: root/hr/stch/fertig/jene/stimmen.ly
blob: a8c4641f80874837d82c2085ca3342f71deab45a (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
%some settings% vim: ai sw=2 lbr nu et

  \version "2.12"

  global = {
    %\autoBeamOff
  }

% Die Stimmen

  sopranMelodie = \relative c'' {
    <<
      { \meta }
      %\sopranArt
      %the actual tune
      {
	r1 r4 r4 r2 
        r4 a8 a8 fis'2( ~ fis4 d8 cis8) b2 ~ b4 r4 r2 
        r2 r4 e,8 e8 a8 a8 b8 b8 cis8 a8 a8 a8 gis4 a4 b4 cis4 b8( e8 dis8 cis8 b4) a8 a8 gis4 gis4 b4 b4 e,2 
        r4 e8 e8 d'4. b8 cis4. a8 cis8( b8) b4 
        r4 e,8 e8 d'4. b8 cis4. a8 cis8( b8) b4 
        r4 e,8 e8 a4 a4 b4 b4 e4.( cis8 a4) a8 gis8 fis8( d'8) cis8( b8) cis4 b4 a2 r2 
      }
    >>
  }

  altMelodie = \relative c'' {
    <<
      { \meta }
      %\tenorArt
      %the actual tune
      {
	r2 r2 r4 a8 a8 cis2 a4 a8 a8 a2( b4 a4) gis2 ~ gis4 r4 r2 
        r2 r4 e8 e8 e8 fis8 gis8 fis8 e8 e8 e8 e8 e2 e2 gis4. a8 gis4 e8 fis8 e4 e4 e4 dis4 e2 
        r4 e8 e8 b'4. gis8 a4. fis8 a8( gis8) gis4 
        r4 e8 e8 b'4. gis8 a4. fis8 a8( gis8) gis4 
        r4 e8 e8 e4 e4 e8( fis8) a8( gis8) b4( gis4 a4) e8 e8 fis4 a4 a4 a8( gis8) a2 r2 
      }
    >>
  }
  
  tenorMelodie = \relative c' {
    <<
      { \meta }
      %\tenorArt
      %the actual tune
      {
        \clef "treble_8"
	r2 r2 r4 a8 a8 cis2 a4 a8 a8 a2( b4 a4) gis2 ~ gis4 r4 r2 
        r2 r4 e8 e8 e8 fis8 gis8 fis8 e8 e8 e8 e8 e2 e2 gis4. a8 gis4 e8 fis8 e4 e4 e4 dis4 e2 
        r4 e8 e8 b'4. gis8 a4. fis8 a8( gis8) gis4 
        r4 e8 e8 b'4. gis8 a4. fis8 a8( gis8) gis4 
        r4 e8 e8 e4 e4 e8( fis8) a8( gis8) b4( gis4 a4) e8 e8 fis4 a4 a4 a8( gis8) a2 r2 
      }
    >>
  }

  bassMelodie = \relative c {
    <<
      { \meta }
      %\bassArt
      %the actual tune
      \clef bass
      {
	r4 e8 e8 a2 e4 r4 r2 r4 a8 a8 d,2( ~ d4 b4) e2 ~ e4 r2 
        e8 e8 a4 a4 e4 e4 cis4( e8 cis8) a4 cis8 cis8 d4 cis4 gis'4 a4 e2( ~ e8 dis8) cis8 dis8 e4 cis4 b4 b4 e4 
        e8 e8 d8 cis8 b8 a8 <e' e,>1 q4 
        e8 e8 d8 cis8 b8 a8 <e' e,>1 q4 
        gis,8 b8 e4 d4 cis2 gis4( d'4) cis4( e4 fis4) cis8 a8 d4 fis4 e4 e4 a,2 r4 e'8 e8 
      }
    >>
  }