From d4a8f95dbd25d277c1a4821e5e231d52fcccbae0 Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Sun, 9 Oct 2022 19:48:37 +0200 Subject: Messias: deutscher Text optional --- Messias/parts/IX.ly | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'Messias/parts/IX.ly') diff --git a/Messias/parts/IX.ly b/Messias/parts/IX.ly index 9be1679..37c2123 100644 --- a/Messias/parts/IX.ly +++ b/Messias/parts/IX.ly @@ -8,19 +8,19 @@ include(parts/texteIX.pre) \label #'ChorIX \new Voice = sopran { \globalIX \sopranMelodieIX \bar "|." } } - \new Lyrics \lyricsto sopran { \sopranTextIXDeu } + \new Lyrics \lyricsto sopran { ifdef(`deutsch',`\sopranTextIXDeu',`\sopranTextIXEng') } \new Staff { \new Voice = alt { \globalIX \altMelodieIX } } - \new Lyrics \lyricsto alt{ \altTextIXDeu } + \new Lyrics \lyricsto alt{ ifdef(`deutsch',`\altTextIXDeu',`\altTextIXEng') } \new Staff { \new Voice = tenor { \globalIX \tenorMelodieIX } } - \new Lyrics \lyricsto tenor { \tenorTextIXDeu } + \new Lyrics \lyricsto tenor { ifdef(`deutsch',`\tenorTextIXDeu',`\tenorTextIXEng') } \new Staff { \new Voice = bass { \globalIX \bassMelodieIX } } - \new Lyrics \lyricsto bass { \bassTextIXDeu } + \new Lyrics \lyricsto bass { ifdef(`deutsch',`\bassTextIXDeu',`\bassTextIXEng') } >> \layout { indent = #0 -- cgit v1.2.3-54-g00ecf