diff options
Diffstat (limited to 'hr/michi/failed/texte.ly')
-rw-r--r-- | hr/michi/failed/texte.ly | 53 |
1 files changed, 53 insertions, 0 deletions
diff --git a/hr/michi/failed/texte.ly b/hr/michi/failed/texte.ly new file mode 100644 index 0000000..ab8412f --- /dev/null +++ b/hr/michi/failed/texte.ly @@ -0,0 +1,53 @@ +%some settings% vim: ai sw=2 lbr nu et + +% Abkürzungen + + commonI = \lyricmode { + I will sing of God’s mer -- cy, + ev -- er -- y day, + ev -- er -- y hour, + He gives me power. + I will sing and give thanks to Thee + for all the dan -- gers, toils and snares + that He has brought me out. + He is my God and I’ll serve + } + commonII = \lyricmode { + Trust and nev -- er doubt, + Je -- sus will sure -- ly bring you out, + He nev -- er failed me yet. + } + commonIII = \lyricmode { + He nev -- er failed me, + He nev -- er failed me yet! + } + +% 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+> + \commonI Him. + \commonII + I will + yet. + \commonII + %I will + %yet. + \commonI Him. + \commonII + \commonIII + \commonII + } + + bassText = \lyrics { + %<+hier den Text für den Baß eintragen+> + } + |