\include "deutsch.ly" include(artikulation.pre) include(stimmen.pre) include(texte.pre) %spezifisch% \pointAndClickOff \header { tagline = "" } \paper { top-margin = 5 print-all-headers = ##t } \score { \header { title = "Ich bin die Auferstehung und das Leben" composer = "Gallus Dreßler 1533 - ca. 1590" } \new StaffGroup = choirStaff << \new Voice = sopran << \artikulation \global \sopranMelodie >> \new Lyrics \lyricsto sopran { \textSopran } \new Voice = alt << \artikulation \global \altMelodie >> \new Lyrics \lyricsto alt { \textAlt } \new Voice = tenor << \artikulation \global \clef "G_8" \tenorMelodie >> \new Lyrics \lyricsto tenor { \textTenor } \new Voice = bass << \global \clef "bass" \bassMelodie >> \new Lyrics \lyricsto bass { \textBass } >> \layout { \context { \Score %% no bar lines in staves or lyrics \hide BarLine } %% the next two instructions keep the lyrics between the bar lines \context { \Lyrics \consists "Bar_engraver" \consists "Separating_line_group_engraver" } \context { \Voice %% Comment in the below "\remove" command to allow line %% breaking also at those bar lines where a note overlaps %% into the next measure. The command is commented out in this %% short example score, but especially for large scores, you %% will typically yield better line breaking and thus improve %% overall spacing if you comment in the following command. \remove "Forbid_line_break_engraver" } } }