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

  \version "2.12"

  global = {
    \key b \major
    %\override Staff.TimeSignature #'style = #'()
    \time 4/4
    \autoBeamOff
    \set melismaBusyProperties = #'(melismaBusy beamMelismaBusy)
    \tieDashed
    \slurDashed
    \partial 4
  }

% Die Stimmen

  sopranMelodie = \relative d' {
    d4 |
    g4~ g8 a b4 d |
    b8~ b a( g) a4~ a |
    b b8 b c2 |
    d2. b8( c) |
    d4. c8 d4 es8[ d] |
    c4. b8 c~ c d[ c] |
    b4~ b8 a b~ b c( b) |
    a4~ a8 g a4 a |
    g4. a8 b4 d |
    \slurSolid \set melismaBusyProperties = #'(melismaBusy slurMelismaBusy tieMelismaBusy beamMelismaBusy)
    b( a) g2 | \bar "|."
  }

  altMelodie = \relative d' {
    d4 |
    d4~ d8 fis g4 g |
    g8~ g fis( e) fis4~ fis |
    g4 g8 g a2 |
    f2. b8( a) |
    b4. a8 b4 c8[ b] |
    a4. g8 a~ a b8[ a] |
    g4~ g8 fis g~ g a( g) |
    fis4~ fis8 e fis4 fis |
    d4. d8 g4 g |
    fis2 d | \bar "|."
  }

  tenorMelodie = \relative d' {
    d4 |
    b4~ b8 a b4 b |
    d8~ d d~ d d4~ d |
    d d8 d f2 |
    d2. d8~ d |
    b4. b8 b4 c |
    c4. c8 c~ c d4 |
    d~ d8 d d~ d d~ d |
    d4~ d8 d d4 d |
    b4. d8 d4 d |
    d2 b | \bar "|."
  }

  bassMelodie = \relative d {
    d4 |
    g4~ g8 fis g4 g |
    g8~ g g~ g d4~ d |
    g4 g8 g f2 |
    b2. g8~ g |
    g4. g8 g4 g |
    f4. f8 f~ f fis4 |
    g4~ g8 g g~ g g~ g |
    d4~ d8 d d4 d |
    g4. fis8 g4 g |
    d2 g | \bar "|."
  }