diff options
Diffstat (limited to 'Messias/parts/XXVI.ly')
-rw-r--r-- | Messias/parts/XXVI.ly | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Messias/parts/XXVI.ly b/Messias/parts/XXVI.ly index b9123da..5b6f06d 100644 --- a/Messias/parts/XXVI.ly +++ b/Messias/parts/XXVI.ly @@ -8,7 +8,7 @@ include(parts/texteXXVI.pre) \label #'ChorXXVI \new Voice = sopran { \globalXXVI \sopranMelodieXXVI } } - ifdef(`deutsch',`',`\new Lyrics \lyricsto sopran { \sopranTextXXVIEng }') + \new Lyrics \lyricsto sopran { ifdef(`deutsch',`',`\sopranTextXXVIEng') } \new Staff { \new Voice = alt { \globalXXVI \altMelodieXXVI } } @@ -16,11 +16,11 @@ include(parts/texteXXVI.pre) \new Staff { \new Voice = tenor { \globalXXVI \tenorMelodieXXVI } } - ifdef(`deutsch',`',`\new Lyrics \lyricsto tenor { \tenorTextXXVIEng }') + \new Lyrics \lyricsto tenor { ifdef(`deutsch',`',`\tenorTextXXVIEng') } \new Staff { \new Voice = bass { \globalXXVI \bassMelodieXXVI } } - ifdef(`deutsch',`',`\new Lyrics \lyricsto bass { \bassTextXXVIEng }') + \new Lyrics \lyricsto bass { ifdef(`deutsch',`',`\bassTextXXVIEng') } >> \layout { indent = #0 |