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

  \version "2.12"

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

% Die Stimmen

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

  rechtsOMelodie = \relative d'' {
  d16[( c]) h c d8 h | g a h4 | h16 a g a h8 g | d fis g4 |
  a8 d d4 | h8 d d4 | a8 e' d h | d c16[( h]) a4 | d16[( c]) h c d8 h |
  g a h4 | h16 a g a h8 g | d fis g4 | \bar "|."
  a8. h16 c8 a | h\( c\) d4 | e8 d c h | c4. s8 | a8. h16 c8 a | h c d4 | d,8 h' h a g4. s8 | \bar "||"
  }

  rechtsUMelodie = \relative h' {
  h16[(_\mf a]) g a h8 g | e fis g4 | g16 fis g fis g8 d | d c h4 |
  a'8 a a4 | g8 h h4 | fis8 c' h g | h a16[( g]) fis4 | h16[( a]) g a h8 g |
  e fis g4 | g16 fis g fis g8 d | d c h4 | \bar "|."
  fis'8. g16 a8 fis | g\( a\) h4 | c8 h a gis | a4. s8 | fis8. g16 a8 fis | g a h4 | d,8 h' d, c | h4. s8 | \bar "||"
  }

  linksMelodie = \relative g, {
  g2 | e'8 d g,4 | g4. h8 | d4 g, |
  d' d | g, g | d' g, | d'4. d8 | g,2 | e'8 d g,4 | g4. h8 | d4 g, | \bar "|."
  d'2 | g, | c4 e | a,4. s8 | d2 | g, | d'4 d | g,4. s8 | \bar "||"
  }

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