\include "deutsch.ly" include(stimmen.pre) include(texte.pre) \pointAndClickOff #(set! paper-alist (cons '("kindle" . (cons (* 210 mm) (* 130 mm))) paper-alist)) #(set-default-paper-size "kindle") \paper { top-margin = 5 print-all-headers = ##t } \header { title = "Nun komm, der Heiden Heiland" composer = "J.S.Bach" tagline = ##f } \score { \header { title = "1. Ouverture" composer = ##f } \new ChoirStaff << \addQuote "sopranCueI" { \sopranCueI } \addQuote "altCueI" { \altCueI } \set Score.skipBars = ##t \new Staff << \new Voice = frauen { \globalI \oneVoice \frauenPausenI } \new Voice = sopran { \globalI \voiceOne \sopranMelodieI } \new Voice = alt { \globalI \voiceTwo \altMelodieI } >> \new Lyrics \lyricsto sopran { \textI } \addQuote "bassCueI" { \tenorCueI } \addQuote "tenorCueI" { \bassCueI } \new Staff << \new Voice = maenner { \globalI \oneVoice \maennerPausenI } \new Voice = tenor { \globalI \clef "bass" \voiceOne \tenorMelodieI } \new Voice = bass { \globalI \clef "bass" \voiceTwo \bassMelodieI } >> \new Lyrics \lyricsto bass { \textI } >> \layout { indent = #0 } } \score { \header { title = "6. Choral" composer = ##f } \new ChoirStaff << \set Score.skipBars = ##t \new Voice = sopran { \globalVI \sopranMelodieVI } \new Lyrics \lyricsto sopran { \sopranTextVI } \new Voice = alt { \globalVI \altMelodieVI } \new Lyrics \lyricsto alt { \altTextVI } \new Voice = tenor { \globalVI \clef "G_8" \tenorMelodieVI } \new Lyrics \lyricsto tenor { \tenorTextVI } \new Voice = bass { \globalVI \clef "bass" \bassMelodieVI } \new Lyrics \lyricsto bass { \bassTextVI } >> \layout { indent = #0 } }