\include "deutsch.ly" include(stimmen.pre) include(texte.pre) %spezifisch% \pointAndClickOff \header { tagline = "" } \paper { top-margin = 5 print-all-headers = ##t } \score { \header { title = "Es kommt ein Schiff, geladen" poet = "Text: Daniel Sudermann um 1626" meter = "nach einem Marienlied aus Straßburg 15. Jh." composer = "Melodie: Köln 1608" tagline = "" } \new ChoirStaff << \set Score.skipBars = ##t \new ChordNames { \germanChords \akkorde } \new Staff << \new Voice = sopran { \global \oneVoice \melodie } >> ifdef(`STR_1',`\new Lyrics \lyricsto sopran { \textI }') ifdef(`STR_2',`\new Lyrics \lyricsto sopran { \textII }') ifdef(`STR_3',`\new Lyrics \lyricsto sopran { \textIII }') ifdef(`STR_4',`\new Lyrics \lyricsto sopran { \textIV }') ifdef(`STR_5',`\new Lyrics \lyricsto sopran { \textV }') ifdef(`STR_6',`\new Lyrics \lyricsto sopran { \textVI }') >> \layout { indent = #0 \context { \Staff \RemoveEmptyStaves \override VerticalAxisGroup #'remove-first = ##t } } }