\score { \header { title = "Fröhlich soll mein Herze springen" poet = "Paul Gerhardt (1607-1676)" composer = "Melodie: Johann Crüger: 1656" } \new ChoirStaff \transpose es e << \set Score.skipBars = ##t \new Staff << \new Voice = "erste" { \global \melodieErste } >> ifdef(`STR_1',`\new Lyrics = "textErsteI" {}') ifdef(`STR_2',`\new Lyrics = "textErsteII" {}') ifdef(`STR_3',`\new Lyrics = "textErsteIII" {}') ifdef(`STR_5',`\new Lyrics = "textErsteV" {}') ifdef(`STR_6',`\new Lyrics = "textErsteVI" {}') ifdef(`STR_7',`\new Lyrics = "textErsteVII" {}') ifdef(`STR_9',`\new Lyrics = "textErsteIX" {}') ifdef(`STR_11',`\new Lyrics = "textErsteXI" {}') \new Staff << \new Voice = "zweite" { \global \melodieZweite } >> \new Staff << \new Voice = "dritte" { \global \melodieDritte } >> ifdef(`STR_1',`\new Lyrics = "textDritteI" {}') ifdef(`STR_2',`\new Lyrics = "textDritteII" {}') ifdef(`STR_3',`\new Lyrics = "textDritteIII" {}') ifdef(`STR_5',`\new Lyrics = "textDritteV" {}') ifdef(`STR_6',`\new Lyrics = "textDritteVI" {}') ifdef(`STR_7',`\new Lyrics = "textDritteVII" {}') ifdef(`STR_9',`\new Lyrics = "textDritteIX" {}') ifdef(`STR_11',`\new Lyrics = "textDritteXI" {}') ifdef(`STR_1',`\context Lyrics = "textErsteI" \lyricsto "erste" \textI') ifdef(`STR_2',`\context Lyrics = "textErsteII" \lyricsto "erste" \textII') ifdef(`STR_3',`\context Lyrics = "textErsteIII" \lyricsto "erste" \textIII') ifdef(`STR_5',`\context Lyrics = "textErsteV" \lyricsto "erste" \textV') ifdef(`STR_6',`\context Lyrics = "textErsteVI" \lyricsto "erste" \textVI') ifdef(`STR_7',`\context Lyrics = "textErsteVII" \lyricsto "erste" \textVII') ifdef(`STR_9',`\context Lyrics = "textErsteIX" \lyricsto "erste" \textIX') ifdef(`STR_11',`\context Lyrics = "textErsteXI" \lyricsto "erste" \textXI') ifdef(`STR_1',`\context Lyrics = "textDritteI" \lyricsto "dritte" \textI') ifdef(`STR_2',`\context Lyrics = "textDritteII" \lyricsto "dritte" \textII') ifdef(`STR_3',`\context Lyrics = "textDritteIII" \lyricsto "dritte" \textIII') ifdef(`STR_5',`\context Lyrics = "textDritteV" \lyricsto "dritte" \textV') ifdef(`STR_6',`\context Lyrics = "textDritteVI" \lyricsto "dritte" \textVI') ifdef(`STR_7',`\context Lyrics = "textDritteVII" \lyricsto "dritte" \textVII') ifdef(`STR_9',`\context Lyrics = "textDritteIX" \lyricsto "dritte" \textIX') ifdef(`STR_11',`\context Lyrics = "textDritteXI" \lyricsto "dritte" \textXI') >> \layout { indent = #0 } }