\include "deutsch.ly" #(ly:set-option 'relative-includes #t) \include "stimmen.ly" \include "texte.ly" #(ly:set-option 'relative-includes #f) %spezifisch% \pointAndClickOff \header { tagline = "" } \paper { top-margin = 5 print-all-headers = ##t } \score { \header { title = "Wer kann segeln - Vem kan segla" poet = "Text und Melodie: Norwegen" composer = "Satz: Gunnar Erikson" } \new ChoirStaff << \set Score.skipBars = ##t \new Staff << \new Voice = sopran { \global \voiceOne \sopranMelodie } \new Voice = alt { \global \voiceTwo \altMelodie } >> \new Lyrics \lyricsto alt { \textFrauenDI } \new Lyrics \lyricsto alt { \textFrauenNI } \new Lyrics \lyricsto alt { \textFrauenDII } \new Lyrics \lyricsto alt { \textFrauenNII } \new Lyrics = tenorText { } \new Staff << \new Voice = maenner { \clef "bass" \global \oneVoice \maennerMelodie } >> \new Lyrics \lyricsto maenner { \textMaennerDI } \new Lyrics \lyricsto maenner { \textMaennerNI } \new Lyrics \lyricsto maenner { \textMaennerDII } \new Lyrics \lyricsto maenner { \textMaennerNII } >> \layout { indent = #0 } }