diff options
author | Erich Eckner <git@eckner.net> | 2014-09-10 17:47:07 +0200 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2014-09-10 17:47:07 +0200 |
commit | 49d14358c33b7d0ba7e7c381f91943617c7723ea (patch) | |
tree | fd55f0d3900d53978587d2228553359f86e69bbe /hr/stch/fertig/magnum_l/a5/magnum_l.ly | |
parent | 646f69a657326ca8dd733dfa579a90f89823d677 (diff) | |
download | Musik-49d14358c33b7d0ba7e7c381f91943617c7723ea.tar.xz |
Hauke eingefügt
Diffstat (limited to 'hr/stch/fertig/magnum_l/a5/magnum_l.ly')
-rw-r--r-- | hr/stch/fertig/magnum_l/a5/magnum_l.ly | 102 |
1 files changed, 102 insertions, 0 deletions
diff --git a/hr/stch/fertig/magnum_l/a5/magnum_l.ly b/hr/stch/fertig/magnum_l/a5/magnum_l.ly new file mode 100644 index 0000000..3dc41cb --- /dev/null +++ b/hr/stch/fertig/magnum_l/a5/magnum_l.ly @@ -0,0 +1,102 @@ +%some settings% vim: ai sw=2 lbr nu et + +\version "2.18" +\include "dynArt_.ly" +%\include "../dynArt.ly" +\include "../stimmen.ly" +\include "../texte.ly" + +\pointAndClickOff + + \header { + title = "O Magnum Mysterium" + composer = "Morten Lauridsen" + %opus = "<+Werk+>" + tagline = \markup { + %\bold "studentenchor" + } + } + + \paper { + #(set-paper-size "a5") + line-width = \paper-width - 20 + top-margin = 8 + bottom-margin = 10 + ragged-last-bottom = #'f + system-count = 14 + page-count = 5 + print-page-number = #'f + } + %#(set-default-paper-size "a4" 'landscape) + + \layout { + indent = #0 + \context { + \Staff + \override VerticalAxisGroup #'minimum-Y-extent = #'(-3 . 3.5) + } + } + + #(set-global-staff-size 12) + + sop = << + %\new Voice = "meta" { s1*<+Anzahl der Takte+> \bar "|." } + \new Voice = "sopA" { \global \sSolo } + << + \new Voice = "soprane" { \global \sopranMelodie } + \addlyrics { \sopranText } + >> + \new NullVoice = "saligner" { \sSolo } + >> + + alt = << + \new Voice = "alti" { \global \altMelodie } + \addlyrics { \altText } + >> + + ten = { \dynamicUp << + \meta + \tenorArt + { \nalt } + { \partcombine + { \tenorMelodieA } + { \tenorMelodieB } + } + \new NullVoice = "taligner" { \tenorMelodieA } + %\new Voice = "tenoere" { \global \tenorMelodieA } + %\lyricsto "t1" { \tenorText } + %\lyricsto "one" \tenorText + % \new Lyrics { \lyricsto "one" \tenorText } + %\new Lyrics { \lyricsto "tenoere" \tenorText } + >> } + + bas = << + \new Voice = "baesse" { \global \bassMelodie } + \addlyrics { \bassText } + >> + + \score { + \new ChoirStaff \with { printPartCombineTexts = ##f \accepts Devnull } << + \new Staff = sopran { \sop } + \new Lyrics \with { alignAboveContext = sopran } { + \lyricsto "saligner" \sSoloText + } + \new Staff = alt { \alt } + \new Staff = tenor { \ten } + %\new Staff = extra { \new Voice { \global \tenorMelodieB } } + \new Lyrics { \lyricsto "taligner" \tenorText } + \new Staff = bass { \bas } + >> + %{ + \midi { + \context{ + \Score + %tempoWholesPerMinute = #(ly:make-moment 72 4) + tempoWholesPerMinute = #(ly:make-moment 80 4) + } + } + %} + \layout { + } + } + |