summaryrefslogtreecommitdiff
path: root/Ave_verum_corpus
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2014-09-04 10:59:12 +0200
committerErich Eckner <git@eckner.net>2014-09-04 10:59:12 +0200
commitcd2759024b1ad36d3ac6e15e5a2bbe43d80bcfcd (patch)
tree25be2d35abeec51d18d0204e199f3bdbf66826b1 /Ave_verum_corpus
downloadMusik-cd2759024b1ad36d3ac6e15e5a2bbe43d80bcfcd.tar.xz
initialer Commit
Diffstat (limited to 'Ave_verum_corpus')
-rw-r--r--Ave_verum_corpus/Ave_verum_corpus.ly36
-rw-r--r--Ave_verum_corpus/stimmen.ly78
-rw-r--r--Ave_verum_corpus/texte.ly11
3 files changed, 125 insertions, 0 deletions
diff --git a/Ave_verum_corpus/Ave_verum_corpus.ly b/Ave_verum_corpus/Ave_verum_corpus.ly
new file mode 100644
index 0000000..c387d52
--- /dev/null
+++ b/Ave_verum_corpus/Ave_verum_corpus.ly
@@ -0,0 +1,36 @@
+\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")
+
+\header {
+ tagline = ""
+}
+\paper {
+ top-margin = 5
+}
+
+\score {
+ \new ChoirStaff <<
+ \set Score.skipBars = ##t
+ \new Staff {
+ <<
+ \new Voice = frauen { \pausen }
+ \new Voice = sopran { \voiceOne \sopranMelodie \bar "|." }
+ \new Voice = alt { \voiceTwo \altMelodie \bar "|." }
+ >>
+ }
+ \new Lyrics \lyricsto alt { \text }
+ \new Staff <<
+ \new Voice = maenner { \pausen }
+ \new Voice = tenor { \voiceOne \tenorMelodie }
+ \new Voice = bass { \voiceTwo \bassMelodie }
+ >>
+ \new Lyrics \lyricsto bass { \text }
+ >>
+ \layout {
+ indent = #0
+ }
+}
diff --git a/Ave_verum_corpus/stimmen.ly b/Ave_verum_corpus/stimmen.ly
new file mode 100644
index 0000000..16e0054
--- /dev/null
+++ b/Ave_verum_corpus/stimmen.ly
@@ -0,0 +1,78 @@
+%some settings% vim: ai sw=2 lbr nu et
+
+ \version "2.12"
+
+ global = {
+ \key d \major
+ %\override Staff.TimeSignature #'style = #'()
+ \time 4/4
+ %\autoBeamOff
+ }
+
+% Die Stimmen
+
+ pausen = {
+ R1*2 | s1*16 | R1*3 | s1*22 | R1*3 \bar "|."
+ }
+
+ sopranMelodie = \relative a' {
+ <<
+ %the actual tune
+ {
+ \global
+ s1*2 | a2 d4( fis,) | a( gis) g2 | g4( h) a( g) | g( fis) fis2 | e2. e4 | fis fis g g |
+ g2( fis4) fis e1 | e2. a4 | a( gis) gis2 | e4( gis2) h4 | h( a) a a d1~ | d4 cis h a |
+ a2( gis4) gis a1 | s1*3 | a2. a4 | a( b) b2 | b4( d) c( b) |
+ b( a) a2 | g2. g4 | g( b) a g | g2( f8 e) f4 | e2 r2 | fis2. fis 4 | fis( e) d( g) |
+ g2. g4 | g( fis) e a | a1~( | a4 g) a h | fis2( e4.) fis8 | g2 g | d'1~( | d2 dis |
+ e4 h cis d | cis h8 a) d4 g, | fis2( e4.) e8 | d1 | s1*3 \bar "|."
+ }
+ >>
+ }
+
+ altMelodie = \relative c' {
+ <<
+ %the actual tune
+ {
+ \global
+ s1*2 | fis2 fis | e e | e4( g) fis( e) | e( d) d2 | cis2. cis4 | d d e e |
+ e2( d4) d | cis1 | e2. e4 | e2 e | e2. gis4 | gis( a) a2 | r gis | a fis4 fis |
+ e2. e4 | e1 | s1*3 | e2. e4 | e2 e | e2. e4 |
+ e( f) f2 | d2. d4 | e( f) e e | e2( d8 cis) d4 | cis2 r | d2. d4 | d( cis) h( e) |
+ e2. e4 | e( d) cis fis | fis1~( | fis4 g) fis e | d2( cis4.) cis8 | d2 r | r fis | g( fis |
+ e1~ | e4 d8 cis) d4 d | d2( cis4.) cis8 | d1 | s1*3 \bar "|."
+ }
+ >>
+ }
+
+ tenorMelodie = \relative a {
+ <<
+ %the actual tune
+ \clef "treble_8"
+ {
+ \global
+ s1*2 | a2 a | h h | a a | a a | a2. a4 | a a a a |
+ a2. a4 | a1 | cis2. cis4 | cis( d) d2 | h2. d4 | d( cis) cis2 | r d | e d4 cis |
+ h2. h4 | cis1 | s1*3 | cis2. cis4 | cis2 cis4( c) | c( b) a( g) |
+ g( a) a2 | h2. h4 | cis( d) e cis | cis2( d4) h | e,2 r | r1 | h'2. h4 |h( a) g( cis) | cis2. cis4 | cis( h) a d | d2 d4 d | a2. a4 | g2 r | r c | d( c |
+ h4 d cis h | a2) a4 g | a2( g4.) g8 | fis1 | s1*3 \bar "|."
+ }
+ >>
+ }
+
+ bassMelodie = \relative c {
+ <<
+ %the actual tune
+ \clef bass
+ {
+ \global
+ s1*2 | d2 d | d d | cis cis | d d | a2. a4 | d d cis cis |
+ d2. d4 | a1 | a'2. a4 | a( h) h2 | r e,4 e | eis( fis) fis2 | r h, | cis d4 d |
+ e2. e4 | a,1 | s1*3 | a'2. a4 | a( g) g2 | c,2. c4 |
+ c( f) f2 | f2. f4 | e( d) cis a | b2( a4) gis | a2 r | r1 | g'2. g4 |
+ g( fis) e( a) | a2. a4 | a( g) fis h | h2 a4 gis | a2 a, | h r | r a' | b( a |
+ gis1 | g2) fis4 h, a2. a4 | d1 | s1*3 \bar "|."
+ }
+ >>
+ }
+
diff --git a/Ave_verum_corpus/texte.ly b/Ave_verum_corpus/texte.ly
new file mode 100644
index 0000000..88a1e2f
--- /dev/null
+++ b/Ave_verum_corpus/texte.ly
@@ -0,0 +1,11 @@
+%some settings% vim: ai sw=2 lbr nu et
+
+% Abkürzungen
+
+% Die Textaufteilungen
+
+ text = \lyrics {
+ %<+hier den Text für den Alt eintragen+>
+ A -- ve, a -- ve, ve -- rum cor -- pus, na -- tum de Ma -- ri -- a vir -- gi -- ne, ve -- re pas -- sum, im -- mo -- la -- tum in cru -- ce pro ho -- mi -- ne, cu -- jus la -- tus per -- fo -- ra -- tum un -- da flu -- xit et san -- gui -- ne; es -- to no -- bis prae -- gus -- ta -- tum in mor -- tis e -- xa -- mi -- ne, in mor -- tis e -- xa -- mi -- ne!
+ }
+