%some settings% vim: ai sw=2 lbr nu et \version "2.14" \include "stimmen.ly" \include "texte.ly" \header { title = "Ich steh an deiner Krippen hier" composer = "Johann Sebastian Bach" text = "Paul Gerhardt (1607 - 1676)" opus = "Original in B" %opus = "<+Werk+>" tagline = "" } \paper { line-width = \paper-width - 30 top-margin = 10 bottom-margin = 10 ragged-last-bottom = #'f } \layout { indent = #0 \context { \Staff \override VerticalAxisGroup #'minimum-Y-extent = #'(-3 . 3.5) } } #(set-global-staff-size 18) sop = \new Staff = sopran << %\new Voice = "meta" { s1*<+Anzahl der Takte+> \bar "|." } \new Voice = "soprane" { \global \transpose bes ees' \sopranMelodie } %\addlyrics { \sopranText } >> alt = \new Staff = alt << \new Voice = "alti" { \global \transpose bes ees' \altMelodie } %\addlyrics { \altText } >> ten = \new Staff = tenor << \new Voice = "tenoere" { \global \transpose bes ees' \tenorMelodie } %\addlyrics { \tenorText } >> bas = \new Staff = bass << \new Voice = "baesse" { \global \transpose bes ees' \bassMelodie } %\addlyrics { \bassText } >> \score { \new ChoirStaff \with {} << \sop \new Lyrics \lyricsto soprane \sopranText \new Lyrics \lyricsto soprane \sopII \alt \new Lyrics \lyricsto soprane \sopranText \new Lyrics \lyricsto soprane \sopII \ten \new Lyrics \lyricsto soprane \sopranText \new Lyrics \lyricsto soprane \sopII \bas >> \midi { %\context{ %\Score %tempoWholesPerMinute = #(ly:make-moment 72 4) %} } \layout { } } \markup { \line { \hspace #12 \column{ 4. } \column{ \line{Ich sehe dich mit Freuden an} \line{und kann mich nicht satt sehen;} \line{und weil ich nun nichts weiter kann,} \line{bleib ich anbetend stehen.} \line{O daß mein Sinn ein Abgrund wär} \line{und meine Seel’ ein tiefes Meer,} \line{daß ich dich möchte fassen!} } \hspace #12 \column{ 9. } \column{ \line{Eins aber, hoff’ ich, wirst du mir,} \line{mein Heiland, nicht versagen:} \line{daß ich dich möge für und für} \line{in, bei und an mir tragen.} \line{So laß mich doch dein Kripplein sein;} \line{komm, komm und lege bei mir ein} \line{dich und all deine Freuden.} } } }