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

  \version "2.12"

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

% Die Stimmen

  sopranMelodie = \relative a' {
    \repeat volta 2 { a4^\mp | h a g fis | fis2 e4 fis | g2 a^\> | fis2. }
    fis4^\p | e << a { s8^\cresc s\! } >> gis4 h | a4.(^\< h8) cis4 d\! | cis2 h | a2. a4^\f |
    d cis8[ h] a4 a | << h2 { s4^\dim s4\! } >> a4 g | fis(^\> g2) e4 | d2.^\p s4 | \bar "|."
  }

  altMelodie = \relative d' {
    \repeat volta 2 { d4 | d d e d | d2 cis4 d | e2. e4 | d2. }
    d4 | cis e e e | e2 e4 fis | e( a2) e4 | e2. e4 |
    d e a fis | d( e) fis e | d( h) cis2 | a2. s4 | \bar "|."
  }
  
  tenorMelodie = \relative fis {
    \repeat volta 2 { fis4 | g a a a | a2 a4 a | h2 a | a2. }
    a4 | a a h gis | a4.( gis8) a4 a | a( cis) d2 | cis2. cis4 |
    a h8[ cis] d4 d | g,( h) d h | a( e2) g4 | fis2. s4 | \bar "|."
  }

  bassMelodie = \relative d {
    \repeat volta 2 { d4_\mp | g fis cis d | a'2 g4 fis | e( d) cis2_\> | d2. }
    d4_\p | a << cis { s8_\cresc s\! } >> e4 d | cis4.(_\< h8) a4 d\! | e2 fis4( gis) | a2. g4_\f |
    fis g fis d | << h( { s8_\dim s8\! } >> g4) fis g | a2_\> a | d2._\p s4 | \bar "|."
  }