diff options
author | Erich Eckner <git@eckner.net> | 2020-09-30 10:42:56 +0200 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2020-09-30 10:44:42 +0200 |
commit | c3a0eba88bfca1bd64069343d272aca98cfc1ba5 (patch) | |
tree | 602e0bb49061413f428bdc88a2558a81453446a1 /Auf_Seele_Gott_zu_loben | |
parent | d43342e4aee3fddf11f854063eacd3c9e883b6c2 (diff) | |
download | Musik-c3a0eba88bfca1bd64069343d272aca98cfc1ba5.tar.xz |
Auf_Seele_Gott_zu_loben: Quelle schöner angeordnet
Diffstat (limited to 'Auf_Seele_Gott_zu_loben')
-rw-r--r-- | Auf_Seele_Gott_zu_loben/Auf_Seele_Gott_zu_loben.ly | 14 |
1 files changed, 6 insertions, 8 deletions
diff --git a/Auf_Seele_Gott_zu_loben/Auf_Seele_Gott_zu_loben.ly b/Auf_Seele_Gott_zu_loben/Auf_Seele_Gott_zu_loben.ly index 3351d66..80cde7e 100644 --- a/Auf_Seele_Gott_zu_loben/Auf_Seele_Gott_zu_loben.ly +++ b/Auf_Seele_Gott_zu_loben/Auf_Seele_Gott_zu_loben.ly @@ -13,12 +13,10 @@ include(texte.pre) \score { \new ChoirStaff << \set Score.skipBars = ##t - \new Staff { - << - \new Voice = sopran { \global \voiceOne \sopranMelodie } - \new Voice = alt { \global \voiceTwo \altMelodie } - >> - } + \new Staff << + \new Voice = sopran { \global \voiceOne \sopranMelodie } + \new Voice = alt { \global \voiceTwo \altMelodie } + >> ifdef(`STR_1',`\new Lyrics \lyricsto sopran { \textI }') ifdef(`STR_1',`\new Lyrics \lyricsto sopran { \textIa }') ifdef(`STR_2',`\new Lyrics \lyricsto sopran { \textII }') @@ -30,8 +28,8 @@ include(texte.pre) ifdef(`STR_7',`\new Lyrics \lyricsto sopran { \textVII }') ifdef(`STR_7',`\new Lyrics \lyricsto sopran { \textVIIa }') \new Staff << - \new Voice = tenor { \global \clef "bass" \voiceOne \tenorMelodie } - \new Voice = bass { \global \clef "bass" \voiceTwo \bassMelodie } + \new Voice = tenor { \global \clef "bass" \voiceOne \tenorMelodie } + \new Voice = bass { \global \clef "bass" \voiceTwo \bassMelodie } >> >> \layout { |