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

  \version "2.12"

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

% Die Stimmen

  pausen = {
    s1*11 | s2. r4 | \bar "|."
  }

  sopranMelodie = \relative e' {
    e4^\mf h e h' | h a8[ g] fis2 | g8 g g g a4 d |
    d \slurDashed \set melismaBusyProperties = #'() c8( h) \slurSolid \set melismaBusyProperties = #'(melismaBusy slurMelismaBusy tieMelismaBusy beamMelismaBusy) a2 | c4.^\f c8 a4 d8 c | h4(^\> a) g2^\! |
    a8^\mf a a a a4. a8 | h4 c d2 | c4.^\f c8 a4 d8 c |
    h4( a) g2 | a8 a a c h4 a | g2. s4 | \bar "|."
  }

  altMelodie = \relative e' {
    e4 h e h' | h a8[ g] fis2 | h,8 h h h d4 fis |
    h \slurDashed \set melismaBusyProperties = #'() a8( g) \slurSolid \set melismaBusyProperties = #'(melismaBusy slurMelismaBusy tieMelismaBusy beamMelismaBusy) fis2 | e4. g8 fis4 fis8 fis | g4( fis) e2 |
    c8 c e e fis8[ e fis] fis | g4 a h g8 fis | e4.( g8) fis4 fis8 fis |
    g4( fis) e2 | c8 c e e fis4 d8[ c] | h2. s4 | \bar "|."
  }

  bassMelodie = \relative e {
    e4 h e h' | h a8[ g] fis2 | e8 e e e fis4 d |
    g \tieDashed \set melismaBusyProperties = #'() g8~ g \set melismaBusyProperties = #'(melismaBusy slurMelismaBusy tieMelismaBusy beamMelismaBusy) d2 | a'8[ g fis] e d4 d8 d | g4( d) e2 |
    a,8 a c c d4. d8 | g4 g g2 | a8[ g fis] e d4 d8 d |
    g4( d) e2 | a,8 a c c d4 fis | g2. s4 | \bar "|."
  }