\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 { title = "Der Mond ist aufgegangen" poet = "Text: Matthias Claudius, 1779" composer = "Melodie: Abraham Peter Schulz, 1790" arranger = "Satz: Max Reger (1873 - 1916)" tagline = "" } \paper { top-margin = 5 } \score { \new ChoirStaff << \set Score.skipBars = ##t \new Staff << \new Voice = frauen { \global \oneVoice \pausen } \new Voice = sopran { \global \voiceOne \melodieSopran } \new Voice = alt { \global \voiceTwo \melodieAlt } >> \new Lyrics = textI { } \new Lyrics = textII { } \new Lyrics = textIII { } \new Lyrics = textIV { } \new Lyrics = textV { } \new Lyrics = textVI { } \new Lyrics = textVII { } \new Staff << \new Voice = maenner { \global \clef "bass" \oneVoice \pausen } \new Voice = tenor { \global \clef "bass" \voiceOne \melodieTenor } \new Voice = bass { \global \clef "bass" \voiceTwo \melodieBass } >> \new Lyrics = textBass { } \context Lyrics = textI \lyricsto tenor { \textI } \context Lyrics = textII \lyricsto tenor { \textII } \context Lyrics = textIII \lyricsto tenor { \textIII } \context Lyrics = textIV \lyricsto tenor { \textIV } \context Lyrics = textV \lyricsto tenor { \textV } \context Lyrics = textVI \lyricsto tenor { \textVI } \context Lyrics = textVII \lyricsto tenor { \textVII } >> \layout { indent = #0 \context { \Staff \RemoveEmptyStaves \override VerticalAxisGroup #'remove-first = ##t } } }