summaryrefslogtreecommitdiff
path: root/Hosanna
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 /Hosanna
downloadMusik-cd2759024b1ad36d3ac6e15e5a2bbe43d80bcfcd.tar.xz
initialer Commit
Diffstat (limited to 'Hosanna')
-rw-r--r--Hosanna/Hosanna.ly46
-rw-r--r--Hosanna/stimmen.ly42
-rw-r--r--Hosanna/texte.ly35
3 files changed, 123 insertions, 0 deletions
diff --git a/Hosanna/Hosanna.ly b/Hosanna/Hosanna.ly
new file mode 100644
index 0000000..9137a9b
--- /dev/null
+++ b/Hosanna/Hosanna.ly
@@ -0,0 +1,46 @@
+\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 = sopranI { \global \sopranIMelodie }
+ >>
+ \new Lyrics \lyricsto sopranI { \sopranIText }
+ \new Staff <<
+ \new Voice = sopranII { \global \sopranIIMelodie }
+ >>
+ \new Lyrics \lyricsto sopranII { \sopranIIText }
+ \new Staff <<
+ \new Voice = alt { \global \altMelodie }
+ >>
+ \new Lyrics \lyricsto alt { \altText }
+ \new Staff <<
+ \new Voice = tenor { \global \clef "G_8" \tenorMelodie }
+ >>
+ \new Lyrics \lyricsto tenor { \tenorText }
+ \new Staff <<
+ \new Voice = bassI { \global \clef "bass" \bassIMelodie }
+ >>
+ \new Lyrics \lyricsto bassI { \bassIText }
+ \new Staff <<
+ \new Voice = bassII { \global \clef "bass" \bassIIMelodie }
+ >>
+ \new Lyrics \lyricsto bassII { \bassIIText }
+ >>
+ \layout {
+ indent = #0
+ }
+}
diff --git a/Hosanna/stimmen.ly b/Hosanna/stimmen.ly
new file mode 100644
index 0000000..f534bef
--- /dev/null
+++ b/Hosanna/stimmen.ly
@@ -0,0 +1,42 @@
+%some settings% vim: ai sw=2 lbr nu et
+
+ \version "2.12"
+
+ global = {
+ \key c \major
+ %\override Staff.TimeSignature #'style = #'()
+ \time 4/4
+ \autoBeamOff
+ }
+
+% Die Stimmen
+
+ sopranIMelodie = \relative c'' {
+ }
+
+ sopranIIMelodie = \relative c'' {
+ }
+
+ altMelodie = \relative c' {
+ }
+
+ tenorMelodie = \relative c' {
+ }
+
+ bassIMelodie = \relative a {
+ a1 | d,2 a~ | a r4 a4 | a'1 |
+ a4 c4. h8 a a | gis4( a) e r | r f4. e8 d d | cis4( d) a d |
+ a r2 c'4~ | c8 h a a h4 e, | e2 r4 d~ | d cis d2 |
+ d a4 r8 a' | f d a'8. a16 d,8 d a4 | a' r2. |
+ r2.. e8 | c a e'8. e16 a,8 a'4 gis8 | a8 f e4 a,2 |
+ r2. a'4 | f8.[( e16 d e f d]) a'4 a, | d2 a~ |
+ a r | e'4. fis8 g8. e16 g8 a | h4 c h2 |
+ e,4 a gis a | h h a2~ | a4 a a2 |
+ r a,4. h8 | c8. a16 c8 d e4. e8 | e4 r2 a4~ |
+ a8 a d2 c4( | h2) a | r4 a f( d) | e2 r4 a, |
+ d2 a~ | a1 | d4. e8 f[( g] a4) |
+ d, d'2 cis4 | d d,4. e8[( f d]) | a'1^\fermata | \bar "|."
+ }
+
+ bassIIMelodie = \relative c {
+ }
diff --git a/Hosanna/texte.ly b/Hosanna/texte.ly
new file mode 100644
index 0000000..0365106
--- /dev/null
+++ b/Hosanna/texte.ly
@@ -0,0 +1,35 @@
+%some settings% vim: ai sw=2 lbr nu et
+
+% Abkürzungen
+
+% Die Textaufteilungen
+
+ sopranIText = \lyrics {
+ %<+hier den Text für den Sopran eintragen+>
+ }
+ sopranIIText = \lyrics {
+ }
+
+ altText = \lyrics {
+ %<+hier den Text für den Alt eintragen+>
+ }
+
+ tenorText = \lyrics {
+ %<+hier den Text für den Tenor eintragen+>
+ }
+
+ bassIText = \lyrics {
+ %<+hier den Text für den Baß eintragen+>
+ Ho -- san -- na, ho -- san -- na to the Son of Da -- vid, to the Son of Da -- vid, Da -- vid, to the Son of Da -- _ vid.
+ Bles -- sed be the King that co -- meth in the name of the Lord, that co -- meth in the name of the Lord, of the Lord.
+ Ho -- san -- na, ho -- san -- na.
+ Thou that sit -- test in the hi -- ghest heav'ns.
+ Thou that sit -- test in the hi -- ghest heav'ns.
+ Thou that sit -- test in the hi -- ghest heav'ns, in the hi -- ghest heav'ns.
+ Ho -- san -- na, ho -- san -- na in ex -- cel -- sis, in ex -- cel -- sis De -- o.
+ }
+
+ bassIIText = \lyrics {
+ %<+hier den Text für den Baß eintragen+>
+ }
+