summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2014-12-10 17:21:43 +0100
committerErich Eckner <git@eckner.net>2014-12-10 17:21:43 +0100
commit7ea2bb82640c124f01ca8d109e2268f97c7b4952 (patch)
tree1555ec42e5656146b55660daa15821b7fb242645
parent0656fbf0d12c22a800be9fcd68f5eb06875ae002 (diff)
downloadMusik-7ea2bb82640c124f01ca8d109e2268f97c7b4952.tar.xz
Uebers_Gebirg_Maria_geht angefangen
-rw-r--r--Uebers_Gebirg_Maria_geht/Uebers_Gebirg_Maria_geht.ly54
-rw-r--r--Uebers_Gebirg_Maria_geht/stimmen.ly206
-rw-r--r--Uebers_Gebirg_Maria_geht/texte.ly56
3 files changed, 316 insertions, 0 deletions
diff --git a/Uebers_Gebirg_Maria_geht/Uebers_Gebirg_Maria_geht.ly b/Uebers_Gebirg_Maria_geht/Uebers_Gebirg_Maria_geht.ly
new file mode 100644
index 0000000..5f987af
--- /dev/null
+++ b/Uebers_Gebirg_Maria_geht/Uebers_Gebirg_Maria_geht.ly
@@ -0,0 +1,54 @@
+\include "deutsch.ly"
+\include "stimmen.ly"
+\include "texte.ly"
+
+\pointAndClickOff
+#(set! paper-alist (cons '("kindle" . (cons (* 210 mm) (* 130 mm))) paper-alist))
+#(set-default-paper-size "kindle")
+
+\header {
+ tagline = ""
+ title = "Übers Gebirg Maria geht"
+}
+\paper {
+ top-margin = 5
+}
+
+\score {
+ \layout {
+ indent = #0
+ \context {
+ \Staff
+ \RemoveEmptyStaves
+ \override VerticalAxisGroup #'remove-first = ##t
+ }
+ }
+ \new ChoirStaff <<
+ \set Score.skipBars = ##t
+ \new Staff <<
+ \new Voice = sopranI { \global \sopranIMelodie }
+ >>
+ \new Lyrics \lyricsto sopranI { \sopranITextI }
+ \new Lyrics \lyricsto sopranI { \sopranITextII }
+ \new Staff <<
+ \new Voice = sopranII { \global \sopranIIMelodie }
+ >>
+ \new Lyrics \lyricsto sopranII { \sopranIITextI }
+ \new Lyrics \lyricsto sopranII { \sopranIITextII }
+ \new Staff <<
+ \new Voice = alt { \global \altMelodie }
+ >>
+ \new Lyrics \lyricsto alt { \altTextI }
+ \new Lyrics \lyricsto alt { \altTextII }
+ \new Staff <<
+ \new Voice = tenor { \global \clef "G_8" \tenorMelodie }
+ >>
+ \new Lyrics \lyricsto tenor { \tenorTextI }
+ \new Lyrics \lyricsto tenor { \tenorTextII }
+ \new Staff <<
+ \new Voice = bass { \global \clef "bass" \bassMelodie }
+ >>
+ \new Lyrics \lyricsto bass { \bassTextI }
+ \new Lyrics \lyricsto bass { \bassTextII }
+ >>
+}
diff --git a/Uebers_Gebirg_Maria_geht/stimmen.ly b/Uebers_Gebirg_Maria_geht/stimmen.ly
new file mode 100644
index 0000000..7cb79b5
--- /dev/null
+++ b/Uebers_Gebirg_Maria_geht/stimmen.ly
@@ -0,0 +1,206 @@
+%some settings% vim: ai sw=2 lbr nu et
+
+ \version "2.18"
+
+ global = {
+ \key es \major
+ %\override Staff.TimeSignature #'style = #'()
+ \time 4/4
+ \autoBeamOff
+ }
+
+% Die Stimmen
+
+
+ sopranIMelodie = \relative b' {
+ R1 |
+ b2 es4 d |
+ c b c4. c8 |
+ b2 r |
+ r4 b g a |
+ b g f4. f8 |
+ es1 |
+ R1 |
+ b'2 es4 d |
+ c b c4. c8 |
+ b2 r |
+ r4 b g a |
+ b g f4. f8 |
+ es2 r |
+ r4 f b b |
+ as g g f |
+ g d' es4. es8 |
+ d4 g2 f4~ |
+ f es~ es8[ d16 c] d4 |
+ es2 r4 b |
+ f'4. f8 f4 es |
+ d2 d4 es |
+ c4. c8 c4 b |
+ a b~ b8[ as16 g] as4 |
+ b2 r4 c |
+ c c f2 |
+ f4 es2 des4 |
+ c2 r4 c |
+ b4. as8 g4 es' |
+ d4. c8 b4 as |
+ g2 f |
+ es r4 b' |
+ g4. f8 es4 c |
+ f4. es8 d4 f~ |
+ f es2 d4 |
+ es1 | \bar "|."
+ }
+
+ sopranIIMelodie = \relative g' {
+ g2 b4 as |
+ g8[ f g as] b2 |
+ a4 b2 a4 |
+ b4 b f g |
+ as f es4. es8 |
+ f4 b b4. b8 |
+ g1 |
+ g2 b4 as |
+ g8[ f g as] b2 |
+ a4 b2 a4 |
+ b b f g |
+ as f es4. es8 |
+ f4 b b4. b8 |
+ g2 r |
+ R1 |
+ r2. c4 |
+ h4. h8 c2 |
+ g2. c4 |
+ b1 |
+ b2 r4 es |
+ d4. d8 d4 c |
+ h2 h4 c |
+ es2 r4 es |
+ c b c4. f,8 |
+ f2 r4 f |
+ g as f2 |
+ f4 c'2 b4 |
+ g1 |
+ r2. b4 |
+ b4. as8 g4 f~ |
+ f es2 d4 |
+ es8[ f g as] b2 |
+ r4 b c2 |
+ r f, |
+ b2. b4 |
+ b1 | \bar "|."
+ }
+
+ altMelodie = \relative es' {
+ es2 es4 es |
+ es4. f8 g4 f |
+ f2 f |
+ f4. es8 d4 es~ |
+ es b2 c4 |
+ d es es d |
+ es1 |
+ es2 es4 es |
+ es4. f8 g4 f |
+ f2 f |
+ f4. es8 d4 es~ |
+ es b2 c4 |
+ d es es d |
+ es es g g |
+ f2. e4 |
+ f es c c |
+ d4. d8 c4 g'~ |
+ g8[ f] d4 e f~ |
+ f g8[ as] b2 |
+ g1 |
+ R1 |
+ r2. g4 |
+ as4. as8 as4 g |
+ f1 |
+ d2 r4 c |
+ c c des2~ |
+ des4 c f2~ |
+ f4 es c g~ |
+ g8[ as] b[ c] d4 g |
+ f4. es8 d2 |
+ r2. b'4 |
+ g4. f8 es4 d |
+ c b2 a4 |
+ b2. c4 |
+ d es f4. f8 |
+ g1 | \bar "|."
+ }
+
+ tenorMelodie = \relative b {
+ b2 b4 c |
+ b1 |
+ c4 d c2 |
+ d r4 b |
+ es, f g es |
+ b'2 b |
+ b1 |
+ b2 b4 c |
+ b1 |
+ c4 d c2 |
+ d2 r4 b |
+ es, f g es |
+ b'2 b |
+ b4 b es es |
+ d4. c8 d4 b |
+ c2 r |
+ r2. c4 d4. d8 c2 |
+ d4 es f2 |
+ es r4 es |
+ b4. b8 b4 c |
+ g'2 g |
+ r4 c, es4. es8 |
+ es4 d c2 |
+ b r4 as |
+ g f as2 |
+ as r |
+ c4. d8 es4 es |
+ d4. c8 b4 g |
+ b1 |
+ b |
+ es,2 r |
+ r2. es'4 |
+ d4. c8 b4 as |
+ g2 f |
+ es1 | \bar "|."
+ }
+
+ bassMelodie = \relative es {
+ es2 g4 as |
+ es2 es4 b' |
+ f1 |
+ b2. es,4 |
+ c d es c |
+ b2. b4 |
+ es1 |
+ es2 g4 as |
+ es2 es4 b' |
+ f1 |
+ b2. es,4 |
+ c d es c |
+ b2. b4 |
+ es2 r4 es |
+ b' b g2 |
+ f4 c' as2 |
+ g r4 c |
+ h4. h8 c4 a |
+ b2 b |
+ es,1 |
+ R |
+ r2. c'4 |
+ as4. as8 as4 es |
+ f1 |
+ b,2 r4 f' |
+ e f des2 |
+ des4 as'2 b4 |
+ c c,4. d8 es[ f] |
+ g1 |
+ R1*2 |
+ r4 b g4. f8 |
+ es4 d c2 |
+ b1~ |
+ b |
+ es | \bar "|."
+ }
diff --git a/Uebers_Gebirg_Maria_geht/texte.ly b/Uebers_Gebirg_Maria_geht/texte.ly
new file mode 100644
index 0000000..9ff704a
--- /dev/null
+++ b/Uebers_Gebirg_Maria_geht/texte.ly
@@ -0,0 +1,56 @@
+%some settings% vim: ai sw=2 lbr nu et
+
+% Abkürzungen
+
+% Die Textaufteilungen
+
+ sopranITextI = \lyricmode {
+ \set stanza = "1."
+ Ü -- bers Ge -- birg Ma -- ri -- a geht zu ih -- rer Bas E -- li -- sa -- beth.
+ }
+
+ sopranITextII = \lyricmode {
+ \set stanza = "2."
+ Was blei -- ben
+ }
+
+ sopranIITextI = \lyricmode {
+ \set stanza = "1."
+ Ü -- bers Ge -- birg _ Ma -- ri -- a geht zu ih -- rer Bas E -- li -- sa -- beth, E -- li -- sa -- beth.
+ }
+
+ sopranIITextII = \lyricmode {
+ \set stanza = "2."
+ Was blei -- ben
+ }
+
+ altTextI = \lyricmode {
+ \set stanza = "1."
+ Ü -- bers Ge -- birg _ _ Ma -- ri -- a geht _ _ zu ih -- rer Bas E -- li -- sa -- beth.
+ }
+
+ altTextII = \lyricmode {
+ \set stanza = "2."
+ Was blei -- ben
+ }
+
+ tenorTextI = \lyricmode {
+ \set stanza = "1."
+ Ü -- bers Ge -- birg Ma -- ri -- a geht zu ih -- rer Bas E -- li -- sa -- beth.
+ }
+
+ tenorTextII = \lyricmode {
+ \set stanza = "2."
+ Was blei -- ben
+ }
+
+ bassTextI = \lyricmode {
+ \set stanza = "1."
+ Ü -- bers Ge -- birg Ma -- ri -- a geht zu ih -- rer Bas E -- li -- sa -- beth.
+ }
+
+ bassTextII = \lyricmode {
+ \set stanza = "2."
+ Was blei -- ben
+ }
+