\include "deutsch.ly" include(stimmen.pre) include(texte.pre) %spezifisch% \pointAndClickOff \header { title = "Hinunter ist der Sonnenschein" poet = "Text: Nikolaus Herman 1560" arranger = "Satz: Georg L. Sothilander 2014" composer = "EG 467" meter = "Melodie: Melchior Vulpius 1609" tagline = "" } \paper { top-margin = 5 } \score { \new ChoirStaff << \new Staff << \new Voice = erste { \global \melodieI } >> ifdef(`STR_1',`\new Lyrics \lyricsto erste { \textI }') ifdef(`STR_2',`\new Lyrics \lyricsto erste { \textII }') ifdef(`STR_3',`\new Lyrics \lyricsto erste { \textIII }') ifdef(`STR_4',`\new Lyrics \lyricsto erste { \textIV }') \new Staff << \new Voice = zweite { \global \melodieII } >> ifdef(`STR_1',`\new Lyrics \lyricsto zweite { \textI }') ifdef(`STR_2',`\new Lyrics \lyricsto zweite { \textII }') ifdef(`STR_3',`\new Lyrics \lyricsto erste { \textIII }') ifdef(`STR_4',`\new Lyrics \lyricsto erste { \textIV }') >> \layout { indent = #0 \context { \Staff \RemoveEmptyStaves } } }