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

  \version "2.12"

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

% Die Stimmen

  rechtsMelodie = \relative c'{
  s2*3 | s4. r8 |
  s2*11 | s4. r8 | \bar "|."
  \bar "|."
  }

  rechtsOMelodie = \relative d'' {
  d4 h8 c | d16 e d e d4 | c a8 d | h4. s8 |
  a a h g | h4 a | c8 c d a | c4 h |
  a8 a h cis | d4 a | h8 e d cis | e4 d |
  d h8 c | d16 e d e d4 | c a8 d | h4. s8 | \bar "|."
  }

  rechtsUMelodie = \relative h' {
  h4_\p g8 a | h16 c h c h4 | a4 fis8 fis | g4. s8 |
  fis_\< fis g d | g4\> fis | a8\< g fis d | a'4\> g |
  a8\< g g g | fis4 fis\> | g\mf\< fis8 e | g4\> fis |
  h\p g8 a | h16 c h c h4 | a4 fis8 fis g4. s8 | \bar "|."
  \bar "|."
  }

  linksMelodie = \relative g {
  g8 d g4 | g4. g8 | d4. d8 | g d g s |
  d4 g,8 h | d2 | d4. fis8 | g2 |
  a4. a8 | d,2 | g,4 a | d2 |
  g8 d g4 | g4. g8 | d4. d8 | g d g s | \bar "|." 
  }

  linksPausen = \relative g {
  s2*3 | s4. r8 |
  s2*11 | s4. r8 | \bar "|." 
  }