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

  \version "2.12"

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

% Die Stimmen

  rechtsMelodie = \relative fis' {
  <fis a>4.\(_\p <g h>8\) <fis a>4 <e g> | <d fis>2 <cis e>\breathe |
  d4\( <cis e>8[ <d fis>] <e g>4\) <d fis> | <cis e>1\breathe |
  <d fis>4_\< <fis a> <g h> <fis a> | <h d>2 <a cis>4(\! <g h>)\breathe |
  <fis a>\( <e g>8[ <d fis>] <e g>4\) <cis a'>_\> | <d fis>2. r4\! | \bar "|."
  }

  linksMelodie = \relative d' {
  d2. g,4 | a2 a4 g\breathe |
  fis e8 d cis4 d | a1\breathe |
  d2. d4 | g,2. g4\breathe | a2. a4 | d2. s4 | \bar "|." 
  }

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