\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 \paper { top-margin = 5 print-all-headers = ##t } \header { tagline = "" } \score { << \new Staff \transpose c d << \new Voice = rechts { \global \pausen } \new Voice = rechtsOben { \global \voiceOne \rechtsOMelodie } \new Voice = rechtsUnten { \global \voiceTwo \rechtsUMelodie } \new Lyrics \lyricsto rechtsOben { \textI } \new Lyrics \lyricsto rechtsOben { \textII } \new Lyrics \lyricsto rechtsOben { \textIII } \new Lyrics \lyricsto rechtsOben { \textIV } >> \new PianoStaff << \set Score.skipBars = ##t \new Staff << \new Voice = rechts { \global \pausen } \new Voice = rechtsOben { \global \voiceOne \rechtsOMelodie } \new Voice = rechtsUnten { \global \voiceTwo \rechtsUMelodie } >> \new ChordNames { \global \linksMelodie } \new Staff << \new Voice = linksPausen { \clef "bass" \global \pausen } \new Voice = links { \clef "bass" \global \linksMelodie } >> >> >> \header { tagline = "" title = "Es ist für uns eine Zeit angekommen" } \layout { indent = #0 } }