summaryrefslogtreecommitdiff
path: root/hr/michi/gardens/texte.ly
blob: 8ad7161a18a275d02eb7f4812617d307903bac50 (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
44
45
%some settings% vim: ai sw=2 lbr nu et

% Abkürzungen

  stzI = \lyricmode {
    \set stanza = "1."
    Down _ by the Sal -- ley _ Gar -- dens
    my love and I did meet.
    She passed the Sal -- ley Gar -- dens
    with litt -- le snow -- white feet.
    She bid me take love ea -- sy,
    as the leaves grow on the tree.
    But I was not as foo -- lish,
    with her did not a -- gree.
  }
  stzII = \lyricmode {
    \set stanza = "2."
    In a field _ _ by the ri -- ver
    my love and I did stand.
    And on my lea -- ning shoul -- der
    she laid her snow -- white hand.
    She bid me take life ea -- sy,
    as the grass grows on the weirs.
    But I am not as foo -- lish
    and now am full of tears.
  }

% Die Textaufteilungen %  -- _

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

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

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

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