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/fertig/spirit/texte.ly | |
parent | 646f69a657326ca8dd733dfa579a90f89823d677 (diff) | |
download | Musik-49d14358c33b7d0ba7e7c381f91943617c7723ea.tar.xz |
Hauke eingefügt
Diffstat (limited to 'hr/stch/fertig/spirit/texte.ly')
-rw-r--r-- | hr/stch/fertig/spirit/texte.ly | 70 |
1 files changed, 70 insertions, 0 deletions
diff --git a/hr/stch/fertig/spirit/texte.ly b/hr/stch/fertig/spirit/texte.ly new file mode 100644 index 0000000..6f383e6 --- /dev/null +++ b/hr/stch/fertig/spirit/texte.ly @@ -0,0 +1,70 @@ +%some settings% vim: ai sw=2 lbr nu et + +% Abkürzungen + +% Die Textaufteilungen + + soloBla = \lyrics { + Up -- on the moun -- tain + my Lord spoke, + Out of His mouth came + fire and smoke; + Looked all a -- round me, + It looked so fine, + till I asked my Lord + if all was mine. + % + Jor -- dan ri -- ver + is chil -- ly and cold, + It chills the bo -- dy, + but not the soul; + There ain’t but one train + up -- on this track, + it runs to heav -- en + an’ right back. + } + + 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+> + Ev -- ’ry time I feel the spir -- it, + Mov -- ing in my heart, + I will pray; + Yes, Ev -- ’ry time I feel the spir -- it, + Mov -- ing in my heart, + I will pray, + Hum _ _ _ _ _ + Ev -- ’ry time I feel the spir -- it, + Mov -- ing in my heart, + I will pray; + Yes, Ev -- ’ry time I feel the spir -- it, + Mov -- ing in my heart, + I will pray. + Hum _ _ _ _ _ + I will pray, + ev -- ’ry time I feel the spi -- rit, I will pray, + I will pray, + I will pray, + Ev -- ’ry time I feel the spi -- rit, I will pray, + Ev -- ’ry time I feel the spi -- rit, + Mov -- ing in my heart, + Oh, the spir -- it + mov -- ing in my heart, + Oh, yes + Ev -- ’ry time I feel the spi -- rit, + Mov -- ing in my heart, + oh, mov -- ing in my heart, + I will pray. + } + |