diff options
Diffstat (limited to 'Messias/parts/XXXVI.ly')
-rw-r--r-- | Messias/parts/XXXVI.ly | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Messias/parts/XXXVI.ly b/Messias/parts/XXXVI.ly index 23c9638..a3df8b6 100644 --- a/Messias/parts/XXXVI.ly +++ b/Messias/parts/XXXVI.ly @@ -8,7 +8,7 @@ include(parts/texteXXXVI.pre) \label #'ChorXXXVI \new Voice = sopran { \globalXXXVI \sopranMelodieXXXVI } } - ifdef(`deutsch',`',`\new Lyrics \lyricsto sopran { \sopranTextXXXVIEng }') + \new Lyrics \lyricsto sopran { ifdef(`deutsch',`',`\sopranTextXXXVIEng') } \new Staff { \new Voice = alt { \globalXXXVI \altMelodieXXXVI } } @@ -16,11 +16,11 @@ include(parts/texteXXXVI.pre) \new Staff { \new Voice = tenor { \globalXXXVI \tenorMelodieXXXVI } } - ifdef(`deutsch',`',`\new Lyrics \lyricsto tenor { \tenorTextXXXVIEng }') + \new Lyrics \lyricsto tenor { ifdef(`deutsch',`',`\tenorTextXXXVIEng') } \new Staff { \new Voice = bass { \globalXXXVI \bassMelodieXXXVI } } - ifdef(`deutsch',`',`\new Lyrics \lyricsto bass { \bassTextXXXVIEng }') + \new Lyrics \lyricsto bass { ifdef(`deutsch',`',`\bassTextXXXVIEng') } >> \layout { indent = #0 |