summaryrefslogtreecommitdiff
path: root/hr/michi/bluebird/texte.ly
blob: 28b95d827d2241faadcf2c8cb99e0893faf93e63 (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
43
%some settings% vim: ai sw=2 lbr nu et

% Abkürzungen

% Die Textaufteilungen %  -- _

  sopranText = \lyrics {
    %<+hier den Text für den Sopran eintragen+>
  }

  altText = \lyrics {
    %<+hier den Text für den Alt eintragen+>
  }

  below = \lyricmode {
    The lake lay
    \set ignoreMelismata = ##t
    blue
    be_-_low_the
    \unset ignoreMelismata
  }

  tenorText = \lyrics {
    %<+hier den Text für den Tenor eintragen+>
    \below hill,
    \below hill,
    be_-_low_the hill,
    lay blue,
    Cold and still,
    there flew a bird whose wings were pa -- lest blue.
    The sky a -- bove was blue at last,
    The sky be -- neath me blue in blue,
    was blue in blue,
    blue in blue,
    It caught, it caught his im -- age,
    his im -- age as he flew.
    \below hill.
  }

  bassText = \lyrics {
    %<+hier den Text für den Baß eintragen+>
  }