summaryrefslogtreecommitdiff
path: root/Weihnachtslieder/Froehliche_Weihnacht
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/Froehliche_Weihnacht
downloadMusik-cd2759024b1ad36d3ac6e15e5a2bbe43d80bcfcd.tar.xz
initialer Commit
Diffstat (limited to 'Weihnachtslieder/Froehliche_Weihnacht')
-rw-r--r--Weihnachtslieder/Froehliche_Weihnacht/Froehliche_Weihnacht.ly50
-rw-r--r--Weihnachtslieder/Froehliche_Weihnacht/stimmen.ly42
-rw-r--r--Weihnachtslieder/Froehliche_Weihnacht/texte.ly32
3 files changed, 124 insertions, 0 deletions
diff --git a/Weihnachtslieder/Froehliche_Weihnacht/Froehliche_Weihnacht.ly b/Weihnachtslieder/Froehliche_Weihnacht/Froehliche_Weihnacht.ly
new file mode 100644
index 0000000..9df0bf5
--- /dev/null
+++ b/Weihnachtslieder/Froehliche_Weihnacht/Froehliche_Weihnacht.ly
@@ -0,0 +1,50 @@
+\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 { \textII }
+ \new Lyrics \lyricsto rechtsOben { \textIII }
+ >>
+ \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 = "Fröhliche Weihnacht"
+ }
+ \layout {
+ indent = #0
+ }
+}
diff --git a/Weihnachtslieder/Froehliche_Weihnacht/stimmen.ly b/Weihnachtslieder/Froehliche_Weihnacht/stimmen.ly
new file mode 100644
index 0000000..82c595a
--- /dev/null
+++ b/Weihnachtslieder/Froehliche_Weihnacht/stimmen.ly
@@ -0,0 +1,42 @@
+%some settings% vim: ai sw=2 lbr nu et
+
+ \version "2.12"
+
+ global = {
+ \key g \major
+ %\override Staff.TimeSignature #'style = #'()
+ \time 4/8
+ \autoBeamOff
+ }
+
+% Die Stimmen
+
+ rechtsMelodie = \relative g'{
+ s2*12 | \bar "|."
+ s2*3 | s4. r8 | s2*3 | s4. r8 | \bar "||"
+ }
+
+ rechtsOMelodie = \relative d'' {
+ d16[( c]) h c d8 h | g a h4 | h16 a g a h8 g | d fis g4 |
+ a8 d d4 | h8 d d4 | a8 e' d h | d c16[( h]) a4 | d16[( c]) h c d8 h |
+ g a h4 | h16 a g a h8 g | d fis g4 | \bar "|."
+ a8. h16 c8 a | h\( c\) d4 | e8 d c h | c4. s8 | a8. h16 c8 a | h c d4 | d,8 h' h a g4. s8 | \bar "||"
+ }
+
+ rechtsUMelodie = \relative h' {
+ h16[(_\mf a]) g a h8 g | e fis g4 | g16 fis g fis g8 d | d c h4 |
+ a'8 a a4 | g8 h h4 | fis8 c' h g | h a16[( g]) fis4 | h16[( a]) g a h8 g |
+ e fis g4 | g16 fis g fis g8 d | d c h4 | \bar "|."
+ fis'8. g16 a8 fis | g\( a\) h4 | c8 h a gis | a4. s8 | fis8. g16 a8 fis | g a h4 | d,8 h' d, c | h4. s8 | \bar "||"
+ }
+
+ linksMelodie = \relative g, {
+ g2 | e'8 d g,4 | g4. h8 | d4 g, |
+ d' d | g, g | d' g, | d'4. d8 | g,2 | e'8 d g,4 | g4. h8 | d4 g, | \bar "|."
+ d'2 | g, | c4 e | a,4. s8 | d2 | g, | d'4 d | g,4. s8 | \bar "||"
+ }
+
+ linksPausen = \relative g, {
+ s2*12 | \bar "|."
+ s2*3 | s4. r8 | s2*3 | s4. r8 | \bar "||"
+ }
diff --git a/Weihnachtslieder/Froehliche_Weihnacht/texte.ly b/Weihnachtslieder/Froehliche_Weihnacht/texte.ly
new file mode 100644
index 0000000..4775146
--- /dev/null
+++ b/Weihnachtslieder/Froehliche_Weihnacht/texte.ly
@@ -0,0 +1,32 @@
+%some settings% vim: ai sw=2 lbr nu et
+
+% Abkürzungen
+
+% Die Textaufteilungen
+
+ textI = \lyricmode {
+ \set stanza = "Refr."
+ „Fröh -- li -- che Weih -- nacht ü -- ber -- all“ tönt es durch die Lüf -- te, fro -- her Schall.
+ Weih -- nachts -- lied, Weih -- nachts -- baum, Weih -- nachts -- duft in je -- dem Raum.
+ „Fröh -- li -- che Weih -- nacht ü -- ber -- all“ tönt es durch die Lüf -- te, fro -- her Schall.
+ \set stanza = "1."
+ Da -- rum, al -- le stim -- met ein in den Ju -- bel -- ton,
+ denn es kommt das Licht der Welt
+ von des Va -- ters Thron.
+ }
+ textII = \lyricmode {
+ \repeat unfold 47 { \skip 1 }
+ \set stanza = "2."
+ Licht auf dunk -- lem We -- _ ge,
+ un -- ser Licht bist du;
+ denn du führst die dir ver -- traun
+ ein zur sel -- gen Ruh.
+ }
+ textIII = \lyricmode {
+ \repeat unfold 47 { \skip 1 }
+ \set stanza = "3."
+ Was wir an -- dern ta -- _ ten,
+ sei ge -- tan für dich,
+ dass be -- ken -- nen je -- der muss:
+ „Christ -- kind kam für mich.“
+ }