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

  \version "2.12"

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

% Die Stimmen

  rechtsMelodie = \relative a' {
  <a c>2_\mf <b d> | <a c>4. <g b>8 <f a>4( <g b>) |
  <a c>2 <b d> | <a c>4. <g b>8 <f a>4( <g b>) |
  <a c>2 <g c>_\< | <g h d> <g c e>4 <a c f> | <g c e>2_\> \voiceOne <h d> \oneVoice | <e, g c>2.\! r4 |
  <e g>4.(_\p <f a>8) <e g>4 <f a> | <g b>4.( <a c>8) <g b>2 |
  <f a>4.( <g b>8) <f a>4 <g b> | <a c>4.(_\< <b d>8) <a c>2 |
  <a f'>4(\f <c e>) <b d>( <a c>) | <d f> <b d> <fis c'> <g b> | <f a>2 \voiceOne g \oneVoice | f2. r4 | \bar "|."
  }

  rechtsUMelodie = \relative g' {
  s1*6 | s2 g4 f | s1*7 | s2 f4 e | s1 \bar "|."
  }

  linksMelodie = \relative f {
  \repeat unfold 2 { f2 b, | f' f | }
  f e | d c4 f, | g2 g | c2. s4 |
  c2 c | c2. c4 | f,2 f | f2. f4 | f a b f | b2 a4 g | c2 c | f2. s4 | \bar "|." 
  }

  linksPausen = \relative f {
  s1*7 | s2. r4 |
  s1*7 | s2. r4 | \bar "|." 
  }