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

  \version "2.12"

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

% Die Stimmen

  rechtsMelodie = \relative g' {
  <g e>8.[\(_\p <a f>16] <g e>8 <e c>4.\) |
  <g e>8.\( <a f>16 <g e>8 <e c>4.\) |
  <f d'>4\( <f d'>8 <f h>4.\) | <e c'>4\( <e c'>8 <e g>4.\) |
  \repeat unfold 2 { <f a>4\(_\< <f a>8 <a c>8. <g h>16 <f a>8\)\! | <e g>8.\(_\> <f a>16 <e g>8 <c e>4.\)\! | }
  <f h d>4\(_\p_\< <f h d>8 \voiceOne f'8.\! d16 h8\) \oneVoice |
  <e, c'>4.(_\> <g e'>)\! | \voiceOne c8.[\( g16] e8\) g8.\( f16 d8\) \oneVoice | c4.~ c4 r8 | \bar "|."
  }

  rechtsUMelodie = \relative f' {
  s2.*8 | s4. <f h>4( f8) | s2. | e4(_\pp c8)_\> h4( h8) | s2.\! | \bar "|."
  }

  linksMelodie = \relative c {
  c4. c | c c | g g | c c | f, f | c' c | f, f | c' c | g g | c c | g g | c( \chordmode { c,4) } s8 | \bar "|." 
  }

  linksPausen = \relative c {
  s2.*11 | s2 s8 r8 | \bar "|." 
  }