summaryrefslogtreecommitdiff
path: root/Weihnachtslieder/Es_ist_ein_Ros_entsprungen
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 /Weihnachtslieder/Es_ist_ein_Ros_entsprungen
downloadMusik-cd2759024b1ad36d3ac6e15e5a2bbe43d80bcfcd.tar.xz
initialer Commit
Diffstat (limited to 'Weihnachtslieder/Es_ist_ein_Ros_entsprungen')
-rw-r--r--Weihnachtslieder/Es_ist_ein_Ros_entsprungen/Es_ist_ein_Ros_entsprungen.ly53
-rw-r--r--Weihnachtslieder/Es_ist_ein_Ros_entsprungen/stimmen.ly37
-rw-r--r--Weihnachtslieder/Es_ist_ein_Ros_entsprungen/texte.ly33
3 files changed, 123 insertions, 0 deletions
diff --git a/Weihnachtslieder/Es_ist_ein_Ros_entsprungen/Es_ist_ein_Ros_entsprungen.ly b/Weihnachtslieder/Es_ist_ein_Ros_entsprungen/Es_ist_ein_Ros_entsprungen.ly
new file mode 100644
index 0000000..a9cb2bd
--- /dev/null
+++ b/Weihnachtslieder/Es_ist_ein_Ros_entsprungen/Es_ist_ein_Ros_entsprungen.ly
@@ -0,0 +1,53 @@
+\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")
+
+\pointAndClickOff
+
+\paper {
+ top-margin = 5
+ print-all-headers = ##t
+}
+
+\header {
+ tagline = ""
+}
+
+\score {
+ <<
+ \new Staff \transpose c d <<
+ \new Voice = rechts { \global \rechtsMelodie }
+ \new Voice = rechtsOben { \global \voiceOne \rechtsOMelodie }
+ \new Voice = rechtsUnten { \global \voiceTwo \rechtsUMelodie }
+ \new Lyrics \lyricsto rechtsOben { \textI }
+ \new Lyrics \lyricsto rechtsOben { \textIa }
+ \new Lyrics \lyricsto rechtsOben { \textII }
+ \new Lyrics \lyricsto rechtsOben { \textIIa }
+ \new Lyrics \lyricsto rechtsOben { \textIII }
+ \new Lyrics \lyricsto rechtsOben { \textIIIa }
+ >>
+ \new PianoStaff <<
+ \set Score.skipBars = ##t
+ \new Staff <<
+ \new Voice = rechts { \global \rechtsMelodie }
+ \new Voice = rechtsOben { \global \voiceOne \rechtsOMelodie }
+ \new Voice = rechtsUnten { \global \voiceTwo \rechtsUMelodie }
+ >>
+ \new ChordNames { \global \linksMelodie }
+ \new Staff <<
+ \new Voice = linksPausen { \clef "bass" \global \linksPausen }
+ \new Voice = links { \clef "bass" \global \linksMelodie }
+ >>
+ >>
+ >>
+ \header {
+ tagline = ""
+ title = "Es ist ein Ros entsprungen"
+ }
+ \layout {
+ indent = #0
+ }
+}
diff --git a/Weihnachtslieder/Es_ist_ein_Ros_entsprungen/stimmen.ly b/Weihnachtslieder/Es_ist_ein_Ros_entsprungen/stimmen.ly
new file mode 100644
index 0000000..34027f4
--- /dev/null
+++ b/Weihnachtslieder/Es_ist_ein_Ros_entsprungen/stimmen.ly
@@ -0,0 +1,37 @@
+%some settings% vim: ai sw=2 lbr nu et
+
+ \version "2.12"
+
+ global = {
+ \key f \major
+ %\override Staff.TimeSignature #'style = #'()
+ \time 4/4
+ \autoBeamOff
+ \partial 2
+ }
+
+% Die Stimmen
+
+ rechtsMelodie = \relative c'{
+ \repeat volta 2 { s2 | s1*4 | s2 } r4 s | s1 | s2 r4 s | s1*4 | s2 \bar "|."
+ }
+
+ rechtsOMelodie = \relative c'' {
+ \repeat volta 2 { c2 | c4 c d c | c2 a\breathe | b a4 g~ | g f~ f e | <c f>2\breathe }
+ s4 a' | g e f d c2\fermata s4 c' | c c d c | c2 a\breathe | b a4 g~ | g f~ f e | f2 \bar "|."
+ }
+
+ rechtsUMelodie = \relative a' {
+ \repeat volta 2 { a2_\mf | g4_\< a b a\! | e2_\> f | d_\mf f4 d | e f(_\> d) c | a2\! }
+ s4 c e c c h | c8[ d] e4\fermata s g | a f f f | e2 fis | d f4 d | e_\> f( d) c | <a c>2\! \bar "|."
+ }
+
+ linksMelodie = \relative f {
+ \repeat volta 2 { f2 | e4 f b, f' | c2 d\breathe | g, a4 b | c d b c | f,2 }
+ s4 f | c' a d g, | c2\fermata s4 e | f a b a | c,2 d\breathe | g, a4 b | c d b c | f,2 \bar "|."
+ }
+
+ linksPausen = \relative f {
+ \repeat volta 2 { s2 | s1*4 | s2 }
+ r4 s | s1 | s2 r4 s4 | s1*4 | s2 \bar "|."
+ }
diff --git a/Weihnachtslieder/Es_ist_ein_Ros_entsprungen/texte.ly b/Weihnachtslieder/Es_ist_ein_Ros_entsprungen/texte.ly
new file mode 100644
index 0000000..d1d2b95
--- /dev/null
+++ b/Weihnachtslieder/Es_ist_ein_Ros_entsprungen/texte.ly
@@ -0,0 +1,33 @@
+%some settings% vim: ai sw=2 lbr nu et
+
+% Abkürzungen
+
+% Die Textaufteilungen
+
+ textI = \lyricmode {
+ \set stanza = "1."
+ Es ist ein Ros ent -- sprun -- gen aus ei -- ner Wur -- zel zart,
+ und hat ein Blüm -- lein bracht
+ mit -- ten im kal -- ten Win -- ter wohl zu der hal -- ben Nacht.
+ }
+ textIa = \lyricmode {
+ wie uns die Al -- ten sun -- gen: von Jes -- se kam die Art
+ }
+ textII = \lyricmode {
+ \set stanza = "2."
+ Das Rös -- lein, das ich mei -- ne, da -- von Je -- sa -- ja sagt,
+ Aus Got -- tes ew -- gem Rat
+ hat sie ein Kind ge -- bo -- ren wohl zu der hal -- ben Nacht.
+ }
+ textIIa = \lyricmode {
+ hat uns ge -- bracht al -- lei -- ne Ma -- rie die rei -- ne Magd.
+ }
+ textIII = \lyricmode {
+ \set stanza = "3."
+ Das Blü -- me -- lein so klei -- ne, das duf -- tet uns so süß;
+ wahr' Mensch und wah -- rer Gott, hilft uns aus al -- lem Lei -- de,
+ ret -- tet von Sünd und Tod.
+ }
+ textIIIa = \lyricmode {
+ mit sei -- nem hel -- len Schei -- ne ver -- treibt's die Fins -- ter -- nis:
+ }