\include "deutsch.ly" \include "stimmen.ly" \include "texte.ly" #(set! paper-alist (cons '("kindle" . (cons (* 210 mm) (* 130 mm))) paper-alist)) #(set-default-paper-size "kindle") \pointAndClickOff \header { tagline = "" } \paper { top-margin = 5 } \score { \new Staff << \set Score.skipBars = ##t \new Voice = Oberstimme { \global \oberstimmenMelodie } \new ChoirStaff << \new Lyrics = sopranRefrain { } \new Staff << \new Voice = frauen { \global \pausenFrauen } \new Voice = sopran { \global \voiceOne \sopranMelodie } \new Voice = alt { \global \voiceTwo \altMelodie } >> \new Lyrics \lyricsto sopran { \textI } \new Lyrics \lyricsto sopran { \textII } \new Lyrics \lyricsto sopran { \textIII } \new Lyrics = altRefrain { } \new Lyrics = tenorRefrain { } \new Staff << \new Voice = maenner { \global \clef "bass" \pausenMaenner } \new Voice = tenor { \global \clef "bass" \voiceOne \tenorMelodie } \new Voice = bass { \global \clef "bass" \voiceTwo \bassMelodie } >> \new Lyrics = bassRefrain { } \context Lyrics = sopranRefrain \lyricsto sopran \textRefrainFrauen \context Lyrics = altRefrain \lyricsto alt \textRefrainFrauen \context Lyrics = tenorRefrain \lyricsto tenor \textRefrainMaenner \context Lyrics = bassRefrain \lyricsto bass \textRefrainMaenner >> \new PianoStaff << \new ChordNames \begleitAkkorde \new Staff = links << \new Voice = linksnormal { \global \autoBeamOn \klavierLinksMelodie } \new Voice = linksoben { \global \autoBeamOn \voiceOne \klavierLinksOMelodie } \new Voice = linksunten { \global \autoBeamOn \voiceTwo \klavierLinksUMelodie } >> \new Staff = rechts << \new Voice = rechtsnormal { \global \autoBeamOn \klavierRechtsMelodie } \new Voice = rechtsoben { \global \autoBeamOn \voiceOne \klavierRechtsOMelodie } \new Voice = rechtsunten { \global \autoBeamOn \voiceTwo \klavierRechtsUMelodie } >> >> >> \layout { indent = #0 \context { \Staff \RemoveEmptyStaves } } }