summaryrefslogtreecommitdiff
path: root/Ich_lobe_meinen_Gott/stimmen.ly
blob: 3e475e8ed93c27e8eb971e3556f34d14328f134e (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
%some settings% vim: ai sw=2 lbr nu et

  \version "2.12"

  global = {
    \key f \major
    %\override Staff.TimeSignature #'style = #'()
    \time 2/2
    \autoBeamOff
  }

% Die Stimmen

  sopranMelodie = \relative a' {
    a2_\mf g8 a b c | f,2. f4 | d'2 c4( b) | a a2 \breathe f4 |
    d' d c c8 b | a4 a8 g f4 f8 f | b4 a g f |
    f2 e | \breathe a g8 a b c | f,2. f4 | d'2 c4( b) | a a2 \breathe f4_\mp |
    \repeat volta 2 { d' d c c8 b | a a a g f4. f8 | b4( a) g4.( f8) | } \alternative {{ f2. \breathe f4_\f | } { f1 | \bar "|." }}
  }

  altMelodie = \relative c' {
    f2 e8 e e e | d2. d4 | f2 e | f4 f2 \breathe f4 |
    f f e e8 e | e4 e8 e d4 d8 d | d4 d d d |
    c2 c | \breathe f e8 e e e | d2. d4 | f2 e | f4 f2 \breathe f4 |
    \repeat volta 2 { f f e e8 e | e e e e d4. d8 | d2 e | } \alternative {{ f2. \breathe f4 | } { c1 | \bar "|." }}
  }
  
  tenorMelodie = \relative c' {
    c2 c8 c c b | a2. a4 | b2 a4( c) | c c2 \breathe a4 |
    b a g g8 g | a4 a8 a a4 a8 a | g4 g g g |
    g2 g | \breathe c c8 c c b | a2. a4 | b2 g4( c) | c c2 \breathe a4 |
    \repeat volta 2 { b a g g8 g | a a a a a4. a8 | g2 b2 | } \alternative {{ a2. \breathe a4 | } { a1 | \bar "|." }}
  }

  bassMelodie = \relative f {
    f2 c8 c c c | d2. c4 | b2 c | f4 f2 \breathe f4 |
    b, b c c8 c | cis4 cis8 cis d4 d8 c | b4 b h h |
    c2 c | \breathe f c8 c c c | d2. c4 | b2 c | f4 f2 \breathe f4 |
    \repeat volta 2 { b, b c c8 c | cis cis cis cis d4. c8 | b2 c2 | } \alternative {{ f2. \breathe f4 | } { f1 | \bar "|." }}
  }