\include "deutsch.ly" include(stimmen.pre) include(texte.pre) #(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 ChoirStaff << \set Score.skipBars = ##t \new Staff { << \new Voice = frauen { \generalPausen } \new Voice = sopran { \global \voiceOne \sopranMelodie } \new Voice = alt { \global \voiceTwo \altMelodie } >> % \new Voice = "Alt" { \voiceTwo \relative c'' { \Praes % a4 | fis d a' fis | fis2. a4 | g d d8( cis) d4 | cis2. cis4 | d d fis fis | e e e fis | e a2( gis4) | e2. d4 | d2 e | a4( g fis) d | d d d8( cis) d4 | fis fis fis g | fis2 e4( g) fis2. }} } \new Lyrics \lyricsto sopran { \sopranTextI } \new Lyrics \lyricsto sopran { \sopranTextII } \new Staff << \new Voice = maenner { \generalPausen } \new Voice = tenor { \global \voiceOne \tenorMelodie } \new Voice = bass { \global \voiceTwo \bassMelodie } >> >> \layout { indent = #0 } }