\include "deutsch.ly" include(stimmen.pre) include(texte.pre) %spezifisch% \pointAndClickOff \header { tagline = "" } \paper { top-margin = 5 print-all-headers = ##t } \book { \score { \header { title = "Saalburg, du Perle am schönen Saalestrand" composer = "Text und Melodie: Ralf Majchrzak" } \new ChoirStaff << \set Score.skipBars = ##t \new Staff << \new Voice = sopran { \global \voiceOne \sopranMelodie } \new Voice = alt { \global \voiceTwo \altMelodie } >> \new Lyrics = textI { } \new Lyrics = textII { } \new Lyrics = textIII { } \new Staff << \clef "bass" \new Voice = begleitung { \global \oneVoice \begleitungMelodie } >> \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 152 4) } } } } \book { \bookOutputSuffix "Sopran" \score { \unfoldRepeats { \new Staff { \new Voice = sopran { \global \sopranMelodie } } } \midi { \context { \Score tempoWholesPerMinute = #(ly:make-moment 152 4) } } } } \book { \bookOutputSuffix "Alt" \score { \unfoldRepeats { \new Staff { \new Voice = alt { \global \altMelodie } } } \midi { \context { \Score tempoWholesPerMinute = #(ly:make-moment 152 4) } } } }