From 49d14358c33b7d0ba7e7c381f91943617c7723ea Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Wed, 10 Sep 2014 17:47:07 +0200 Subject: Hauke eingefügt MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hr/quartett/christe/christe.ly | 61 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 61 insertions(+) create mode 100644 hr/quartett/christe/christe.ly (limited to 'hr/quartett/christe/christe.ly') diff --git a/hr/quartett/christe/christe.ly b/hr/quartett/christe/christe.ly new file mode 100644 index 0000000..c58187e --- /dev/null +++ b/hr/quartett/christe/christe.ly @@ -0,0 +1,61 @@ +%some settings% vim: ai sw=2 lbr nu encoding=utf8 + +\version "2.12.1" +\include "stimmen.ly" +\include "texte.ly" + + \header { + title = "Jesu Christe" + %composer = "<+Komponist+>" + %opus = "<+Werk+>" + tagline = "" + } + + \paper { + line-width = \paper-width - 40 + ragged-last-bottom = ##f + page-count = 1 + system-count = 4 + top-margin=10 + bottom-margin=20 + } + + \layout { + indent = #0 + \context { + \Staff + \override VerticalAxisGroup #'minimum-Y-extent = #'(-3 . 3) + } + } + + #(set-global-staff-size 15) + + \score { + \new ChoirStaff << + \new Lyrics = "sop" { s4 } + \new Staff = "frauen" << + { \dynamicUp \meta } + \new Voice = "soprane" { \global \voiceOne \sopranMelodie } + \new Voice = "alti" { \global \voiceTwo \altMelodie \bar "||" } + >> + \context Lyrics = "sop" \lyricsto "soprane" \sopranText + \lyricsto alti \altText + \new Lyrics = "ten" + \new Staff = "maenner" << + { \dynamicDown \meta } + \new Voice = "tenoere" { \global \voiceOne \tenorMelodie } + \new Voice = "baesse" { \global \voiceTwo \bassMelodie } + >> + \context Lyrics = "ten" \lyricsto "tenoere" \tenorText + \lyricsto baesse \bassText + %\new Staff = bass << + %>> + >> + %\midi { + %\context{ + %\Score + %tempoWholesPerMinute = #(ly:make-moment 92 4) + %} + %} + } + -- cgit v1.2.3-70-g09d2