diff options
Diffstat (limited to 'Uebers_Gebirg_Maria_geht/texte.ly')
-rw-r--r-- | Uebers_Gebirg_Maria_geht/texte.ly | 56 |
1 files changed, 56 insertions, 0 deletions
diff --git a/Uebers_Gebirg_Maria_geht/texte.ly b/Uebers_Gebirg_Maria_geht/texte.ly new file mode 100644 index 0000000..9ff704a --- /dev/null +++ b/Uebers_Gebirg_Maria_geht/texte.ly @@ -0,0 +1,56 @@ +%some settings% vim: ai sw=2 lbr nu et + +% Abkürzungen + +% Die Textaufteilungen + + sopranITextI = \lyricmode { + \set stanza = "1." + Ü -- bers Ge -- birg Ma -- ri -- a geht zu ih -- rer Bas E -- li -- sa -- beth. + } + + sopranITextII = \lyricmode { + \set stanza = "2." + Was blei -- ben + } + + sopranIITextI = \lyricmode { + \set stanza = "1." + Ü -- bers Ge -- birg _ Ma -- ri -- a geht zu ih -- rer Bas E -- li -- sa -- beth, E -- li -- sa -- beth. + } + + sopranIITextII = \lyricmode { + \set stanza = "2." + Was blei -- ben + } + + altTextI = \lyricmode { + \set stanza = "1." + Ü -- bers Ge -- birg _ _ Ma -- ri -- a geht _ _ zu ih -- rer Bas E -- li -- sa -- beth. + } + + altTextII = \lyricmode { + \set stanza = "2." + Was blei -- ben + } + + tenorTextI = \lyricmode { + \set stanza = "1." + Ü -- bers Ge -- birg Ma -- ri -- a geht zu ih -- rer Bas E -- li -- sa -- beth. + } + + tenorTextII = \lyricmode { + \set stanza = "2." + Was blei -- ben + } + + bassTextI = \lyricmode { + \set stanza = "1." + Ü -- bers Ge -- birg Ma -- ri -- a geht zu ih -- rer Bas E -- li -- sa -- beth. + } + + bassTextII = \lyricmode { + \set stanza = "2." + Was blei -- ben + } + |