diff options
author | Erich Eckner <git@eckner.net> | 2014-09-10 17:47:07 +0200 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2014-09-10 17:47:07 +0200 |
commit | 49d14358c33b7d0ba7e7c381f91943617c7723ea (patch) | |
tree | fd55f0d3900d53978587d2228553359f86e69bbe /hr/stch/beatles/blackbird/texte.ly | |
parent | 646f69a657326ca8dd733dfa579a90f89823d677 (diff) | |
download | Musik-49d14358c33b7d0ba7e7c381f91943617c7723ea.tar.xz |
Hauke eingefügt
Diffstat (limited to 'hr/stch/beatles/blackbird/texte.ly')
-rw-r--r-- | hr/stch/beatles/blackbird/texte.ly | 128 |
1 files changed, 128 insertions, 0 deletions
diff --git a/hr/stch/beatles/blackbird/texte.ly b/hr/stch/beatles/blackbird/texte.ly new file mode 100644 index 0000000..7ed4563 --- /dev/null +++ b/hr/stch/beatles/blackbird/texte.ly @@ -0,0 +1,128 @@ +%some settings% vim: ai sw=2 lbr nu et + +% Abkürzungen + + tacetA = \lyricmode { + _ _ _ _ _ _ _ _ _ + } + + tacetB = \lyricmode { + _ _ _ + } + + tacetC = \lyricmode { + _ _ _ _ _ _ _ _ _ _ _ _ _ + } + + blackbird = \lyricmode { + Black -- bird, fly, + Black -- bird, fly, + in -- to the light of a dark, black night. + } + +% Die Textaufteilungen + + sopranText = \lyricmode { + %<+hier den Text für den Sopran eintragen+> + Black -- bird sin -- ging in the dead of night + Take these bro -- ken wings and learn to fly; + All your life + You were on -- ly wait -- ing for this mo -- ment to a -- rise. + \tacetC + \blackbird + _ + \tacetA + \tacetB + \tacetC + \blackbird + Black -- bird sin -- ging in the dead of night + Take these bro -- ken wings and learn to fly; + All your life + You were on -- ly wait -- ing for this mo -- ment to a -- rise. + You were on -- ly wait -- ing for this mo -- ment to a -- rise. + You were on -- ly wait -- ing for this mo -- ment to a -- rise. + } + + altText = \lyricmode { + %<+hier den Text für den Alt eintragen+> + Dn dn dn dnn + Dn dn dn dnn … _ _ _ _ + \tacetC + \tacetC + \tacetA + _ _ %_ _ _ _ _ _ + \tacetC + \tacetA + _ dn dn dng -- a dn dn dng -- a dng -- a dn dn dn dng -- a dn + dn dn dn dn dn dn dnn … + _ _ _ _ _ _ _ + Dn dn dn dnn … _ _ _ + \tacetC + \tacetA + } + + tenorText = \lyricmode { + %<+hier den Text für den Tenor eintragen+> + Dn dn dn dn dn dn + a dng -- a dn dng -- a dng -- a dn + Dn dn dn dn dn dn + a dng -- a dn dng -- a dng -- a dn + … _ _ _ _ _ _ _ + \tacetA + _ _ _ _ + \tacetA + \tacetA + \tacetA + \tacetB + \tacetB + \tacetA + \tacetC + \tacetC + _ _ _ _ + \tacetB + \tacetB + \tacetA + _ _ _ _ _ _ _ _ + \tacetA + _ _ _ _ + \tacetA + \tacetA + \tacetA + \tacetC + \tacetC + _ _ _ _ + \tacetB + \tacetB + dng -- a dng -- a dn dn dn dng -- a dn + dn dng -- a dng -- a dn dn dn dng -- a dn + dn dn dn dn dn dn dnn + Dn … _ _ _ _ _ _ _ _ _ + Dn dn dn dn dn dn + a dng -- a dn dng -- a dng -- a dn + … _ _ _ _ _ _ _ + \tacetA + _ _ _ _ + \tacetA + \tacetA + \tacetA + } + + bassText = \lyricmode { + %<+hier den Text für den Baß eintragen+> + Dn dn dn dnn + Dn dn dn dnn … _ _ _ _ + \tacetC + \tacetC + \tacetA + _ %_ _ _ _ _ + \tacetC + \tacetA + \tacetC + \tacetC + \tacetC + Frrr, + Dn dn dn dn … _ _ _ + Dn dn dn dnn … _ _ _ _ _ _ _ _ + \tacetC + } + |