\version "2.19.80" \include "deutsch.ly" #(ly:set-option 'relative-includes #t) \include "artikulation.ly" \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 = "Die Nacht ist vorgedrungen" poet = "Text: Jochen Klepper 1938" composer = "Musik: Johannes Petzold 1939" tagline = "" } \new ChoirStaff << \set Score.skipBars = ##t \new Staff << \new Voice = frauen << \global \oneVoice \pausen >> \new Voice = sopran << \global \voiceOne \melodieSopran \artikulation >> \new Voice = alt << \global \voiceTwo \melodieAlt >> >> \new Lyrics = textI { } \new Lyrics = textII { } \new Lyrics = textIII { } \new Staff << \clef "bass" \new Voice = maenner << \global \oneVoice \pausen >> \new Voice = tenor << \global \voiceOne \melodieTenor >> \new Voice = bass << \global \voiceTwo \melodieBass \artikulation >> >> \context Lyrics = textI \lyricsto sopran { \textI } \context Lyrics = textII \lyricsto sopran { \textII } \context Lyrics = textIII \lyricsto sopran { \textIII } >> \layout { indent = #0 \context { \Staff \RemoveEmptyStaves \override VerticalAxisGroup #'remove-first = ##t } } \midi { \context { \Score tempoWholesPerMinute = #(ly:make-moment 60 4) } } }