diff options
Diffstat (limited to 'Weihnachtslieder')
59 files changed, 3092 insertions, 0 deletions
diff --git a/Weihnachtslieder/Alle_Jahre_wieder/Alle_Jahre_wieder.ly b/Weihnachtslieder/Alle_Jahre_wieder/Alle_Jahre_wieder.ly new file mode 100644 index 0000000..9ce82ef --- /dev/null +++ b/Weihnachtslieder/Alle_Jahre_wieder/Alle_Jahre_wieder.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") + +\pointAndClickOff + +\paper { + top-margin = 5 + print-all-headers = ##t +} + +\header { + tagline = "" +} + +\score { + << + \new Staff \transpose c d << + \new Voice = rechts { \global \rechtsMelodie } + \new Lyrics \lyricsto rechts { \textI } + \new Lyrics \lyricsto rechts { \textII } + \new Lyrics \lyricsto rechts { \textIII } + >> + \new PianoStaff << + \set Score.skipBars = ##t + \new Staff << + \new Voice = rechts { \global \rechtsMelodie } + >> + \new ChordNames { \global \linksMelodie } + \new Staff << + \new Voice = linksPausen { \clef "bass" \global \linksPausen } + \new Voice = links { \clef "bass" \global \linksMelodie } + >> + >> + >> + \header { + tagline = "" + title = "Alle Jahre wieder" + } + \layout { + indent = #0 + } +} diff --git a/Weihnachtslieder/Alle_Jahre_wieder/stimmen.ly b/Weihnachtslieder/Alle_Jahre_wieder/stimmen.ly new file mode 100644 index 0000000..5c8c3f6 --- /dev/null +++ b/Weihnachtslieder/Alle_Jahre_wieder/stimmen.ly @@ -0,0 +1,29 @@ +%some settings% vim: ai sw=2 lbr nu et + + \version "2.12" + + global = { + \key d \major + %\override Staff.TimeSignature #'style = #'() + \time 4/4 + \autoBeamOff + } + +% Die Stimmen + + rechtsMelodie = \relative fis' { + <fis a>4.\(_\p <g h>8\) <fis a>4 <e g> | <d fis>2 <cis e>\breathe | + d4\( <cis e>8[ <d fis>] <e g>4\) <d fis> | <cis e>1\breathe | + <d fis>4_\< <fis a> <g h> <fis a> | <h d>2 <a cis>4(\! <g h>)\breathe | + <fis a>\( <e g>8[ <d fis>] <e g>4\) <cis a'>_\> | <d fis>2. r4\! | \bar "|." + } + + linksMelodie = \relative d' { + d2. g,4 | a2 a4 g\breathe | + fis e8 d cis4 d | a1\breathe | + d2. d4 | g,2. g4\breathe | a2. a4 | d2. s4 | \bar "|." + } + + linksPausen = \relative d' { + s1*7 | s2. r4 | \bar "|." + } diff --git a/Weihnachtslieder/Alle_Jahre_wieder/texte.ly b/Weihnachtslieder/Alle_Jahre_wieder/texte.ly new file mode 100644 index 0000000..0b10daf --- /dev/null +++ b/Weihnachtslieder/Alle_Jahre_wieder/texte.ly @@ -0,0 +1,21 @@ +%some settings% vim: ai sw=2 lbr nu et + +% Abkürzungen + +% Die Textaufteilungen + + textI = \lyricmode { + \set stanza = "1." + Al -- le Jah -- re wie -- der kommt das Chris -- tus -- kind + auf die Er -- de nie -- der, wo wir Men -- schen sind. + } + textII = \lyricmode { + \set stanza = "2." + Kehrt mit sei -- nem Se -- gen ein in je -- des Haus, + geht auf al -- len We -- gen mit uns ein und aus. + } + textIII = \lyricmode { + \set stanza = "3." + Ist auch mir zur Sei -- te still und un -- er -- kannt, + dass es treu mich lei -- te an der lie -- ben Hand. + } diff --git a/Weihnachtslieder/Am_Weihnachtsbaume/Am_Weihnachtsbaume.ly b/Weihnachtslieder/Am_Weihnachtsbaume/Am_Weihnachtsbaume.ly new file mode 100644 index 0000000..8b0c2ac --- /dev/null +++ b/Weihnachtslieder/Am_Weihnachtsbaume/Am_Weihnachtsbaume.ly @@ -0,0 +1,45 @@ +\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 Lyrics \lyricsto rechts { \textI } + \new Lyrics \lyricsto rechts { \textII } + >> + \new PianoStaff << + \set Score.skipBars = ##t + \new Staff << + \new Voice = rechts { \global \rechtsMelodie } + >> + \new ChordNames { \global \linksMelodie } + \new Staff << + \new Voice = linksPausen { \clef "bass" \global \linksPausen } + \new Voice = links { \clef "bass" \global \linksMelodie } + >> + >> + >> + \header { + tagline = "" + title = "Am Weihnachtsbaume" + } + \layout { + indent = #0 + } +} diff --git a/Weihnachtslieder/Am_Weihnachtsbaume/stimmen.ly b/Weihnachtslieder/Am_Weihnachtsbaume/stimmen.ly new file mode 100644 index 0000000..723b021 --- /dev/null +++ b/Weihnachtslieder/Am_Weihnachtsbaume/stimmen.ly @@ -0,0 +1,28 @@ +%some settings% vim: ai sw=2 lbr nu et + + \version "2.12" + + global = { + \key d \major + %\override Staff.TimeSignature #'style = #'() + \time 3/4 + \autoBeamOff + \partial 4. + } + +% Die Stimmen + + rechtsMelodie = \relative d' { + d8\(_\mf d fis | <fis a>4( <d fis>8)\) <fis a>\( <h d> <g h> | <fis a>4 <d fis>8\) <fis a>\( <g h> <fis a> | <e g>4 <cis e>\) + <cis a'>8\( <e g> | <d fis>4\) r8 <d fis>\( <d fis> <fis a> | <e g>4( <cis e>8)\) <e g>8\( <e g> <g h> | <fis a>4 <d fis>8\) <d fis>\( <d fis> <fis a> | <e g>4 < cis e>\) <cis a'>8\( <cis a'> | <d fis>4\) r8 \bar "|." + } + + linksMelodie = \relative d { + s8 s4 | d4. s8 g,4 | d'4. s8 d4 | a2 a4 | + d s s | a4. s8 cis4 | d4. s8 d4 | a2 a4 | d s8 \bar "|." + } + + linksPausen = \relative d { + r8 r4 | s4. r8 s4 | s4. r8 s4 | s2.*2 | + s4. r8 s4 | s4. r8 s4 | s2. | s4 r8 \bar "|." + } diff --git a/Weihnachtslieder/Am_Weihnachtsbaume/texte.ly b/Weihnachtslieder/Am_Weihnachtsbaume/texte.ly new file mode 100644 index 0000000..8886349 --- /dev/null +++ b/Weihnachtslieder/Am_Weihnachtsbaume/texte.ly @@ -0,0 +1,17 @@ +%some settings% vim: ai sw=2 lbr nu et + +% Abkürzungen + +% Die Textaufteilungen + + textI = \lyricmode { + \set stanza = "1." + Am Weih -- nachts -- baum die Lich -- ter bren -- nen, + wie glänzt er fest -- lich, lieb und mild, als spräch' er: + „Wollt in mir er -- ken -- nen ge -- treu -- er Hoff -- nung stil -- les Bild.“ + } + textII = \lyricmode { + \set stanza = "2." + Die Kin -- der stehn mit hel -- len Bli -- cken, das Au -- ge lacht, es lacht das Herz, + o fröh -- lich, se -- li -- ges Ent -- zü -- cken, die Al -- ten schau -- en him -- mel -- wärts. + } 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: + } diff --git a/Weihnachtslieder/Es_ist_fuer_uns_eine_Zeit_angekommen/Es_ist_fuer_uns_eine_Zeit_angekommen.ly b/Weihnachtslieder/Es_ist_fuer_uns_eine_Zeit_angekommen/Es_ist_fuer_uns_eine_Zeit_angekommen.ly new file mode 100644 index 0000000..3a91a9b --- /dev/null +++ b/Weihnachtslieder/Es_ist_fuer_uns_eine_Zeit_angekommen/Es_ist_fuer_uns_eine_Zeit_angekommen.ly @@ -0,0 +1,51 @@ +\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 \pausen } + \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 Lyrics \lyricsto rechtsOben { \textIV } + >> + \new PianoStaff << + \set Score.skipBars = ##t + \new Staff << + \new Voice = rechts { \global \pausen } + \new Voice = rechtsOben { \global \voiceOne \rechtsOMelodie } + \new Voice = rechtsUnten { \global \voiceTwo \rechtsUMelodie } + >> + \new ChordNames { \global \linksMelodie } + \new Staff << + \new Voice = linksPausen { \clef "bass" \global \pausen } + \new Voice = links { \clef "bass" \global \linksMelodie } + >> + >> + >> + \header { + tagline = "" + title = "Es ist für uns eine Zeit angekommen" + } + \layout { + indent = #0 + } +} diff --git a/Weihnachtslieder/Es_ist_fuer_uns_eine_Zeit_angekommen/stimmen.ly b/Weihnachtslieder/Es_ist_fuer_uns_eine_Zeit_angekommen/stimmen.ly new file mode 100644 index 0000000..df40fae --- /dev/null +++ b/Weihnachtslieder/Es_ist_fuer_uns_eine_Zeit_angekommen/stimmen.ly @@ -0,0 +1,33 @@ +%some settings% vim: ai sw=2 lbr nu et + + \version "2.12" + + global = { + \key g \major + %\override Staff.TimeSignature #'style = #'() + \time 4/4 + \autoBeamOff + \partial 2 + } + +% Die Stimmen + + rechtsOMelodie = \relative g' { + \repeat volta 2 { s8 g g a | h4 h8 a h4 h8 a | h4 h8 a h4 c | d e8 d d4. c8 | h2\breathe } + d4. d8 | e4. d8 c8[ h] c[ e] | d2 h4. d8 | a2 h4. d8 | a2 h4 c | d e8 d d4. c8 | h2 \bar "|." + } + + rechtsUMelodie = \relative a' { + \repeat volta 2 { s8 g g fis | g4 d8 fis g4 d8 fis | g4 d8 fis g4 e | d g8 g e4 fis | g2\breathe } + h4 a | g fis g4. a8 | h2 d,4 g | g( fis) d g | g( fis) g e | g c,8 d d[ e] fis4 | g2 \bar "|." + } + + linksMelodie = \relative h { + \repeat volta 2 { s8 h h a | g4 g8 d g4 g8 d | g4 g8 d g4 a | h c8 h a4 d, | g2\breathe } + g4 fis | e d e4. fis8 | g2 g4 fis8 e | d2 g4 fis8[ e] | d2 g4 a | h8 a g[ fis] e4 d | g2 \bar "|." + } + + pausen = \relative f { + \repeat volta 2 { r8 s4. | s1*3 | s2\breathe } + s2 | s1*5 | s2 \bar "|." + } diff --git a/Weihnachtslieder/Es_ist_fuer_uns_eine_Zeit_angekommen/texte.ly b/Weihnachtslieder/Es_ist_fuer_uns_eine_Zeit_angekommen/texte.ly new file mode 100644 index 0000000..9b5a6e1 --- /dev/null +++ b/Weihnachtslieder/Es_ist_fuer_uns_eine_Zeit_angekommen/texte.ly @@ -0,0 +1,28 @@ +%some settings% vim: ai sw=2 lbr nu et + +% Abkürzungen + +% Die Textaufteilungen + + textI = \lyricmode { + \set stanza = "1." + Es ist für uns ei -- ne Zeit an -- ge -- kom -- men, die bringt uns ei -- ne _ gro -- ße Freud. + Un -- ser Hei -- land Je -- sus Christ, der für uns, der für uns, + für uns Mensch ge -- _ wor -- den ist. + } + textII = \lyricmode { + \set stanza = "2." + Es wa -- ren Hir -- ten bei Nacht auf dem Fel -- de, ein En -- gel ih -- nen er -- schie -- nen ist: + „Fürcht' euch nicht ihr Hir -- ten -- leut, Fried und Freud, Fried und Freud, Fried und Freud ver -- _ künd ich heut. + } + textIII = \lyricmode { + \set stanza = "3." + Denn euch ist heu -- te der Hei -- land ge -- bo -- ren, der eu -- er Herr und _ Ret -- ter ist. + Die -- ses Zei -- chen merkt euch gut: Got -- tes Kind, Got -- tes Kind, Got -- tes Kind in der Krip -- pe ruht.“ + } + textIV = \lyricmode { + \set stanza = "4." + Sie lie -- fen ei -- lend und such -- ten und fan -- den, was auf dem Fel -- de ver -- kün -- det ward: + Un -- ser Hei -- land Je -- sus Christ, der für uns, der für uns, + für uns Mensch ge -- _ wor -- den ist. + } diff --git a/Weihnachtslieder/Frau_Holle/Frau_Holle.ly b/Weihnachtslieder/Frau_Holle/Frau_Holle.ly new file mode 100644 index 0000000..171f102 --- /dev/null +++ b/Weihnachtslieder/Frau_Holle/Frau_Holle.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 = rechtsUnten { \global \voiceTwo \rechtsUMelodie } + \new Lyrics \lyricsto rechts { \textI } + \new Lyrics \lyricsto rechts { \textII } + \new Lyrics \lyricsto rechts { \textIII } + \new Lyrics \lyricsto rechts { \textIV } + \new Lyrics \lyricsto rechts { \textV } + >> + \new PianoStaff << + \set Score.skipBars = ##t + \new Staff << + \new Voice = rechts { \global \rechtsMelodie } + \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 = "Frau Holle" + } + \layout { + indent = #0 + } +} diff --git a/Weihnachtslieder/Frau_Holle/stimmen.ly b/Weihnachtslieder/Frau_Holle/stimmen.ly new file mode 100644 index 0000000..7c2abae --- /dev/null +++ b/Weihnachtslieder/Frau_Holle/stimmen.ly @@ -0,0 +1,36 @@ +%some settings% vim: ai sw=2 lbr nu et + + \version "2.12" + + global = { + \key d \major + %\override Staff.TimeSignature #'style = #'() + \time 2/4 + \autoBeamOff + \partial 8 + } + +% Die Stimmen + + rechtsMelodie = \relative d' { + d16[_\mf e] | <d fis>4 <d fis>8 d16[ e] | <d fis>4 <d fis>8 + <fis a> | <e g> <d fis> <cis e> <h d> | <cis e> <cis e>16[ <d fis>] <cis e>8 + <fis a>_\p | <e g> <d fis> <cis e> <h d> | <cis e> <cis e>16[ <d fis>] <cis e>8 + <cis fis>_\mf | <h d> <h d> <cis e> <e g> | \voiceOne fis8. g16 a8 \oneVoice fis8_\p | <h, d> <h d> <cis e> <e g> | + \voiceOne fis8. g16 a8 \oneVoice <g a>8_\f | <fis d'>4 <g h> | <fis a>8 <fis a>16[ <g h>] <fis a>4 | + <e g>8. g16 <cis, e>8 <cis fis> | d4. \bar "|." + } + + rechtsUMelodie = \relative d' { + s8 | s2*7 | d4~ d8 s | s2 | d4~ d8 s | s2*3 | s4. \bar "|." + } + + linksMelodie = \relative d { + s8 | d4~ d8 s | d4~ d8 s | a s a s | a s a s | a2 | a4 a8 s | + h4 a | d8.[ e16] fis8 s | h,4 a | d8.[ e16] fis8 s | d4 g,8[ h16 cis] | d4 d | a a8 a | d a d \bar "|." + } + + linksPausen = \relative d { + r8 | s4. r8 | s4. r8 | s r s r | s r s r | s2 | s4. r8 | + s2*3 | s4. r8 | s2*3 | s4. \bar "|." + } diff --git a/Weihnachtslieder/Frau_Holle/texte.ly b/Weihnachtslieder/Frau_Holle/texte.ly new file mode 100644 index 0000000..fc10270 --- /dev/null +++ b/Weihnachtslieder/Frau_Holle/texte.ly @@ -0,0 +1,46 @@ +%some settings% vim: ai sw=2 lbr nu et + +% Abkürzungen + +% Die Textaufteilungen + + textI = \lyricmode { + \set stanza = "1." + Frau Hol -- le, Frau Hol -- le, die schüt -- telt ih -- re Bet -- ten aus, + fällt blü -- ten -- wei -- ßer Schnee her -- aus. + So vie -- le Flo -- cken oh -- ne Zahl, So vie -- le Flo -- cken auf ein Mal. + Frau Hi -- Ha -- Hol -- le du, schütt -- le flei -- ßig zu. + } + + textII = \lyricmode { + \set stanza = "2." + Frau Hol -- le, Frau Hol -- le, die guckt zu ih -- rem Haus hi -- naus, + wie sieht die Welt so präch -- tig aus! + Da kommt ein ar -- mes Mäg -- de -- lein, das ruft _ sie zu sich he -- rein. + Frau Hi -- Ha -- Hol -- le du, ach, wie gut bist du. + } + + textIII = \lyricmode { + \set stanza = "3." + Frau Hol -- le, Frau Hol -- le, die schüt -- telt mit dem Mäg -- de -- lein + viel blü -- ten -- wei -- ße Flöck -- chen fein. + Da freu -- en sich die Kin -- der sehr. Die bei -- den schüt -- teln im -- mer mehr. + Frau Hi -- Ha -- Hol -- le du, schütt -- le flei -- ßig zu. + } + + textIV = \lyricmode { + \set stanza = "4." + Frau Hol -- le, Frau Hol -- le, ich möch -- te gern nach Hau -- se gehn + und mei -- ne El -- tern wie -- der sehn! + Von gan -- zem Her -- zen dank ich dir, du warst so gut, so gut zu mir! + Frau Hi -- Ha -- Hol -- le du, ichlieb dich im -- mer -- zu. + } + + textV = \lyricmode { + \set stanza = "5." + Als nun die Frau Hol -- le dem Mäg -- de -- lein die Hän -- de gab, + fiel lau -- ter, lau -- ter Gold he -- rab. + Und als es kam zu Hau -- se an, + rief von dem Dach der Go -- ckel -- hahn: + Seht hie die Gold -- ma -- rie! Ki -- ke -- ri -- ki -- ki! + } 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.“ + } diff --git a/Weihnachtslieder/Ihr_Kinderlein_kommet/Ihr_Kinderlein_kommet.ly b/Weihnachtslieder/Ihr_Kinderlein_kommet/Ihr_Kinderlein_kommet.ly new file mode 100644 index 0000000..5b32c96 --- /dev/null +++ b/Weihnachtslieder/Ihr_Kinderlein_kommet/Ihr_Kinderlein_kommet.ly @@ -0,0 +1,49 @@ +\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 = rechtsUnten { \global \voiceTwo \rechtsUMelodie } + \new Lyrics \lyricsto rechts { \textI } + \new Lyrics \lyricsto rechts { \textII } + \new Lyrics \lyricsto rechts { \textIII } + \new Lyrics \lyricsto rechts { \textIV } + >> + \new PianoStaff << + \set Score.skipBars = ##t + \new Staff << + \new Voice = rechts { \global \rechtsMelodie } + \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 = "Ihr Kinderlein kommet" + } + \layout { + indent = #0 + } +} diff --git a/Weihnachtslieder/Ihr_Kinderlein_kommet/stimmen.ly b/Weihnachtslieder/Ihr_Kinderlein_kommet/stimmen.ly new file mode 100644 index 0000000..e97fb79 --- /dev/null +++ b/Weihnachtslieder/Ihr_Kinderlein_kommet/stimmen.ly @@ -0,0 +1,34 @@ +%some settings% vim: ai sw=2 lbr nu et + + \version "2.12" + + global = { + \key f \major + %\override Staff.TimeSignature #'style = #'() + \time 2/4 + \autoBeamOff + \partial 8 + } + +% Die Stimmen + + rechtsMelodie = \relative a'{ + <a c>8_\p | <a c>4 <f a>8 <a c> | <a c>4 <f a>8 <a c> | <g b>4 <e g>8\( <g b> | <f a>4\) r8 + <a c>8 | <a c>4 <f a>8 <a c> | <a c>4 <f a>8 <a c> | <g b>4 <e g>8\( <g b> | <f a>4\) r8 + <f a> | <e g>4 <e g>8 <e g> | <g b>4_\< <g b>8 <g b> | + <f a>4 <f a>8 <f a> | <f d'>4 r8\! <b d> | \voiceOne c4 c8 c \oneVoice | <a f'>4 <a c>8 <f a>_\> | <d b'>4 <e g>8 e | f4 r8\! \bar "|." + } + + rechtsUMelodie = \relative b' { + s8 | s2*12 | b8[ g] a b | s2*2 | s4. \bar "|." + } + + linksMelodie = \relative f { + s8 | f4 s | f s | c s | f s | + f s | f s | c s | f s | c2 | c | f | b, | c f,4. d'8 | g,4 c | f s8 \bar "|." + } + + linksPausen = \relative f { + r8 | s4 r | s r | s r | s r | + s r | s r | s r | s r | s2*7 | s4 r8 \bar "|." + } diff --git a/Weihnachtslieder/Ihr_Kinderlein_kommet/texte.ly b/Weihnachtslieder/Ihr_Kinderlein_kommet/texte.ly new file mode 100644 index 0000000..098753b --- /dev/null +++ b/Weihnachtslieder/Ihr_Kinderlein_kommet/texte.ly @@ -0,0 +1,34 @@ +%some settings% vim: ai sw=2 lbr nu et + +% Abkürzungen + +% Die Textaufteilungen + + textI = \lyricmode { + \set stanza = "1." + Ihr Kin -- der -- lein kom -- met, o kom -- met doch all! + Zur Krip -- pe her kom -- met in Beth -- le -- hems Stall + und seht, was in die -- ser hoch hei -- li -- gen Nacht + der Va -- ter im Him -- mel für Freu -- de uns macht. + } + textII = \lyricmode { + \set stanza = "2." + O seht in der Krip -- pe im nächt -- li -- chen Stall, + seht hier bei des Licht -- leins hell glän -- zen -- dem Strahl + in rein -- li -- chen Win -- deln das himm -- li -- sche Kind + viel schö -- ner und hol -- der, als En -- gel es sind. + } + textIII = \lyricmode { + \set stanza = "3." + Da liegt es, das Kind -- lein auf Heu und auf Stroh, + Ma -- ri -- a und Jo -- seph be -- trach -- ten es froh, + die red -- li -- chen Hir -- ten knien be -- tend da -- vor, + hoch dro -- ben schwebt ju -- belnd der En -- ge -- lein Chor. + } + textIV = \lyricmode { + \set stanza = "4." + O beugt wie die Hir -- ten an -- be -- tend die Knie, + er -- he -- bet die Hän -- de und dan -- ket wie sie! + Stimmt freu -- dig, ihr Kin -- der, wer sollt sich nicht freun? + Stimmt freu -- dig zum Ju -- bel der En -- gel mit ein. + } diff --git a/Weihnachtslieder/Kling_Gloeckchen/Kling_Gloeckchen.ly b/Weihnachtslieder/Kling_Gloeckchen/Kling_Gloeckchen.ly new file mode 100644 index 0000000..7db0c92 --- /dev/null +++ b/Weihnachtslieder/Kling_Gloeckchen/Kling_Gloeckchen.ly @@ -0,0 +1,48 @@ +\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 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 = "Kling, Glöckchen, kling" + } + \layout { + indent = #0 + } +} diff --git a/Weihnachtslieder/Kling_Gloeckchen/stimmen.ly b/Weihnachtslieder/Kling_Gloeckchen/stimmen.ly new file mode 100644 index 0000000..6483bc8 --- /dev/null +++ b/Weihnachtslieder/Kling_Gloeckchen/stimmen.ly @@ -0,0 +1,45 @@ +%some settings% vim: ai sw=2 lbr nu et + + \version "2.12" + + global = { + \key g \major + %\override Staff.TimeSignature #'style = #'() + \time 2/4 + \autoBeamOff + } + +% Die Stimmen + + rechtsMelodie = \relative c'{ + s2*3 | s4. r8 | + s2*11 | s4. r8 | \bar "|." + \bar "|." + } + + rechtsOMelodie = \relative d'' { + d4 h8 c | d16 e d e d4 | c a8 d | h4. s8 | + a a h g | h4 a | c8 c d a | c4 h | + a8 a h cis | d4 a | h8 e d cis | e4 d | + d h8 c | d16 e d e d4 | c a8 d | h4. s8 | \bar "|." + } + + rechtsUMelodie = \relative h' { + h4_\p g8 a | h16 c h c h4 | a4 fis8 fis | g4. s8 | + fis_\< fis g d | g4\> fis | a8\< g fis d | a'4\> g | + a8\< g g g | fis4 fis\> | g\mf\< fis8 e | g4\> fis | + h\p g8 a | h16 c h c h4 | a4 fis8 fis g4. s8 | \bar "|." + \bar "|." + } + + linksMelodie = \relative g { + g8 d g4 | g4. g8 | d4. d8 | g d g s | + d4 g,8 h | d2 | d4. fis8 | g2 | + a4. a8 | d,2 | g,4 a | d2 | + g8 d g4 | g4. g8 | d4. d8 | g d g s | \bar "|." + } + + linksPausen = \relative g { + s2*3 | s4. r8 | + s2*11 | s4. r8 | \bar "|." + } diff --git a/Weihnachtslieder/Kling_Gloeckchen/texte.ly b/Weihnachtslieder/Kling_Gloeckchen/texte.ly new file mode 100644 index 0000000..2cfe122 --- /dev/null +++ b/Weihnachtslieder/Kling_Gloeckchen/texte.ly @@ -0,0 +1,17 @@ +%some settings% vim: ai sw=2 lbr nu et + +% Abkürzungen + +% Die Textaufteilungen + + textI = \lyricmode { + \set stanza = "Refr." + Kling, Glöck -- chen, klin -- ge -- lin -- ge -- ling, + kling, Glöck -- chen, kling! + \set stanza = "1." + Lasst mich ein, ihr Kin -- der, "'s ist" so kalt der Win -- ter. + Öff -- net mir die Tü -- ren, lasst mich nicht er -- frie -- ren! + \set stanza = "Refr." + Kling, Glöck -- chen, klin -- ge -- lin -- ge -- ling, + kling, Glöck -- chen, kling! + } diff --git a/Weihnachtslieder/Kommet_ihr_Hirten/Kommet_ihr_Hirten.ly b/Weihnachtslieder/Kommet_ihr_Hirten/Kommet_ihr_Hirten.ly new file mode 100644 index 0000000..3a60af7 --- /dev/null +++ b/Weihnachtslieder/Kommet_ihr_Hirten/Kommet_ihr_Hirten.ly @@ -0,0 +1,49 @@ +\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 = rechtsUnten { \global \voiceTwo \rechtsUMelodie } + \new Lyrics \lyricsto rechts { \textI } + \new Lyrics \lyricsto rechts { \textII } + \new Lyrics \lyricsto rechts { \textIII } + >> + \new PianoStaff << + \set Score.skipBars = ##t + \new Staff << + \new Voice = rechts { \global \rechtsMelodie } + \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 = "Kommet ihr Hirten" + } + \layout { + indent = #0 + } +} diff --git a/Weihnachtslieder/Kommet_ihr_Hirten/stimmen.ly b/Weihnachtslieder/Kommet_ihr_Hirten/stimmen.ly new file mode 100644 index 0000000..83b5890 --- /dev/null +++ b/Weihnachtslieder/Kommet_ihr_Hirten/stimmen.ly @@ -0,0 +1,33 @@ +%some settings% vim: ai sw=2 lbr nu et + + \version "2.12" + + global = { + \key f \major + %\override Staff.TimeSignature #'style = #'() + \time 3/4 + \autoBeamOff + } + +% Die Stimmen + + rechtsMelodie = \relative a'{ + <a c>4_\mf <a c>8[( <f a>]) <b d>[( <g b>]) | <a c>4 <a c>8[( <f a>]) <b d>[( <g b>]) | + <a c>4 \voiceOne a8[( c]) g[( a]) \oneVoice | f2. | + <a c>4 <a c>8[( <f a>]) <b d>[( <g b>]) | <a c>4 <a c>8[( <f a>]) <b d>[( <g b>]) | + <a c>4 \voiceOne a8[( c]) g[( a]) \oneVoice | f2. | + f4_\f a8 f a c | f,4 a8 f g c, | f4 a8 f a c | f,4 a8 f g c,\breathe | + <f c'>4 \voiceOne a8[( c]) \oneVoice <e, g>8[( <c a'>]) | f2. | \bar "|." + } + + rechtsUMelodie = \relative f' { + s2.*2 | s4 f e | s2.*3 | s4 f e | s2.*5 | s4 f s | s2. | \bar "|." + } + + linksMelodie = \relative f { + f8 c f2 | f8 c f2 | f4 a, c | f c f | f8 c f2 | f8 c f2 | f4 a, c | f c f | s2.*4 | a,4 c c | \chordmode { f,2. } | \bar "|." + } + + linksPausen = \relative f { + s2.*8 | R2.*4 | s2.*2 | \bar "|." + } diff --git a/Weihnachtslieder/Kommet_ihr_Hirten/texte.ly b/Weihnachtslieder/Kommet_ihr_Hirten/texte.ly new file mode 100644 index 0000000..52783ce --- /dev/null +++ b/Weihnachtslieder/Kommet_ihr_Hirten/texte.ly @@ -0,0 +1,29 @@ +%some settings% vim: ai sw=2 lbr nu et + +% Abkürzungen + +% Die Textaufteilungen + + textI = \lyricmode { + \set stanza = "1." + Kom -- met, ihr Hir -- ten, ihr Män -- ner und Fraun, + kom -- met, das lieb -- li -- che Kind -- lein zu schaun. + Chris -- tus, der Herr, ist heu -- te ge -- bo -- ren, + den Gott zum Hei -- land euch hat er -- ko -- ren. + Fürch -- tet euch nicht! + } + textII = \lyricmode { + \set stanza = "2." + Las -- set uns se -- hen in Beth -- le -- hems Stall, + was uns ver -- hei -- ßen der himm -- li -- sche Schall, + was wir dort fin -- den las -- set uns kün -- den, las -- set uns prei -- sen in from -- men Wei -- sen. + Hal -- le -- lu -- ja! + } + textIII = \lyricmode { + \set stanza = "3." + Wahr -- lich, die En -- gel ver -- kün -- di -- gen heut + Beth -- le -- hems Hir -- ten -- volk gar gro -- ße Freud: + Nun soll es wer -- den Frie -- de auf Er -- den, + den Men -- schen al -- len ein Wohl -- ge -- fal -- len. + Eh -- re sei Gott! + } diff --git a/Weihnachtslieder/Lasst_uns_froh_und_munter_sein/Lasst_uns_froh_und_munter_sein.ly b/Weihnachtslieder/Lasst_uns_froh_und_munter_sein/Lasst_uns_froh_und_munter_sein.ly new file mode 100644 index 0000000..d29376e --- /dev/null +++ b/Weihnachtslieder/Lasst_uns_froh_und_munter_sein/Lasst_uns_froh_und_munter_sein.ly @@ -0,0 +1,52 @@ +\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 = 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 Lyrics \lyricsto rechtsOben { \textIV } + \new Lyrics \lyricsto rechtsOben { \textV } + \new Lyrics \lyricsto rechtsOben { \textVI } + \new Lyrics \lyricsto rechtsOben { \textVII } + >> + \new PianoStaff << + \set Score.skipBars = ##t + \new Staff << + \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 = "Lasst uns froh und munter sein" + } + \layout { + indent = #0 + } +} diff --git a/Weihnachtslieder/Lasst_uns_froh_und_munter_sein/stimmen.ly b/Weihnachtslieder/Lasst_uns_froh_und_munter_sein/stimmen.ly new file mode 100644 index 0000000..047a31f --- /dev/null +++ b/Weihnachtslieder/Lasst_uns_froh_und_munter_sein/stimmen.ly @@ -0,0 +1,30 @@ +%some settings% vim: ai sw=2 lbr nu et + + \version "2.12" + + global = { + \key g \major + %\override Staff.TimeSignature #'style = #'() + \time 4/4 + \autoBeamOff + } + +% Die Stimmen + + rechtsOMelodie = \relative d'' { + d4 d d8[( e]) d[( c]) | h4 h h2 | c4 c c8[( d]) c[( h]) | a4 a a2 | + g4 a h c | d8 e d e d2 | <h g'>4 d d8[ e] d[ c] | h4 a d2 | <h g'>4 d d8[ e] d[ c] | h4 a g2 | \bar "|." + } + + rechtsUMelodie = \relative h' { + h2_\mf h8[( c]) h[( a]) | g4 g g2 | a2 a4 a8[( g]) | fis4 <e g> <d fis>2 | + g4_\< fis g a | h8 c h c h2 | g4\f g e fis | g_\> fis a( g) | g\f g a2 | g4_\> fis g2\! | \bar "|." + } + + linksMelodie = \relative g { + g2 d | g s4 g | d2 fis | d2. c4 | h a g d' | g,2. g4 | g h c d~ | d c h2 | g4 h c2 | d4 d g,2 | \bar "|." + } + + linksPausen = \relative g { + s1 | s2 r4 s | s1*8 | \bar "|." + } diff --git a/Weihnachtslieder/Lasst_uns_froh_und_munter_sein/texte.ly b/Weihnachtslieder/Lasst_uns_froh_und_munter_sein/texte.ly new file mode 100644 index 0000000..2dd7a26 --- /dev/null +++ b/Weihnachtslieder/Lasst_uns_froh_und_munter_sein/texte.ly @@ -0,0 +1,38 @@ +%some settings% vim: ai sw=2 lbr nu et + +% Abkürzungen + +% Die Textaufteilungen + + textI = \lyricmode { + \set stanza = "1." + Lasst uns froh und mun -- ter sein und uns recht von Her -- zen freun! + \set stanza = "Refr." + Lus -- tig, lus -- tig tra -- la -- la -- la -- la, + bald ist Nik -- laus -- a -- bend da, + bald ist Nik -- laus -- a -- bend da! + } + textII = \lyricmode { + \set stanza = "2." + Bald ist uns -- re Schu -- le aus, dann ziehn wir ver -- gnügt nach Haus. + } + textIII = \lyricmode { + \set stanza = "3." + Dann stell ich den Tel -- ler raus, Nik -- laus legt ge -- wiss was drauf. + } + textIV = \lyricmode { + \set stanza = "4." + Steht der Tel -- ler auf dem Tisch, sing ich noch -- mals froh und frisch: + } + textV = \lyricmode { + \set stanza = "5." + Wenn ich schlaf, dann träu -- me ich: Jetzt bringt Nik -- laus was für mich. + } + textVI = \lyricmode { + \set stanza = "6." + Wenn ich auf -- ge -- stan -- den bin, lauf ich schnell zum Tel -- ler hin. + } + textVII = \lyricmode { + \set stanza = "7." + Nik -- laus ist ein gu -- ter Mann, dem man nicht g'nug dan -- ken kann. + } diff --git a/Weihnachtslieder/Leise_rieselt_der_Schnee/Leise_rieselt_der_Schnee.ly b/Weihnachtslieder/Leise_rieselt_der_Schnee/Leise_rieselt_der_Schnee.ly new file mode 100644 index 0000000..15d0694 --- /dev/null +++ b/Weihnachtslieder/Leise_rieselt_der_Schnee/Leise_rieselt_der_Schnee.ly @@ -0,0 +1,48 @@ +\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 = rechtsUnten { \global \voiceTwo \rechtsUMelodie } + \new Lyrics \lyricsto rechts { \textI } + \new Lyrics \lyricsto rechts { \textII } + \new Lyrics \lyricsto rechts { \textIII } + >> + \new PianoStaff << + \set Score.skipBars = ##t + \new Staff << + \new Voice = rechts { \global \rechtsMelodie } + \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 = "Leise rieselt der Schnee" + } + \layout { + indent = #0 + } +} diff --git a/Weihnachtslieder/Leise_rieselt_der_Schnee/stimmen.ly b/Weihnachtslieder/Leise_rieselt_der_Schnee/stimmen.ly new file mode 100644 index 0000000..8d217c1 --- /dev/null +++ b/Weihnachtslieder/Leise_rieselt_der_Schnee/stimmen.ly @@ -0,0 +1,33 @@ +%some settings% vim: ai sw=2 lbr nu et + + \version "2.12" + + global = { + \key b \major + %\override Staff.TimeSignature #'style = #'() + \time 6/8 + \autoBeamOff + } + +% Die Stimmen + + rechtsMelodie = \relative f' { + <f d'>4_\p <f d'>8 <es c'> <f d'> <es c'> | <d b'>4.~ <d b'>4 r8 | + <g b>4 <es g>8 <g b> <f a> <es g> | <d f>4.~ <d f>4 r8 | + <a' c>_\< <gis h> <a c> <g es'> <f d'>\! <es c'> | <d b'>4.~_\> <d b'>4 r8\! | + \voiceOne c'8.\( g16\) g8 a\( g\) a \oneVoice | <d, b'>4.~ <d b'>4 r8 | \bar "|." + } + + rechtsUMelodie = \relative es' { + s2.*6 | es4 es8 es4 es8 | s2. | \bar "|." + } + + linksMelodie = \relative b, { + b4. f | b~ b4 s8 | es,4. es | b'~ b4 s8 | + f4. f4 fis8 | g4.~ g4 s8 | es4. f4 f8 | b4.~ b4 s8 | \bar "|." + } + + linksPausen = \relative b, { + s2. | s2 s8 r | s2. | s2 s8 r | + s2. | s2 s8 r | s2. | s2 s8 r | \bar "|." + } diff --git a/Weihnachtslieder/Leise_rieselt_der_Schnee/texte.ly b/Weihnachtslieder/Leise_rieselt_der_Schnee/texte.ly new file mode 100644 index 0000000..d8130e5 --- /dev/null +++ b/Weihnachtslieder/Leise_rieselt_der_Schnee/texte.ly @@ -0,0 +1,26 @@ +%some settings% vim: ai sw=2 lbr nu et + +% Abkürzungen + +% Die Textaufteilungen + + textI = \lyricmode { + \set stanza = "1." + Lei -- se rie -- selt der Schnee, + still und starr ruht der See; + weih -- nacht -- lich glän -- zet der Wald: + \set stanza = "1.-3." + Freu -- e dich, Christ -- kind kommt bald. + } + textII = \lyricmode { + \set stanza = "2." + In den Her -- zen ist's warm, + still schweigt Kum -- mer und Harm, + Sor -- ge des Le -- bens ver -- hallt: + } + textIII = \lyricmode { + \set stanza = "3." + Bald ist Hei -- li -- ge Nacht, + Chor der En -- gel er -- wacht, + hört nur, wie lieb -- lich es schallt: + } diff --git a/Weihnachtslieder/Morgen_Kinder_wirds_was_geben/Morgen_Kinder_wirds_was_geben.ly b/Weihnachtslieder/Morgen_Kinder_wirds_was_geben/Morgen_Kinder_wirds_was_geben.ly new file mode 100644 index 0000000..1325f73 --- /dev/null +++ b/Weihnachtslieder/Morgen_Kinder_wirds_was_geben/Morgen_Kinder_wirds_was_geben.ly @@ -0,0 +1,49 @@ +\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 = rechtsUnten { \global \voiceTwo \rechtsUMelodie } + \new Lyrics \lyricsto rechts { \textI } + \new Lyrics \lyricsto rechts { \textII } + \new Lyrics \lyricsto rechts { \textIII } + \new Lyrics \lyricsto rechts { \textIV } + \new Lyrics \lyricsto rechts { \textV } + >> + \new PianoStaff << + \set Score.skipBars = ##t + \new Staff << + \new Voice = rechts { \global \rechtsMelodie } + \new Voice = rechtsUnten { \global \voiceTwo \rechtsUMelodie } + >> + \new ChordNames { \global \linksMelodie } + \new Staff << + \new Voice = links { \clef "bass" \global \linksMelodie } + >> + >> + >> + \header { + tagline = "" + title = "Morgen, Kinder, wird's was geben" + } + \layout { + indent = #0 + } +} diff --git a/Weihnachtslieder/Morgen_Kinder_wirds_was_geben/stimmen.ly b/Weihnachtslieder/Morgen_Kinder_wirds_was_geben/stimmen.ly new file mode 100644 index 0000000..fdddbe6 --- /dev/null +++ b/Weihnachtslieder/Morgen_Kinder_wirds_was_geben/stimmen.ly @@ -0,0 +1,33 @@ +%some settings% vim: ai sw=2 lbr nu et + + \version "2.12" + + global = { + \key g \major + %\override Staff.TimeSignature #'style = #'() + \time 2/4 + \autoBeamOff + } + +% Die Stimmen + + rechtsMelodie = \relative g'{ + \voiceOne g8 d e d | e16[( g]) fis[( a]) g8 d + \oneVoice | <g h>8 <g h>16[ <a c>] <h d>8 <g h> | <a c> <g h> <fis a>4 | + \voiceOne g8 d e d | e16[( g]) fis[( a]) g8 d \oneVoice | + <g h>8 <g h>16[ <a c>] <h d>8 <g h> | <a c> <g h> <fis a>4 | <a c>8 <a c> <g e'> <g e'> | + <fis a> <fis a> <g d'>4 | <e g>8 <e g> <e c'> <e c'> | + \voiceOne h'16[ a] g[ fis] g4 | \bar "|." + \bar "|." + } + + rechtsUMelodie = \relative h { + h4 c8 h | c16 r c r h4 | s2*2 | + h4 c8 h | c16 r c r h4 | s2*5 | + d16 r c r h4 | \bar "|." + } + + linksMelodie = \relative g { + g4 g | c,8 d g4 | g g | fis8 g d4 | g g | c,8 d g4 | + g g | fis8 g d4 | a' c, | d8 c h4 | c a | d g | \bar "|." + } diff --git a/Weihnachtslieder/Morgen_Kinder_wirds_was_geben/texte.ly b/Weihnachtslieder/Morgen_Kinder_wirds_was_geben/texte.ly new file mode 100644 index 0000000..8f907da --- /dev/null +++ b/Weihnachtslieder/Morgen_Kinder_wirds_was_geben/texte.ly @@ -0,0 +1,51 @@ +%some settings% vim: ai sw=2 lbr nu et + +% Abkürzungen + +% Die Textaufteilungen + + textI = \lyricmode { + \set stanza = "1." + Mor -- gen, Kind -- der, wirds was ge -- ben, + mor -- gen wer -- den wir uns freun! + Welch ein Ju -- bel, welch ein Le -- ben, + wird in un -- serm Hau -- se sein. + Ein -- mal wer -- den wir noch wach, + hei -- ßa, dann ist Weih -- nachts -- tag! + } + textII = \lyricmode { + \set stanza = "2." + Wie wird dann die Stu -- be glän -- zen + von der gan -- zen Lich -- ter -- zahl, + schö -- ner als bei fro -- hen Tän -- zen + ein ge -- putz -- ter Kro -- nen -- saal! + Wisst ihr noch vom vor' -- gen Jahr, + wie's am Heil' -- gen A -- bend war? + } + textIII = \lyricmode { + \set stanza = "3." + Wisst ihr noch mein Rei -- ter -- pferd -- chen, + Mal -- chens net -- te Schä -- fe -- rin? + Jett -- chens Kü -- che mit dem Herd -- chen + und dem blank -- ge -- putz -- ten Zinn? + Hein -- richs bun -- tem Har -- le -- kin + mit der gel -- ben Vi -- o -- lin? + } + textIV = \lyricmode { + \set stanza = "4." + Wisst ihr noch den gro -- ßen Wa -- gen + und die schö -- ne Jagd von Blei? + Uns -- re Klei -- der -- chen zum Tra -- gen + und die vie -- le Nä -- sche -- rei? + Mei -- nen fleiß' -- gen Sä -- ge -- mann + mit der Ku -- gel un -- ten dran? + } + textV = \lyricmode { + \set stanza = "5." + Welch ein schö -- ner Tag ist mor -- gen! + Neu -- e Freu -- den hof -- fen wir. + Uns -- re gu -- ten El -- tern sor -- gen + lan -- ge, lan -- ge schon da -- für. + O ge -- wiss, wer sie nicht ehrt, + ist der gan -- zen Lust nicht wert. + } diff --git a/Weihnachtslieder/Nun_singet_und_seid_froh/Nun_singet_und_seid_froh.ly b/Weihnachtslieder/Nun_singet_und_seid_froh/Nun_singet_und_seid_froh.ly new file mode 100644 index 0000000..bedb4ba --- /dev/null +++ b/Weihnachtslieder/Nun_singet_und_seid_froh/Nun_singet_und_seid_froh.ly @@ -0,0 +1,47 @@ +\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 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 = "Nun singet und seid froh" + } + \layout { + indent = #0 + } +} diff --git a/Weihnachtslieder/Nun_singet_und_seid_froh/stimmen.ly b/Weihnachtslieder/Nun_singet_und_seid_froh/stimmen.ly new file mode 100644 index 0000000..b3f2489 --- /dev/null +++ b/Weihnachtslieder/Nun_singet_und_seid_froh/stimmen.ly @@ -0,0 +1,46 @@ +%some settings% vim: ai sw=2 lbr nu et + + \version "2.12" + + global = { + \key f \major + %\override Staff.TimeSignature #'style = #'() + \time 6/4 + \autoBeamOff + \partial 4 + } + +% Die Stimmen + + rechtsMelodie = \relative f'{ + s4 | s1.*3 | s1 s4 r | + \repeat volta 2 { s1.*3 | } \alternative { { s1. | } { s1 s4 r | } } + s1. | s1 s4 r | s1. | s1 s4 \bar "|." + \bar "|." + } + + rechtsOMelodie = \relative f' { + f4_\mf | f2 f4 a2 b4 | c2( d4 c2) c4 | f,2 f4 a2 b4 | c2( d4 c2) s4 | + \repeat volta 2 { c2 d4 c2 b4 | a2. f2 f4 | g2 g4 a2 g4 | } \alternative { { f2( g4 a2) a4 | } { f2( g4 a2) s4 | } } + d,2 d4 e2 e4 | f2.( c'2) s4 | a2 a4 g2 g4 | f2.~ f2 \bar "|." + } + + rechtsUMelodie = \relative f' { + f4 | a,2 d4 f2 d4 | f2.~ f2 e4 | a,2 d4 f e d | f2. f2 s4 | + \repeat volta 2 { a g f e2 d4 | c2. d2 f4 | e2 d4 c2 e4 | } \alternative { { d2( e4 f2) a4 | } { d,2( e4 f2) s4 | } } + d2 d4 d c b | a2.( e'2) s4 | f2 c4 d2 e4 | a,2.~ a2 \bar "|." + } + + linksMelodie = \relative f { + s4 | f2 d4 c2 b4 | a2 b4 a2 c4 | f2 d4 d c b | a2 b4 a2 s4 | + \repeat volta 2 { f'2 b,4 c2 g4 | a2. d2 d4 | c2 b4 a2 c4 | } \alternative { { d2 c4 f2 s4 | } { d2 c4 f2 s4 | } } + b,4 a g c2 c4 | d2. c2 s4 | f2 a,4 b2 c4 | f2.~ f2 \bar "|." + \bar "|." + } + + linksPausen = \relative f { + r4 | s1.*3 | s1 s4 r4 | + \repeat volta 2 { s1.*3 | } \alternative { { s1 s4 r4 | } { s1 s4 r4 | } } + s1. | s1 s4 r4 | s1. | s1 s4 \bar "|." + \bar "|." + } diff --git a/Weihnachtslieder/Nun_singet_und_seid_froh/texte.ly b/Weihnachtslieder/Nun_singet_und_seid_froh/texte.ly new file mode 100644 index 0000000..2d9006f --- /dev/null +++ b/Weihnachtslieder/Nun_singet_und_seid_froh/texte.ly @@ -0,0 +1,29 @@ +%some settings% vim: ai sw=2 lbr nu et + +% Abkürzungen + +% Die Textaufteilungen + + textI = \lyricmode { + \set stanza = "Refr." + Frie -- de mit euch, Frie -- de mit euch! + Mein Va -- ter sand -- te mich, ich sen -- de euch! ich sen -- de euch. + \set stanza = "1." + Der Frie -- de des Herrn soll die Er -- de ver -- wan -- deln; + wir ru -- fen ihn aus, weil wir glau -- ben und han -- deln, + denn Je -- sus sagt uns: _ + } + textII = \lyricmode { + \repeat unfold 22 { \skip 1 } + \set stanza = "2." + Der Frie -- de ist mehr als ein schö -- ner Ge -- dan -- ke. + Der Frie -- de packt zu und durch -- bricht je -- de Schran -- ke, + denn Je -- sus sagt uns: _ + } + textIII = \lyricmode { + \repeat unfold 22 { \skip 1 } + \set stanza = "3." + Der Frie -- de ist dort, wo -- _ hin wir ihn tra -- gen. + Wir müs -- sen nur selbst den _ ers -- ten Schritt wa -- gen, + denn Je -- sus sagt uns: _ + } diff --git a/Weihnachtslieder/O_Tannenbaum/O_Tannenbaum.ly b/Weihnachtslieder/O_Tannenbaum/O_Tannenbaum.ly new file mode 100644 index 0000000..e4b5a8e --- /dev/null +++ b/Weihnachtslieder/O_Tannenbaum/O_Tannenbaum.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") + +\pointAndClickOff + +\paper { + top-margin = 5 + print-all-headers = ##t +} + +\header { + tagline = "" +} + +\score { + << + \new Staff \transpose c d << + \new Voice = rechts { \global \rechtsMelodie } + \new Lyrics \lyricsto rechts { \textI } + \new Lyrics \lyricsto rechts { \textII } + \new Lyrics \lyricsto rechts { \textIII } + >> + \new PianoStaff << + \set Score.skipBars = ##t + \new Staff << + \new Voice = rechts { \global \rechtsMelodie } + >> + \new ChordNames { \global \linksMelodie } + \new Staff << + \new Voice = linksPausen { \clef "bass" \global \linksPausen } + \new Voice = links { \clef "bass" \global \linksMelodie } + >> + >> + >> + \header { + tagline = "" + title = "O Tannenbaum, o Tannenbaum" + } + \layout { + indent = #0 + } +} diff --git a/Weihnachtslieder/O_Tannenbaum/stimmen.ly b/Weihnachtslieder/O_Tannenbaum/stimmen.ly new file mode 100644 index 0000000..b17f0e1 --- /dev/null +++ b/Weihnachtslieder/O_Tannenbaum/stimmen.ly @@ -0,0 +1,33 @@ +%some settings% vim: ai sw=2 lbr nu et + + \version "2.12" + + global = { + \key g \major + %\override Staff.TimeSignature #'style = #'() + \time 3/4 + \autoBeamOff + \partial 8 + } + +% Die Stimmen + + rechtsMelodie = \relative d' { + d8_\mf | <h g'>8. <h g'>16 <h g'>4. <d a'>8 | <g h>8. <g h>16 <g h>4. <g h>8 | <e a> <gis h> <a c>4 <c, fis> | + <c d a'> <h d g> r8 <h' d> | + <h d> <g h> <c e>4. <h d>8 | <h d> <a c> <a c>4. <a c>8 | <a c> <fis a> <h d>4. <a c>8 | <a c> <g h> <g h>4. + d8 | <h g'>8. <h g'>16 <h g'>4. <d a'>8 | <g h>8. <g h>16 <g h>4. <g h>8 | <e a> <gis h> <a c>4 <c, fis> | + <c d a'> <h d g> r8 \bar "|." + } + + linksMelodie = \relative g, { + s8 | g4 g s | g g s | c8 h a4 d | g,2 s4 | + g s g | d' s d | d s fis | g s s | + g, g s | g g s | c8 h a4 d | g,2 s8 \bar "|." + } + + linksPausen = \relative g, { + r8 | s2.*3 | s2 r4 | + s r s | s r s | s r s | s r r | + s2 r4 | s2 r4 | s2. | s2 r8 \bar "|." + } diff --git a/Weihnachtslieder/O_Tannenbaum/texte.ly b/Weihnachtslieder/O_Tannenbaum/texte.ly new file mode 100644 index 0000000..1ce5675 --- /dev/null +++ b/Weihnachtslieder/O_Tannenbaum/texte.ly @@ -0,0 +1,38 @@ +%some settings% vim: ai sw=2 lbr nu et + +% Abkürzungen + +% Die Textaufteilungen + + textI = \lyricmode { + \set stanza = "1.-3." + O Tan -- nen -- baum, o Tan -- nen -- baum, + \set stanza = "1." + wie treu sind dei -- ne Blät -- ter! + Du grünst nicht nur zur Som -- mers -- zeit, + nein auch im Win -- ter, wenn es schneit. + \set stanza = "1.-3." + O Tan -- nen -- baum, o Tan -- nen -- baum, + \set stanza = "1." + wie treu sind dei -- ne Blät -- ter! + } + textII = \lyricmode { + \repeat unfold 8 { \skip 1 } + \set stanza = "2." + du kannst mir sehr ge -- fal -- len! + Wie oft hat nicht zur Weih -- nachts -- zeit + ein Baum von dir mich hoch er -- freut! + \repeat unfold 8 { \skip 1 } + \set stanza = "2." + du kannst mir sehr ge -- fal -- len! + } + textIII = \lyricmode { + \repeat unfold 8 { \skip 1 } + \set stanza = "3." + dein Kleid will mich was leh -- ren: + die Hoff -- nung und Be -- stän -- dig -- keit + gibt Mut und Kraft zu je -- der Zeit! + \repeat unfold 8 { \skip 1 } + \set stanza = "3." + dein Kleid will mich was leh -- ren. + } diff --git a/Weihnachtslieder/O_Tannenbaum_du_traegst_ein_gruenes_Kleid/O_Tannenbaum_du_traegst_ein_gruenes_Kleid.ly b/Weihnachtslieder/O_Tannenbaum_du_traegst_ein_gruenes_Kleid/O_Tannenbaum_du_traegst_ein_gruenes_Kleid.ly new file mode 100644 index 0000000..53b8080 --- /dev/null +++ b/Weihnachtslieder/O_Tannenbaum_du_traegst_ein_gruenes_Kleid/O_Tannenbaum_du_traegst_ein_gruenes_Kleid.ly @@ -0,0 +1,45 @@ +\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 = rechtsOben { \global \voiceOne \rechtsOMelodie } + \new Voice = rechtsUnten { \global \voiceTwo \rechtsUMelodie } + >> + \new PianoStaff << + \set Score.skipBars = ##t + \new Staff << + \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 = "O Tannenbaum, du trägst ein grünes Kleid" + } + \layout { + indent = #0 + } +} diff --git a/Weihnachtslieder/O_Tannenbaum_du_traegst_ein_gruenes_Kleid/stimmen.ly b/Weihnachtslieder/O_Tannenbaum_du_traegst_ein_gruenes_Kleid/stimmen.ly new file mode 100644 index 0000000..00fe7c9 --- /dev/null +++ b/Weihnachtslieder/O_Tannenbaum_du_traegst_ein_gruenes_Kleid/stimmen.ly @@ -0,0 +1,31 @@ +%some settings% vim: ai sw=2 lbr nu et + + \version "2.12" + + global = { + \key b \major + %\override Staff.TimeSignature #'style = #'() + \time 4/4 + \autoBeamOff + \partial 4 + } + +% Die Stimmen + + rechtsOMelodie = \relative d' { + d4 | g d' d d | d c c c | b b d c8[ b] | + a2. a4 | b2 d4 b | c2 es4 c | b b a a | g2. \bar "|." + } + + rechtsUMelodie = \relative d' { + d4 | g g b a | g2. a4 | g g g2 | + fis2. d4 | g2 g4 g | g2 g4 g | g g g fis | r es8 c d4 \bar "|." + } + + linksMelodie = \relative fis { + s4 | s1 | s2. fis4 | g f es c | d2. s4 | g2 b4 g | es2 c4 es | d2 c4 d | g,2. \bar "|." + } + + linksPausen = \relative fis { + r4 | R1 | r2. s4 | s1 | s2. r4 | s1*3 | s2. \bar "|." + } diff --git a/Weihnachtslieder/O_Tannenbaum_du_traegst_ein_gruenes_Kleid/texte.ly b/Weihnachtslieder/O_Tannenbaum_du_traegst_ein_gruenes_Kleid/texte.ly new file mode 100644 index 0000000..2d9006f --- /dev/null +++ b/Weihnachtslieder/O_Tannenbaum_du_traegst_ein_gruenes_Kleid/texte.ly @@ -0,0 +1,29 @@ +%some settings% vim: ai sw=2 lbr nu et + +% Abkürzungen + +% Die Textaufteilungen + + textI = \lyricmode { + \set stanza = "Refr." + Frie -- de mit euch, Frie -- de mit euch! + Mein Va -- ter sand -- te mich, ich sen -- de euch! ich sen -- de euch. + \set stanza = "1." + Der Frie -- de des Herrn soll die Er -- de ver -- wan -- deln; + wir ru -- fen ihn aus, weil wir glau -- ben und han -- deln, + denn Je -- sus sagt uns: _ + } + textII = \lyricmode { + \repeat unfold 22 { \skip 1 } + \set stanza = "2." + Der Frie -- de ist mehr als ein schö -- ner Ge -- dan -- ke. + Der Frie -- de packt zu und durch -- bricht je -- de Schran -- ke, + denn Je -- sus sagt uns: _ + } + textIII = \lyricmode { + \repeat unfold 22 { \skip 1 } + \set stanza = "3." + Der Frie -- de ist dort, wo -- _ hin wir ihn tra -- gen. + Wir müs -- sen nur selbst den _ ers -- ten Schritt wa -- gen, + denn Je -- sus sagt uns: _ + } diff --git a/Weihnachtslieder/O_du_froehliche/O_du_froehliche.ly b/Weihnachtslieder/O_du_froehliche/O_du_froehliche.ly new file mode 100644 index 0000000..dee67a4 --- /dev/null +++ b/Weihnachtslieder/O_du_froehliche/O_du_froehliche.ly @@ -0,0 +1,48 @@ +\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 = rechtsUnten { \global \voiceTwo \rechtsUMelodie } + \new Lyrics \lyricsto rechts { \textI } + \new Lyrics \lyricsto rechts { \textII } + \new Lyrics \lyricsto rechts { \textIII } + >> + \new PianoStaff << + \set Score.skipBars = ##t + \new Staff << + \new Voice = rechts { \global \rechtsMelodie } + \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 = "O, du fröhliche" + } + \layout { + indent = #0 + } +} diff --git a/Weihnachtslieder/O_du_froehliche/stimmen.ly b/Weihnachtslieder/O_du_froehliche/stimmen.ly new file mode 100644 index 0000000..ea2d7fe --- /dev/null +++ b/Weihnachtslieder/O_du_froehliche/stimmen.ly @@ -0,0 +1,36 @@ +%some settings% vim: ai sw=2 lbr nu et + + \version "2.12" + + global = { + \key f \major + %\override Staff.TimeSignature #'style = #'() + \time 4/4 + \autoBeamOff + } + +% Die Stimmen + + rechtsMelodie = \relative a' { + <a c>2_\mf <b d> | <a c>4. <g b>8 <f a>4( <g b>) | + <a c>2 <b d> | <a c>4. <g b>8 <f a>4( <g b>) | + <a c>2 <g c>_\< | <g h d> <g c e>4 <a c f> | <g c e>2_\> \voiceOne <h d> \oneVoice | <e, g c>2.\! r4 | + <e g>4.(_\p <f a>8) <e g>4 <f a> | <g b>4.( <a c>8) <g b>2 | + <f a>4.( <g b>8) <f a>4 <g b> | <a c>4.(_\< <b d>8) <a c>2 | + <a f'>4(\f <c e>) <b d>( <a c>) | <d f> <b d> <fis c'> <g b> | <f a>2 \voiceOne g \oneVoice | f2. r4 | \bar "|." + } + + rechtsUMelodie = \relative g' { + s1*6 | s2 g4 f | s1*7 | s2 f4 e | s1 \bar "|." + } + + linksMelodie = \relative f { + \repeat unfold 2 { f2 b, | f' f | } + f e | d c4 f, | g2 g | c2. s4 | + c2 c | c2. c4 | f,2 f | f2. f4 | f a b f | b2 a4 g | c2 c | f2. s4 | \bar "|." + } + + linksPausen = \relative f { + s1*7 | s2. r4 | + s1*7 | s2. r4 | \bar "|." + } diff --git a/Weihnachtslieder/O_du_froehliche/texte.ly b/Weihnachtslieder/O_du_froehliche/texte.ly new file mode 100644 index 0000000..0bbfceb --- /dev/null +++ b/Weihnachtslieder/O_du_froehliche/texte.ly @@ -0,0 +1,25 @@ +%some settings% vim: ai sw=2 lbr nu et + +% Abkürzungen + +% Die Textaufteilungen + + textI = \lyricmode { + \set stanza = "Refr." + O du fröh -- li -- che, o du se -- li -- ge, + gna -- den -- brin -- gen -- de Weih -- nachts -- zeit. + \set stanza = "1." + Welt ging ver -- lo -- ren, Christ ist ge -- bo -- ren: + \set stanza = "1.-3." + Freu -- e, freu -- e dich, o Chris -- ten -- heit! + } + textII = \lyricmode { + \repeat unfold 18 { \skip 1 } + \set stanza = "2." + Christ ist er -- schie -- nen uns zu ver -- süh -- nen: + } + textIII = \lyricmode { + \repeat unfold 18 { \skip 1 } + \set stanza = "3." + Himm -- li -- sche Hee -- re jauch -- zen dir Eh -- re: + } diff --git a/Weihnachtslieder/Schneefloeckchen/Schneefloeckchen.ly b/Weihnachtslieder/Schneefloeckchen/Schneefloeckchen.ly new file mode 100644 index 0000000..9e068dd --- /dev/null +++ b/Weihnachtslieder/Schneefloeckchen/Schneefloeckchen.ly @@ -0,0 +1,48 @@ +\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 = 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 = 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 = "Schneeflöckchen, Weißröckchen" + } + \layout { + indent = #0 + } +} diff --git a/Weihnachtslieder/Schneefloeckchen/stimmen.ly b/Weihnachtslieder/Schneefloeckchen/stimmen.ly new file mode 100644 index 0000000..a178ee4 --- /dev/null +++ b/Weihnachtslieder/Schneefloeckchen/stimmen.ly @@ -0,0 +1,39 @@ +%some settings% vim: ai sw=2 lbr nu et + + \version "2.12" + + global = { + \key f \major + %\override Staff.TimeSignature #'style = #'() + \time 3/4 + \autoBeamOff + \partial 4 + } + +% Die Stimmen + + rechtsOMelodie = \relative a' { + a8[(_\mf b]) | c4\(\staccato c\)\staccato d | g,\(\staccato g\)\staccato\breathe + g8[( a]) | b4\(-- b-- c\)-- | a2\breathe + a8[( b]) | c4\(--_\< c-- f\)--\! | e\( d\)\breathe + c8[( b]) | a4\( b\)_\> g | f2\! \bar "|." + } + + rechtsUMelodie = \relative f' { + f8[( g]) | a4\(\staccato a\)\staccato a | e\(\staccato e\)\staccato\breathe + e8[( f]) | g4\(-- g-- g\)-- | f2\breathe + f8[( g]) | a4\(-- a-- c\)-- | c\( b\)\breathe + a8[( g]) | f4\( g\) e | f2 \bar "|." + } + + linksMelodie = \relative f, { + s4 | f\(\staccato f\)\staccato s | c'\(\staccato c\)\staccato s | + c\(-- c-- e\)-- | f2 s4 | + f\(-- f-- a,\)-- | b2 b4 | c2 c4 | f2 \bar "|." + } + + linksPausen = \relative f, { + r4 | s2 r4 | s2 r4 | + s2. | s2 r4 | + s2.*3 | s2 \bar "|." + } diff --git a/Weihnachtslieder/Schneefloeckchen/texte.ly b/Weihnachtslieder/Schneefloeckchen/texte.ly new file mode 100644 index 0000000..e3ab071 --- /dev/null +++ b/Weihnachtslieder/Schneefloeckchen/texte.ly @@ -0,0 +1,25 @@ +%some settings% vim: ai sw=2 lbr nu et + +% Abkürzungen + +% Die Textaufteilungen + + textI = \lyricmode { + \set stanza = "1." + Schnee -- flöck -- chen, Weiß -- röck -- chen, + wann kommst du ge -- schneit. + Du wohnst in den Wol -- ken, dein Weg ist so weit. + } + textII = \lyricmode { + \set stanza = "2." + Komm setz dich ans Fens -- ter, du lieb -- li -- cher Stern, + malst Blu -- men und Blät -- ter, + wir ha -- ben dich gern. + } + textIII = \lyricmode { + \set stanza = "3." + Schnee -- flöck -- chen, Weiß -- röck -- chen, + komm zu uns ins Tal, + dann bau'n wir den Schnee -- mann + und wer -- fen den Ball. + } diff --git a/Weihnachtslieder/Stille_Nacht/Stille_Nacht.ly b/Weihnachtslieder/Stille_Nacht/Stille_Nacht.ly new file mode 100644 index 0000000..cc82558 --- /dev/null +++ b/Weihnachtslieder/Stille_Nacht/Stille_Nacht.ly @@ -0,0 +1,48 @@ +\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 = rechtsUnten { \global \voiceTwo \rechtsUMelodie } + \new Lyrics \lyricsto rechts { \textI } + \new Lyrics \lyricsto rechts { \textII } + \new Lyrics \lyricsto rechts { \textIII } + >> + \new PianoStaff << + \set Score.skipBars = ##t + \new Staff << + \new Voice = rechts { \global \rechtsMelodie } + \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 = "Stille Nacht, heilige Nacht" + } + \layout { + indent = #0 + } +} diff --git a/Weihnachtslieder/Stille_Nacht/stimmen.ly b/Weihnachtslieder/Stille_Nacht/stimmen.ly new file mode 100644 index 0000000..c43d7ac --- /dev/null +++ b/Weihnachtslieder/Stille_Nacht/stimmen.ly @@ -0,0 +1,33 @@ +%some settings% vim: ai sw=2 lbr nu et + + \version "2.12" + + global = { + \key c \major + %\override Staff.TimeSignature #'style = #'() + \time 6/8 + \autoBeamOff + } + +% Die Stimmen + + rechtsMelodie = \relative g' { + <g e>8.[\(_\p <a f>16] <g e>8 <e c>4.\) | + <g e>8.\( <a f>16 <g e>8 <e c>4.\) | + <f d'>4\( <f d'>8 <f h>4.\) | <e c'>4\( <e c'>8 <e g>4.\) | + \repeat unfold 2 { <f a>4\(_\< <f a>8 <a c>8. <g h>16 <f a>8\)\! | <e g>8.\(_\> <f a>16 <e g>8 <c e>4.\)\! | } + <f h d>4\(_\p_\< <f h d>8 \voiceOne f'8.\! d16 h8\) \oneVoice | + <e, c'>4.(_\> <g e'>)\! | \voiceOne c8.[\( g16] e8\) g8.\( f16 d8\) \oneVoice | c4.~ c4 r8 | \bar "|." + } + + rechtsUMelodie = \relative f' { + s2.*8 | s4. <f h>4( f8) | s2. | e4(_\pp c8)_\> h4( h8) | s2.\! | \bar "|." + } + + linksMelodie = \relative c { + c4. c | c c | g g | c c | f, f | c' c | f, f | c' c | g g | c c | g g | c( \chordmode { c,4) } s8 | \bar "|." + } + + linksPausen = \relative c { + s2.*11 | s2 s8 r8 | \bar "|." + } diff --git a/Weihnachtslieder/Stille_Nacht/texte.ly b/Weihnachtslieder/Stille_Nacht/texte.ly new file mode 100644 index 0000000..32fcf6d --- /dev/null +++ b/Weihnachtslieder/Stille_Nacht/texte.ly @@ -0,0 +1,33 @@ +%some settings% vim: ai sw=2 lbr nu et + +% Abkürzungen + +% Die Textaufteilungen + + textI = \lyricmode { + \set stanza = "1." + Stil -- le Nacht, hei -- li -- ge Nacht! + Al -- les schläft, ein -- sam wacht + nur das trau -- te, hoch -- hei -- li -- ge Paar. + Hol -- der Kna -- be im lo -- cki -- gen Haar, + schlaf in himm -- li -- scher Ruh, + schlaf in himm -- li -- scher Ruh. + } + textII = \lyricmode { + \set stanza = "2." + Stil -- le Nacht, hei -- li -- ge Nacht! + Hir -- ten erst kund ge -- macht + durch der En -- gel Ha -- le -- _ lu -- ja + tönt es laut _ bei fern _ und nah: + Christ, der Ret -- ter ist da, + Christ, der Ret -- ter ist da! + } + textIII = \lyricmode { + \set stanza = "3." + Stil -- le Nacht, hei -- li -- ge Nacht! + Got -- tes Sohn, o, wie lacht + lieb aus dei -- _ nem Gött -- li -- chen Mund, + da uns schlägt _ die ret -- ten -- de Stund, + Christ, in dei -- ner Ge -- burt, + Christ, in dei -- ner Ge -- burt! + } diff --git a/Weihnachtslieder/Sueszer_die_Glocken/Sueszer_die_Glocken.ly b/Weihnachtslieder/Sueszer_die_Glocken/Sueszer_die_Glocken.ly new file mode 100644 index 0000000..4c9fb0f --- /dev/null +++ b/Weihnachtslieder/Sueszer_die_Glocken/Sueszer_die_Glocken.ly @@ -0,0 +1,48 @@ +\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 = rechtsUnten { \global \voiceTwo \rechtsUMelodie } + \new Lyrics \lyricsto rechts { \textI } + \new Lyrics \lyricsto rechts { \textII } + \new Lyrics \lyricsto rechts { \textIII } + >> + \new PianoStaff << + \set Score.skipBars = ##t + \new Staff << + \new Voice = rechts { \global \rechtsMelodie } + \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 = "Süßer die Glocken nie klingen" + } + \layout { + indent = #0 + } +} diff --git a/Weihnachtslieder/Sueszer_die_Glocken/stimmen.ly b/Weihnachtslieder/Sueszer_die_Glocken/stimmen.ly new file mode 100644 index 0000000..aa09e98 --- /dev/null +++ b/Weihnachtslieder/Sueszer_die_Glocken/stimmen.ly @@ -0,0 +1,40 @@ +%some settings% vim: ai sw=2 lbr nu et + + \version "2.12" + + global = { + \key f \major + %\override Staff.TimeSignature #'style = #'() + \time 6/8 + \autoBeamOff + } + +% Die Stimmen + + rechtsMelodie = \relative f' { + <f a>8._\p <f a>16 <f a>8 <f a> <e g> <f a> | <e c'>4.\( <e g>4\) r8 | <e g>8. <e g>16 <e g>8 <e g> <d f> <e g> | + <f a>4.~ <f a>4 r8 | + <a c>8._\< <a c>16 <a c>8 <a c> a f | <d' f>4.\(\! <b d>\) | <a c>8. <b d>16 <a c>8_\> \voiceOne c8 b g \oneVoice | f4.~\! f4 r8 | + <e g>8. <e g>16 <e g>8 <f a> <f a> <f a> | \voiceOne c'8. b16 g8 \oneVoice <f a>4. | <e g>8. <e g>16 <e g>8 <f a> <f a> <f a> | \voiceOne c'8. b16 g8 \oneVoice <f a>4. | + <a c>8._\< <g b>16 <f a>8 <f a> g f | <d' f>4.(\! <b d>) | <a c>8. <b d>16 <a c>8_\> \voiceOne c8 b g \oneVoice | f4.~\! f4 r8 | \bar "|." + } + + rechtsUMelodie = \relative e' { + s2.*6 | s4. e4 e8 | s2.*2 | + e4 e8 s4. | s2. | + e4 e8 s4. | s2.*2 | + s4. e4 e8 | s2. | \bar "|." + } + + linksPausen = \relative f, { + s2. | s2 s8 r8 | s2. | s2 s8 r8 | + s2.*3 | s2 s8 r8 | + s2.*7 | s2 s8 r8 \bar "|." + } + + linksMelodie = \relative f, { + f4. f | c'~ c4 s8 | c4. c | f,~ f4 s8 | + f4. f | b2. | c4. c | \chordmode { f,4.~ f,4 } s8 | + c'4. f, | c' f, | c' f, | c' f, | + f f | b~ b | c c | \chordmode { f,4.~ f,4 } s8 \bar "|." + } diff --git a/Weihnachtslieder/Sueszer_die_Glocken/texte.ly b/Weihnachtslieder/Sueszer_die_Glocken/texte.ly new file mode 100644 index 0000000..7465f1d --- /dev/null +++ b/Weihnachtslieder/Sueszer_die_Glocken/texte.ly @@ -0,0 +1,36 @@ +%some settings% vim: ai sw=2 lbr nu et + +% Abkürzungen + +% Die Textaufteilungen + + textI = \lyricmode { + \set stanza = "1." + Sü -- ßer die Glo -- cken nie klin -- gen + als zu der Weih -- _ nachts -- zeit, + "'s ist" als ob En -- ge -- lein sin -- gen + wie -- der von Frie -- de und Freud, + wie sie ge -- sun -- gen in hei -- li -- ger Nacht, + wie sie ge -- sun -- gen in hei -- li -- ger Nacht. + \set stanza = "1.-3." + Glo -- cken mit hei -- li -- gem Klang, + klin -- get die Er -- de ent -- lang. + } + textII = \lyricmode { + \set stanza = "2." + Und wenn die Glo -- cken dann klin -- gen, + gleich sie das Christ -- kind -- lein hört, + tut sich vom Him -- mel dann schwin -- gen, + ei -- let her -- nie -- der zur Erd, + seg -- net den Va -- ter, die Mut -- ter, das Kind, + seg -- net den Va -- ter, die Mut -- ter, das Kind. + } + textIII = \lyricmode { + \set stanza = "3." + Klin -- get mit lieb -- li -- chem Schal -- le + ü -- ber die Mee -- _ re weit, + dass sich er -- freu -- en doch al -- le + se -- li -- ger Weih -- _ nachts -- zeit, + al -- le auf -- jauch -- zen mit ei -- nem Ge -- sang, + al -- le auf -- jauch -- zen mit ei -- nem Ge -- sang. + } diff --git a/Weihnachtslieder/Weihnachtslieder.ly b/Weihnachtslieder/Weihnachtslieder.ly new file mode 100644 index 0000000..fa0b350 --- /dev/null +++ b/Weihnachtslieder/Weihnachtslieder.ly @@ -0,0 +1,902 @@ +\include "deutsch.ly" +\include "Alle_Jahre_wieder/stimmen.ly" +\include "Alle_Jahre_wieder/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 Lyrics \lyricsto rechts { \textI } + \new Lyrics \lyricsto rechts { \textII } + \new Lyrics \lyricsto rechts { \textIII } + >> + \new PianoStaff << + \set Score.skipBars = ##t + \new Staff << + \new Voice = rechts { \global \rechtsMelodie } + >> + \new ChordNames { \global \germanChords \linksMelodie } + \new Staff << + \new Voice = linksPausen { \clef "bass" \global \linksPausen } + \new Voice = links { \clef "bass" \global \linksMelodie } + >> + >> + >> + \header { + tagline = "" + title = "Alle Jahre wieder" + } + \layout { + indent = #0 + } +} +\include "Am_Weihnachtsbaume/stimmen.ly" +\include "Am_Weihnachtsbaume/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 Lyrics \lyricsto rechts { \textI } + \new Lyrics \lyricsto rechts { \textII } + >> + \new PianoStaff << + \set Score.skipBars = ##t + \new Staff << + \new Voice = rechts { \global \rechtsMelodie } + >> + \new ChordNames { \global \germanChords \linksMelodie } + \new Staff << + \new Voice = linksPausen { \clef "bass" \global \linksPausen } + \new Voice = links { \clef "bass" \global \linksMelodie } + >> + >> + >> + \header { + tagline = "" + title = "Am Weihnachtsbaume" + } + \layout { + indent = #0 + } +} +\include "Es_ist_ein_Ros_entsprungen/stimmen.ly" +\include "Es_ist_ein_Ros_entsprungen/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 \germanChords \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 + } +} +\include "Es_ist_fuer_uns_eine_Zeit_angekommen/stimmen.ly" +\include "Es_ist_fuer_uns_eine_Zeit_angekommen/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 \pausen } + \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 Lyrics \lyricsto rechtsOben { \textIV } + >> + \new PianoStaff << + \set Score.skipBars = ##t + \new Staff << + \new Voice = rechts { \global \pausen } + \new Voice = rechtsOben { \global \voiceOne \rechtsOMelodie } + \new Voice = rechtsUnten { \global \voiceTwo \rechtsUMelodie } + >> + \new ChordNames { \global \germanChords \linksMelodie } + \new Staff << + \new Voice = linksPausen { \clef "bass" \global \pausen } + \new Voice = links { \clef "bass" \global \linksMelodie } + >> + >> + >> + \header { + tagline = "" + title = "Es ist für uns eine Zeit angekommen" + } + \layout { + indent = #0 + } +} +\include "Frau_Holle/stimmen.ly" +\include "Frau_Holle/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 = rechtsUnten { \global \voiceTwo \rechtsUMelodie } + \new Lyrics \lyricsto rechts { \textI } + \new Lyrics \lyricsto rechts { \textII } + \new Lyrics \lyricsto rechts { \textIII } + \new Lyrics \lyricsto rechts { \textIV } + \new Lyrics \lyricsto rechts { \textV } + >> + \new PianoStaff << + \set Score.skipBars = ##t + \new Staff << + \new Voice = rechts { \global \rechtsMelodie } + \new Voice = rechtsUnten { \global \voiceTwo \rechtsUMelodie } + >> + \new ChordNames { \global \germanChords \linksMelodie } + \new Staff << + \new Voice = linksPausen { \clef "bass" \global \linksPausen } + \new Voice = links { \clef "bass" \global \linksMelodie } + >> + >> + >> + \header { + tagline = "" + title = "Frau Holle" + } + \layout { + indent = #0 + } +} +\include "Froehliche_Weihnacht/stimmen.ly" +\include "Froehliche_Weihnacht/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 \germanChords \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 + } +} +\include "Ihr_Kinderlein_kommet/stimmen.ly" +\include "Ihr_Kinderlein_kommet/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 = rechtsUnten { \global \voiceTwo \rechtsUMelodie } + \new Lyrics \lyricsto rechts { \textI } + \new Lyrics \lyricsto rechts { \textII } + \new Lyrics \lyricsto rechts { \textIII } + \new Lyrics \lyricsto rechts { \textIV } + >> + \new PianoStaff << + \set Score.skipBars = ##t + \new Staff << + \new Voice = rechts { \global \rechtsMelodie } + \new Voice = rechtsUnten { \global \voiceTwo \rechtsUMelodie } + >> + \new ChordNames { \global \germanChords \linksMelodie } + \new Staff << + \new Voice = linksPausen { \clef "bass" \global \linksPausen } + \new Voice = links { \clef "bass" \global \linksMelodie } + >> + >> + >> + \header { + tagline = "" + title = "Ihr Kinderlein kommet" + } + \layout { + indent = #0 + } +} +\include "Kling_Gloeckchen/stimmen.ly" +\include "Kling_Gloeckchen/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 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 \germanChords \linksMelodie } + \new Staff << + \new Voice = linksPausen { \clef "bass" \global \linksPausen } + \new Voice = links { \clef "bass" \global \linksMelodie } + >> + >> + >> + \header { + tagline = "" + title = "Kling, Glöckchen, kling" + } + \layout { + indent = #0 + } +} +\include "Kommet_ihr_Hirten/stimmen.ly" +\include "Kommet_ihr_Hirten/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 = rechtsUnten { \global \voiceTwo \rechtsUMelodie } + \new Lyrics \lyricsto rechts { \textI } + \new Lyrics \lyricsto rechts { \textII } + \new Lyrics \lyricsto rechts { \textIII } + >> + \new PianoStaff << + \set Score.skipBars = ##t + \new Staff << + \new Voice = rechts { \global \rechtsMelodie } + \new Voice = rechtsUnten { \global \voiceTwo \rechtsUMelodie } + >> + \new ChordNames { \global \germanChords \linksMelodie } + \new Staff << + \new Voice = linksPausen { \clef "bass" \global \linksPausen } + \new Voice = links { \clef "bass" \global \linksMelodie } + >> + >> + >> + \header { + tagline = "" + title = "Kommet ihr Hirten" + } + \layout { + indent = #0 + } +} +\include "Lasst_uns_froh_und_munter_sein/stimmen.ly" +\include "Lasst_uns_froh_und_munter_sein/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 = 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 Lyrics \lyricsto rechtsOben { \textIV } + \new Lyrics \lyricsto rechtsOben { \textV } + \new Lyrics \lyricsto rechtsOben { \textVI } + \new Lyrics \lyricsto rechtsOben { \textVII } + >> + \new PianoStaff << + \set Score.skipBars = ##t + \new Staff << + \new Voice = rechtsOben { \global \voiceOne \rechtsOMelodie } + \new Voice = rechtsUnten { \global \voiceTwo \rechtsUMelodie } + >> + \new ChordNames { \global \germanChords \linksMelodie } + \new Staff << + \new Voice = linksPausen { \clef "bass" \global \linksPausen } + \new Voice = links { \clef "bass" \global \linksMelodie } + >> + >> + >> + \header { + tagline = "" + title = "Lasst uns froh und munter sein" + } + \layout { + indent = #0 + } +} +\include "Leise_rieselt_der_Schnee/stimmen.ly" +\include "Leise_rieselt_der_Schnee/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 = rechtsUnten { \global \voiceTwo \rechtsUMelodie } + \new Lyrics \lyricsto rechts { \textI } + \new Lyrics \lyricsto rechts { \textII } + \new Lyrics \lyricsto rechts { \textIII } + >> + \new PianoStaff << + \set Score.skipBars = ##t + \new Staff << + \new Voice = rechts { \global \rechtsMelodie } + \new Voice = rechtsUnten { \global \voiceTwo \rechtsUMelodie } + >> + \new ChordNames { \global \germanChords \linksMelodie } + \new Staff << + \new Voice = linksPausen { \clef "bass" \global \linksPausen } + \new Voice = links { \clef "bass" \global \linksMelodie } + >> + >> + >> + \header { + tagline = "" + title = "Leise rieselt der Schnee" + } + \layout { + indent = #0 + } +} +\include "Morgen_Kinder_wirds_was_geben/stimmen.ly" +\include "Morgen_Kinder_wirds_was_geben/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 = rechtsUnten { \global \voiceTwo \rechtsUMelodie } + \new Lyrics \lyricsto rechts { \textI } + \new Lyrics \lyricsto rechts { \textII } + \new Lyrics \lyricsto rechts { \textIII } + \new Lyrics \lyricsto rechts { \textIV } + \new Lyrics \lyricsto rechts { \textV } + >> + \new PianoStaff << + \set Score.skipBars = ##t + \new Staff << + \new Voice = rechts { \global \rechtsMelodie } + \new Voice = rechtsUnten { \global \voiceTwo \rechtsUMelodie } + >> + \new ChordNames { \global \germanChords \linksMelodie } + \new Staff << + \new Voice = links { \clef "bass" \global \linksMelodie } + >> + >> + >> + \header { + tagline = "" + title = "Morgen, Kinder, wird's was geben" + } + \layout { + indent = #0 + } +} +\include "Nun_singet_und_seid_froh/stimmen.ly" +\include "Nun_singet_und_seid_froh/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 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 \germanChords \linksMelodie } + \new Staff << + \new Voice = linksPausen { \clef "bass" \global \linksPausen } + \new Voice = links { \clef "bass" \global \linksMelodie } + >> + >> + >> + \header { + tagline = "" + title = "Nun singet und seid froh" + } + \layout { + indent = #0 + } +} +\include "O_du_froehliche/stimmen.ly" +\include "O_du_froehliche/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 = rechtsUnten { \global \voiceTwo \rechtsUMelodie } + \new Lyrics \lyricsto rechts { \textI } + \new Lyrics \lyricsto rechts { \textII } + \new Lyrics \lyricsto rechts { \textIII } + >> + \new PianoStaff << + \set Score.skipBars = ##t + \new Staff << + \new Voice = rechts { \global \rechtsMelodie } + \new Voice = rechtsUnten { \global \voiceTwo \rechtsUMelodie } + >> + \new ChordNames { \global \germanChords \linksMelodie } + \new Staff << + \new Voice = linksPausen { \clef "bass" \global \linksPausen } + \new Voice = links { \clef "bass" \global \linksMelodie } + >> + >> + >> + \header { + tagline = "" + title = "O, du fröhliche" + } + \layout { + indent = #0 + } +} +\include "O_Tannenbaum/stimmen.ly" +\include "O_Tannenbaum/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 Lyrics \lyricsto rechts { \textI } + \new Lyrics \lyricsto rechts { \textII } + \new Lyrics \lyricsto rechts { \textIII } + >> + \new PianoStaff << + \set Score.skipBars = ##t + \new Staff << + \new Voice = rechts { \global \rechtsMelodie } + >> + \new ChordNames { \global \germanChords \linksMelodie } + \new Staff << + \new Voice = linksPausen { \clef "bass" \global \linksPausen } + \new Voice = links { \clef "bass" \global \linksMelodie } + >> + >> + >> + \header { + tagline = "" + title = "O Tannenbaum, o Tannenbaum" + } + \layout { + indent = #0 + } +} +\include "O_Tannenbaum_du_traegst_ein_gruenes_Kleid/stimmen.ly" +\include "O_Tannenbaum_du_traegst_ein_gruenes_Kleid/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 = rechtsOben { \global \voiceOne \rechtsOMelodie } + \new Voice = rechtsUnten { \global \voiceTwo \rechtsUMelodie } + >> + \new PianoStaff << + \set Score.skipBars = ##t + \new Staff << + \new Voice = rechtsOben { \global \voiceOne \rechtsOMelodie } + \new Voice = rechtsUnten { \global \voiceTwo \rechtsUMelodie } + >> + \new ChordNames { \global \germanChords \linksMelodie } + \new Staff << + \new Voice = linksPausen { \clef "bass" \global \linksPausen } + \new Voice = links { \clef "bass" \global \linksMelodie } + >> + >> + >> + \header { + tagline = "" + title = "O Tannenbaum, du trägst ein grünes Kleid" + } + \layout { + indent = #0 + } +} +\include "Schneefloeckchen/stimmen.ly" +\include "Schneefloeckchen/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 = 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 = rechtsOben { \global \voiceOne \rechtsOMelodie } + \new Voice = rechtsUnten { \global \voiceTwo \rechtsUMelodie } + >> + \new ChordNames { \global \germanChords \linksMelodie } + \new Staff << + \new Voice = linksPausen { \clef "bass" \global \linksPausen } + \new Voice = links { \clef "bass" \global \linksMelodie } + >> + >> + >> + \header { + tagline = "" + title = "Schneeflöckchen, Weißröckchen" + } + \layout { + indent = #0 + } +} +\include "Stille_Nacht/stimmen.ly" +\include "Stille_Nacht/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 = rechtsUnten { \global \voiceTwo \rechtsUMelodie } + \new Lyrics \lyricsto rechts { \textI } + \new Lyrics \lyricsto rechts { \textII } + \new Lyrics \lyricsto rechts { \textIII } + >> + \new PianoStaff << + \set Score.skipBars = ##t + \new Staff << + \new Voice = rechts { \global \rechtsMelodie } + \new Voice = rechtsUnten { \global \voiceTwo \rechtsUMelodie } + >> + \new ChordNames { \global \germanChords \linksMelodie } + \new Staff << + \new Voice = linksPausen { \clef "bass" \global \linksPausen } + \new Voice = links { \clef "bass" \global \linksMelodie } + >> + >> + >> + \header { + tagline = "" + title = "Stille Nacht, heilige Nacht" + } + \layout { + indent = #0 + } +} +\include "Sueszer_die_Glocken/stimmen.ly" +\include "Sueszer_die_Glocken/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 = rechtsUnten { \global \voiceTwo \rechtsUMelodie } + \new Lyrics \lyricsto rechts { \textI } + \new Lyrics \lyricsto rechts { \textII } + \new Lyrics \lyricsto rechts { \textIII } + >> + \new PianoStaff << + \set Score.skipBars = ##t + \new Staff << + \new Voice = rechts { \global \rechtsMelodie } + \new Voice = rechtsUnten { \global \voiceTwo \rechtsUMelodie } + >> + \new ChordNames { \global \germanChords \linksMelodie } + \new Staff << + \new Voice = linksPausen { \clef "bass" \global \linksPausen } + \new Voice = links { \clef "bass" \global \linksMelodie } + >> + >> + >> + \header { + tagline = "" + title = "Süßer die Glocken nie klingen" + } + \layout { + indent = #0 + } +} diff --git a/Weihnachtslieder/make b/Weihnachtslieder/make new file mode 100755 index 0000000..99d0a03 --- /dev/null +++ b/Weihnachtslieder/make @@ -0,0 +1,12 @@ +#!/bin/bash + +echo "\\include \"deutsch.ly\"" > Weihnachtslieder.ly +for s in * +do + if [ -e $s/$s.ly ] + then + grep -v "\include \"deutsch.ly\"" $s/$s.ly | sed "s/texte.ly/$s\/texte.ly/" | sed "s/stimmen.ly/$s\/stimmen.ly/" + fi +done >> Weihnachtslieder.ly +lilypond Weihnachtslieder.ly +evince Weihnachtslieder.pdf& |