summaryrefslogtreecommitdiff
path: root/Weihnachtslieder/Morgen_Kinder_wirds_was_geben/stimmen.ly
blob: fdddbe6fd5cc0025b9e434885787627542b28cbc (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 g \major
    %\override Staff.TimeSignature #'style = #'()
    \time 2/4
    \autoBeamOff
  }

% Die Stimmen

  rechtsMelodie = \relative g'{
  \voiceOne g8 d e d | e16[( g]) fis[( a]) g8 d
  \oneVoice | <g h>8 <g h>16[ <a c>] <h d>8 <g h> | <a c> <g h> <fis a>4 | 
  \voiceOne g8 d e d | e16[( g]) fis[( a]) g8 d \oneVoice |
  <g h>8 <g h>16[ <a c>] <h d>8 <g h> | <a c> <g h> <fis a>4 | <a c>8 <a c> <g e'> <g e'> |
  <fis a> <fis a> <g d'>4 | <e g>8 <e g> <e c'> <e c'> |
  \voiceOne h'16[ a] g[ fis] g4 | \bar "|."
  \bar "|."
  }

  rechtsUMelodie = \relative h {
  h4 c8 h | c16 r c r h4 | s2*2 |
  h4 c8 h | c16 r c r h4 | s2*5 |
  d16 r c r h4 | \bar "|."
  }

  linksMelodie = \relative g {
  g4 g | c,8 d g4 | g g | fis8 g d4 | g g | c,8 d g4 |
  g g | fis8 g d4 | a' c, | d8 c h4 | c a | d g | \bar "|." 
  }