diff options
Diffstat (limited to 'Gloria_in_D/parts/Gloria.ly')
-rw-r--r-- | Gloria_in_D/parts/Gloria.ly | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/Gloria_in_D/parts/Gloria.ly b/Gloria_in_D/parts/Gloria.ly index 84a7003..07ae079 100644 --- a/Gloria_in_D/parts/Gloria.ly +++ b/Gloria_in_D/parts/Gloria.ly @@ -4,24 +4,18 @@ \new ChoirStaff << \set Score.skipBars = ##t \new Staff = "frauen" << - \new Lyrics = textSopran \with { alignAboveContext = "frauen" } { } \label #'Gloria \new Voice = pFrauen { \globalGloria \pausenGloria } \new Voice = sopran { \globalGloria \voiceOne \sopranMelodieGloria } \new Voice = alt { \globalGloria \voiceTwo \altMelodieGloria } >> - \new Lyrics = textAlt { } - \new Lyrics = textTenor { } + \new Lyrics = text { } \new Staff << \new Voice = pMaenner { \globalGloria \clef "bass" \pausenGloria } \new Voice = tenor { \globalGloria \clef "bass" \voiceOne \tenorMelodieGloria } \new Voice = bass { \globalGloria \clef "bass" \voiceTwo \bassMelodieGloria } >> - \new Lyrics = textBass { } - \context Lyrics = textSopran \lyricsto sopran \textGloriaSopran - \context Lyrics = textAlt \lyricsto alt \textGloriaAlt - \context Lyrics = textTenor \lyricsto tenor \textGloriaTenor - \context Lyrics = textBass \lyricsto bass \textGloriaBass + \context Lyrics = text \lyricsto alt \textGloria >> \layout { indent = #0 |