%some settings% vim: ai sw=2 lbr nu encoding=utf8 \include "stimmen.ly" \include "texte.ly" partA = \new ChoirStaff << \new Staff = sopran << %\new Voice = "meta" { s1*<+Anzahl der Takte+> \bar "|." } \new Voice = "soprane" { \global \sopranMelodieA } %\lyricsto soprane \sopranText >> \new Staff = alt << \new Voice = "alti" { \global \altMelodieA } %\lyricsto alti \altText >> \new Staff = tenor << \new Voice = "tenoere" { \global \tenorMelodieA } %\lyricsto tenoere \tenorText >> \new Staff = bass << \new Voice = "baesse" { \global \bassMelodieA } %\lyricsto baesse \bassText >> >> partB = \new ChoirStaff << \new Staff = sopran << %\new Voice = "meta" { s1*<+Anzahl der Takte+> \bar "|." } \new Voice = "soprane" { \sopranMelodieB } %\lyricsto soprane \sopranText >> \new Staff = alt << \new Voice = "alti" { \altMelodieB } %\lyricsto alti \altText >> \new Staff = tenor << \new Voice = "tenoere" { \tenorMelodieB } %\lyricsto tenoere \tenorText >> \new Staff = bass << \new Voice = "baesse" { \bassMelodieB } %\lyricsto baesse \bassText >> >> partC = \new ChoirStaff << \new Staff = sopran << %\new Voice = "meta" { s1*<+Anzahl der Takte+> \bar "|." } \new Voice = "soprane" { \sopranMelodieC } %\lyricsto soprane \sopranText >> \new Staff = alt << \new Voice = "alti" { \altMelodieC } %\lyricsto alti \altText >> \new Staff = tenor << \new Voice = "tenoere" { \tenorMelodieC } %\lyricsto tenoere \tenorText >> \new Staff = bass << \new Voice = "baesse" { \bassMelodieC } %\lyricsto baesse \bassText >> >> wholeMusic = { << \new Staff = TenorSolo << \new Voice = "Tsolo" { \global \tenorSolo } \lyricsto Tsolo \Tenor >> \partA >> \\ \break \partB \\ \break << \new Staff = SopranSolo << \new Voice = "Ssolo" { \global \sopranSolo } \lyricsto Ssolo \Sopran >> \partC >> }