summaryrefslogtreecommitdiff
path: root/Bunt_sind_schon_die_Waelder
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 /Bunt_sind_schon_die_Waelder
downloadMusik-cd2759024b1ad36d3ac6e15e5a2bbe43d80bcfcd.tar.xz
initialer Commit
Diffstat (limited to 'Bunt_sind_schon_die_Waelder')
-rw-r--r--Bunt_sind_schon_die_Waelder/Bunt_sind_schon_die_Waelder.ly56
-rw-r--r--Bunt_sind_schon_die_Waelder/stimmen.ly49
-rw-r--r--Bunt_sind_schon_die_Waelder/texte.ly42
3 files changed, 147 insertions, 0 deletions
diff --git a/Bunt_sind_schon_die_Waelder/Bunt_sind_schon_die_Waelder.ly b/Bunt_sind_schon_die_Waelder/Bunt_sind_schon_die_Waelder.ly
new file mode 100644
index 0000000..c79a6dd
--- /dev/null
+++ b/Bunt_sind_schon_die_Waelder/Bunt_sind_schon_die_Waelder.ly
@@ -0,0 +1,56 @@
+\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 Lyrics = textSopranI { }
+ \new Lyrics = textSopranII { }
+ \new Lyrics = textSopranIII { }
+ \new Lyrics = textSopranIV { }
+ \new Staff <<
+ \new Voice = "frauen" { \global \pausen }
+ \new Voice = "sopran" { \global \voiceOne \sopranMelodie }
+ \new Voice = "alt" { \global \voiceTwo \altMelodie }
+ >>
+ \new Lyrics = textI { }
+ \new Lyrics = textII { }
+ \new Lyrics = textIII { }
+ \new Lyrics = textIV { }
+ \new Staff <<
+ \new Voice = "maenner" { \global \pausen }
+ \new Voice = "tenor" { \global \clef "bass" \voiceOne \tenorMelodie }
+ \new Voice = "bass" { \global \clef "bass" \voiceTwo \bassMelodie }
+ >>
+ \new Lyrics = textBassI { }
+ \new Lyrics = textBassII { }
+ \new Lyrics = textBassIII { }
+ \new Lyrics = textBassIV { }
+ \context Lyrics = textSopranI \lyricsto "sopran" \textI
+ \context Lyrics = textSopranII \lyricsto "sopran" \textII
+ \context Lyrics = textSopranIII \lyricsto "sopran" \textIII
+ \context Lyrics = textSopranIV \lyricsto "sopran" \textIV
+ \context Lyrics = textI \lyricsto "alt" \textI
+ \context Lyrics = textII \lyricsto "alt" \textII
+ \context Lyrics = textIII \lyricsto "alt" \textIII
+ \context Lyrics = textIV \lyricsto "alt" \textIV
+ \context Lyrics = textBassI \lyricsto "bass" \textI
+ \context Lyrics = textBassII \lyricsto "bass" \textII
+ \context Lyrics = textBassIII \lyricsto "bass" \textIII
+ \context Lyrics = textBassIV \lyricsto "bass" \textIV
+ >>
+ \layout {
+ indent = #0
+ }
+}
diff --git a/Bunt_sind_schon_die_Waelder/stimmen.ly b/Bunt_sind_schon_die_Waelder/stimmen.ly
new file mode 100644
index 0000000..984c62f
--- /dev/null
+++ b/Bunt_sind_schon_die_Waelder/stimmen.ly
@@ -0,0 +1,49 @@
+%some settings% vim: ai sw=2 lbr nu et
+
+ \version "2.12"
+
+ global = {
+ \key a \major
+ %\override Staff.TimeSignature #'style = #'()
+ \time 6/8
+ \autoBeamOff
+ }
+
+% Die Stimmen
+
+ pausen = \relative c' {
+ s2.*5 | s4. r |
+ s2.*5 | s4. r | \bar "|."
+ }
+
+ sopranMelodie = \relative a' {
+ a4 a8 a[ gis] a | h4. a |
+ cis4 cis8 cis[ h] cis | d4. cis |
+ h4 h8 a[ cis] dis, | e4. s |
+ cis'4 h8 a4 gis8 | fis4. fis | d'4 cis8 h8[ cis] a |
+ gis4. gis | a8[ cis] e e,[ fis] gis | a4. s | \bar "|."
+ }
+
+ altMelodie = \relative e' {
+ e4 e8 e4 e8 | gis4. a |
+ e4 e8 e4 e8 | e4. e |
+ e4 e8 cis4 h8 | h4. s |
+ e4 e8 e4 cis8 | d4. d | fis fis |
+ e4 fis8 e4 d8 | cis8[ e] a e[ d] h | cis4. s | \bar "|."
+ }
+
+ tenorMelodie = \relative cis' {
+ cis4 cis8 cis[ h] cis | e4. cis |
+ a4 a8 a[ gis] a | gis4. a |
+ gis4 gis8 a4 fis8 | gis4. s |
+ a4 h8 cis4 a8 | a4. a | h4 a8 d4 d8 |
+ h4. h | a4 a8 gis8[ a] e | e4. s | \bar "|."
+ }
+
+ bassMelodie = \relative a {
+ a4 a8 a4 a8 | e4. a |
+ a,4 a8 a4 a8 | h4. cis |
+ e4 e8 fis4 h,8 | e4. s |
+ a a | d,4 e8 d4 cis8 | h4 cis8 d4 h8 |
+ e4. e | a8[ e] cis e4 e8 | a,4. s | \bar "|."
+ }
diff --git a/Bunt_sind_schon_die_Waelder/texte.ly b/Bunt_sind_schon_die_Waelder/texte.ly
new file mode 100644
index 0000000..3a18beb
--- /dev/null
+++ b/Bunt_sind_schon_die_Waelder/texte.ly
@@ -0,0 +1,42 @@
+%some settings% vim: ai sw=2 lbr nu et
+
+% Abkürzungen
+
+% Die Textaufteilungen
+
+ textI = \lyricmode {
+ \set stanza = "1."
+ Bunt sind schon die Wäl -- der,
+ gelb die Stop -- pel -- fel -- der
+ und der Herbst be -- ginnt.
+ Ro -- te Blät -- ter fal -- len,
+ grau -- e Ne -- bel wal -- len,
+ küh -- ler weht der Wind.
+ }
+ textII = \lyricmode {
+ \set stanza = "2."
+ Wie die vol -- le Trau -- be
+ aus dem Re -- ben -- lau -- be
+ pur -- pur -- far -- ben strahl!
+ Am Ge -- län -- der rei -- fen
+ Pfir -- si -- che mit Strei -- fen
+ rot und weiß be -- malt.
+ }
+ textIII = \lyricmode {
+ \set stanza = "3."
+ Flin -- ke Trä -- ger sprin -- gen,
+ und die Mäd -- chen sin -- gen,
+ al -- les ju -- belt froh.
+ Bun -- te Bän -- der schwe -- ben
+ zwi -- schen ho -- hen Re -- ben
+ auf dem Hut von Stroh.
+ }
+ textIV = \lyricmode {
+ \set stanza = "4."
+ Gei -- ge tönt und Flö -- te
+ bei der A -- bend -- rö -- te
+ und im Mor -- gen -- glanz;
+ jun -- ge Win -- ze -- rin -- nen
+ win -- ken und be -- gin -- nen
+ fro -- hen Ern -- te -- tanz.
+ }