summaryrefslogtreecommitdiff
path: root/Dies_ist_der_Tag_des_Herrn/stimmen.ly
blob: 23ea71fc9808964284778622a648b1ce0756fc33 (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
%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

%  pausen = { r2. s4 | s1*14 | s2. r4 | \bar "|." }

  sopranMelodie = \relative a' {
    a4 | fis d a' fis | d'2. \breathe cis4 | h a g fis | e2. \breathe
    e4 | fis d h' a | gis e e' d | cis2 h | a2. \breathe
    a4 | h2 cis | d2. \breathe d,4 | e fis g a | h cis d e | d2 cis | d2. \bar "|."
  }

  altMelodie = \relative a' {
    a4 | fis d a' fis | fis2. a4 | g d d8( cis) d4 | cis2.
    cis4 | d d fis fis | e e e fis | e a2( gis4) | e2.
    d4 | d2 e | a4( g fis) d | d d d8( cis) d4 | fis fis fis g | fis2 e4( g) fis2. \bar "|."
  }

  tenorMelodie = \relative a {
    a4^\f | fis d a' fis | d'2. \breathe d4 | d a a a | a2. \breathe 
    a4 | a g h h | h gis a a | a( cis) e( d) | cis2. \breathe 
    a4 | g2 a2 | a2. \breathe a4 | h h h a | d cis h h | a2 a | a2. \bar "|." }

  bassMelodie = \relative a {
    a4 | fis d a' fis | h2. fis4 | g fis e d8( fis) | a2.
    g4 | fis e d d | e e8( d) cis4 d | e2 e2 | a2.
    fis4 | g2 g | fis4( e d) fis | g fis e fis | h ais h g | a2 a, | d2. \bar "|."
  }