diff options
Diffstat (limited to 'hr/stch/fertig/evening/texte.ly')
-rw-r--r-- | hr/stch/fertig/evening/texte.ly | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/hr/stch/fertig/evening/texte.ly b/hr/stch/fertig/evening/texte.ly new file mode 100644 index 0000000..fb6a5cc --- /dev/null +++ b/hr/stch/fertig/evening/texte.ly @@ -0,0 +1,33 @@ +% vim: encoding=utf8 nu + +%Die Textaufteilungen + + oberWords = \lyrics { + Eve -- ning ri -- ses, spi -- rit come, sun goes down, the day is done. + Mo -- ther Earth a -- wa -- kens me with the heart -- beat of the sea. + } + + melWords = \lyrics { + Eve -- ning rise, spi -- rit come, sun goes down, the day is done. + Mo -- ther Earth a -- wa -- kens me with the heart -- beat of the sea. + } + + altAW = \lyrics { + Eve -- ning rise, spi -- rit come, sun goes down when the day is done. + Mo -- ther Earth a -- wa -- kens me, heart -- beat of the sea. + } + + altBW = \lyrics { + Eve -- ning rise, spi -- rit come, sun goes down when the day is done. + Mo -- ther Earth a -- wa -- kens me with the heart -- beat of the sea. + } + + tenorWords = \lyrics { + Eve -- ning rise, spi -- rit come, sun goes down when the day is done. + Mo -- ther Earth a -- wa -- kens me with the heart -- beat of the sea. + } + + bassWords = \lyrics { + Eve -- ning rise, spi -- rit come, sun goes down, day is done. + Mo -- ther Earth a -- wa -- kens me, heart -- beat of the sea. + } |