diff options
Diffstat (limited to 'Weihnachtsmotette/Weihnachtsmotette.ly')
-rw-r--r-- | Weihnachtsmotette/Weihnachtsmotette.ly | 55 |
1 files changed, 55 insertions, 0 deletions
diff --git a/Weihnachtsmotette/Weihnachtsmotette.ly b/Weihnachtsmotette/Weihnachtsmotette.ly new file mode 100644 index 0000000..a13a064 --- /dev/null +++ b/Weihnachtsmotette/Weihnachtsmotette.ly @@ -0,0 +1,55 @@ +\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 + +\header { + tagline = "" + title = "Weihnachtsmotette & Ehre sei Gott" + composer = "Fr. Silcher (1789-1860)" +} +\paper { + top-margin = 5 +} + +\score { + \layout { + indent = #0 + \context { + \Staff + \RemoveEmptyStaves + \override VerticalAxisGroup #'remove-first = ##t + } + } + \new ChoirStaff << + \set Score.skipBars = ##t + \new Staff << + \new Voice \frauenPausen + \new Voice = sopranI { \global \voiceOne \sopranIMelodie } + \new Voice = sopranII { \global \voiceTwo \sopranIIMelodie } + >> + \new Lyrics \lyricsto sopranI { \sopranText } + \new Staff << + \new Voice = alt { \global \altMelodie } + >> + \new Lyrics \lyricsto alt { \altText } + \new Staff << + \new Voice \maennerPausen + \new Voice = tenor { \global \clef "bass" \voiceOne \tenorMelodie } + \new Voice = bass { \global \clef "bass" \voiceTwo \bassMelodie } + >> + \new Lyrics \lyricsto bass { \bassText } + \new PianoStaff << + \new Staff << + \new Voice = rechteHand { \global \klavierRechts } + >> + \new Staff << + \new Voice = linkeHand { \global \clef "bass" \klavierLinks } + >> + >> + >> +} |