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/lily_copy/lilydocs/tears/texte_.ly | |
parent | 646f69a657326ca8dd733dfa579a90f89823d677 (diff) | |
download | Musik-49d14358c33b7d0ba7e7c381f91943617c7723ea.tar.xz |
Hauke eingefügt
Diffstat (limited to 'hr/lily_copy/lilydocs/tears/texte_.ly')
-rw-r--r-- | hr/lily_copy/lilydocs/tears/texte_.ly | 175 |
1 files changed, 175 insertions, 0 deletions
diff --git a/hr/lily_copy/lilydocs/tears/texte_.ly b/hr/lily_copy/lilydocs/tears/texte_.ly new file mode 100644 index 0000000..cb801da --- /dev/null +++ b/hr/lily_copy/lilydocs/tears/texte_.ly @@ -0,0 +1,175 @@ +%some settings% vim: ai sw=2 lbr nu et + +% Abkürzungen + +% Die Textaufteilungen + + iiifff = \lyricmode { + if I saw you in heav -- en? + } + sopranTextA = \lyrics { + %<+hier den Text für den Sopran eintragen+> + Doo ba doo ba doo, + doo ba doo ba doo doo doo. + Would you know my name, + \iiifff + Would it be the same, + \iiifff + I must be strong, + ooh, + and car -- ry on, + ’cause I know I don’t be -- long + here in heav -- en. + Ooh! + Ooh. + Ba doo ba doo. + Time can bring you down, + time can bend your knees, + ooh, + time can bend your knees. + Time can break your heart, + have you begg -- ing please, + begg -- ing please! + ’Cause I know I don’t be -- long + here in heav -- en. + } + sopranTextB = \lyrics { + %<+hier den Text für den Sopran eintragen+> + _ _ _ _ _ + _ _ _ _ _ _ _ + Would you hold my hand, + \iiifff + Would you help me stand, + \iiifff + I’ll find my way, + ooh, + through night and day, + ’cause I know I just cant stay + here in heav -- en. + } + sopranTextC = \lyrics { + %<+hier den Text für den Sopran eintragen+> + _ _ _ _ _ + _ _ _ _ _ _ _ + Doo ba doo ba doo, + doo ba doo ba doo doo -- doo. + Doo ba doo ba doo, + doo ba doo ba doo doo doo. + Be -- yond the door + ooh, + there’s peace, I’m sure + and I know there’ll be no more + tears in heav -- en. + } + + altText = \lyrics { + %<+hier den Text für den Alt eintragen+> + } + + tenorText = \lyrics { + %<+hier den Text für den Tenor eintragen+> + } + + cause = \lyricmode { + _ _ _ _ _ _ _ + _ _ _ _ + } + + bassTextA = \lyrics { + %<+hier den Text für den Baß eintragen+> + Doo ba doo ba doo, + doo ba doo ba doo doo, + doo ba doo doo. + Doo doo doo ba doo. + << + { \set stanza = #" 3. " + Would you know my name, } + \new Lyrics = "snd" \lyricmode { + \set stanza = #"2." + Would you hold my hand, + } + \new Lyrics = "trd" \lyricmode { + \set stanza = #"4." + Doo ba doo ba doo, + } + >> + ooh, oh would you, + doo ba doo doo ba doo + << + { Would it be the same, } + \context Lyrics = "snd" \lyricmode { + Would you help me stand, + } + \context Lyrics = "trd" \lyricmode { + Doo ba doo ba doo, + } + >> + doo doo doo, oh would you. + << + { \set stanza = #"4. " + I must be strong, } + \context Lyrics = "snd" \lyricmode { + \set stanza = #"2. " + I’ll find my way, + } + \context Lyrics = "trd" \lyricmode { + \set stanza = #"3. " + Be -- yond the door, + } + >> + doo ba doo ba doo, + << + { and car -- ry on, } + \context Lyrics = "snd" \lyricmode { + through night and day, + } + \context Lyrics = "trd" \lyricmode { + there’s peace, I’m sure. + } + >> + \cause + Ba doo ba doo ba doo ba. + Ba doo ba doo -- ah ba doo. + Time can bring you down, + time can bend your knees, + can bend your knees. + Time can break your heart, + have you begg -- ing please, + begg -- ing please! + Ba dm dm. + ’Cause I know I don’t be -- long + here in heav -- en. + } + bassTextB = \lyrics { + %<+hier den Text für den Baß eintragen+> + _ _ _ _ _ + _ _ _ _ _ _ + _ _ _ _ + _ _ _ _ _ + Would you hold my hand, + _ _ _ _ + _ _ _ _ _ _ + Would you help me stand, + _ _ _ _ _ _ + I’ll find my way, + _ _ _ _ _ + through night and day, + \cause + } + bassTextC = \lyrics { + %<+hier den Text für den Baß eintragen+> + _ _ _ _ _ + _ _ _ _ _ _ + _ _ _ _ + _ _ _ _ _ + Doo ba doo ba doo, + _ _ _ _ + _ _ _ _ _ _ + Doo ba doo ba doo, + _ _ _ _ _ _ + Be -- yond the door, + _ _ _ _ _ + there’s peace, I’m sure. + \cause + } + |