diff options
Diffstat (limited to 'hr/stch/fertig/tebje/tebje.ly')
-rw-r--r-- | hr/stch/fertig/tebje/tebje.ly | 64 |
1 files changed, 64 insertions, 0 deletions
diff --git a/hr/stch/fertig/tebje/tebje.ly b/hr/stch/fertig/tebje/tebje.ly new file mode 100644 index 0000000..890b55a --- /dev/null +++ b/hr/stch/fertig/tebje/tebje.ly @@ -0,0 +1,64 @@ +% vim: encoding=utf8 nu + +\version "2.12.1" +\include "stimmen.ly" + + \header { + title = "Tebje Pajom" + subtitle = "Altrussischer Kirchengesang" + composer = "Melodie: Dimitri Bortnianski" + arranger = \markup { + \column \right-align { + "Satz: Hans-Joachim Rolf" "[Deutscher Text: Klaus Siefert]" + } + } + } + +#(set-global-staff-size 18) + + \paper { + ragged-last-bottom = ##f + system-count = 4 + top-margin = 15\mm + bottom-margin = 10\mm + line-width = 175\mm + } + + \midi { + %\tempo 4=72 + } + + \layout { + indent = #0 + \context { + % a little smaller so lyrics can be closer to the staff + \Staff + \override VerticalAxisGroup #'minimum-Y-extent = #'(-3 . 4.5) + } + } + + \score { + %\simultaneous + \new ChoirStaff << + \new Staff = Frauen << + %\new Staff = Sopran << + \new Voice = "meta" \metaVoice + \new Voice = "soprane" { \voiceOne \global \sopMusic } + \lyricsto soprane \text + %>> + %\new Staff = Alt << + \new Voice = "alti" { \voiceTwo \global \altMusic } + %\lyricsto alti \text + >> + \new Staff = Maenner << + \new Voice = "meta" { \clef bass \metaVoice } + %\new Staff = Tenor << + \new Voice = "tenoere" { \voiceOne \global \tenorMusic } + \lyricsto tenoere \text + %>> + %\new Staff = Bass << + \new Voice = "baesse" { \voiceTwo \global \bassMusic } + %\lyricsto baesse \text + >> + >> + } |