diff options
author | Erich Eckner <git@eckner.net> | 2018-07-25 11:12:48 +0200 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2018-07-25 11:12:48 +0200 |
commit | dea82bf70c80b3b5567f72badc03f57c83232caf (patch) | |
tree | 551739be27853b0973413a9cf7f44aac9d8db4b1 /Was_noch_frisch_und_jung_an_Jahren | |
parent | 19a0153dd81c5bb0d6199982d98087f3bd72e206 (diff) | |
download | Musik-dea82bf70c80b3b5567f72badc03f57c83232caf.tar.xz |
Was_noch_frisch_und_jung_an_Jahren neu
Diffstat (limited to 'Was_noch_frisch_und_jung_an_Jahren')
-rw-r--r-- | Was_noch_frisch_und_jung_an_Jahren/Makefile | 31 | ||||
-rw-r--r-- | Was_noch_frisch_und_jung_an_Jahren/Was_noch_frisch_und_jung_an_Jahren.ly | 53 | ||||
-rw-r--r-- | Was_noch_frisch_und_jung_an_Jahren/stimmen.ly | 36 | ||||
-rw-r--r-- | Was_noch_frisch_und_jung_an_Jahren/texte.ly | 52 |
4 files changed, 172 insertions, 0 deletions
diff --git a/Was_noch_frisch_und_jung_an_Jahren/Makefile b/Was_noch_frisch_und_jung_an_Jahren/Makefile new file mode 100644 index 0000000..5b3af49 --- /dev/null +++ b/Was_noch_frisch_und_jung_an_Jahren/Makefile @@ -0,0 +1,31 @@ +CURDOC=$(shell basename "$(CURDIR)") + +ifeq ($(FUER),ewe) + SPEZIFISCH=\#(set! paper-alist (cons '(\"kindle\" . (cons (* 210 mm) (* 130 mm))) paper-alist))\n\#(set-default-paper-size \"kindle\") +else + SPEZIFISCH= + # \#(set-global-staff-size 14) +endif + +ifeq ($(MIDI),1) + MIDI_REGEX= +else + MIDI_REGEX=/\\\\midi/{ :a; s/\\\\midi[^{}]*{/\\\\midi/; tb; N; ba; :b; s/{[^{}]*}//; tb; s/\\\\midi[^{}]*}//; t; N; bb; } +endif + +all: $(CURDOC).pdf + +clean: + rm -f *.pre + +Clean: clean + rm -f *.pdf *.midi + +%.pre: %.ly + sed " \ + s@%spezifisch%@$(SPEZIFISCH)@ ; \ + $(MIDI_REGEX) \ + " "$<" > "$@" + +%.pdf: %.pre *.ly + lilypond $< diff --git a/Was_noch_frisch_und_jung_an_Jahren/Was_noch_frisch_und_jung_an_Jahren.ly b/Was_noch_frisch_und_jung_an_Jahren/Was_noch_frisch_und_jung_an_Jahren.ly new file mode 100644 index 0000000..0e59d02 --- /dev/null +++ b/Was_noch_frisch_und_jung_an_Jahren/Was_noch_frisch_und_jung_an_Jahren.ly @@ -0,0 +1,53 @@ +\include "deutsch.ly" +#(ly:set-option 'relative-includes #t) +\include "stimmen.ly" +\include "texte.ly" +#(ly:set-option 'relative-includes #f) + +%spezifisch% + +\version "2.19.80" + +\pointAndClickOff + +\header { + tagline = "" +} +\paper { + top-margin = 5 + print-all-headers = ##t +} + +#(set-global-staff-size 32) + +\score { + \header { + title = "Was noch frisch und jung an Jahren" + composer = "Worte und Weise: mündlich überliefert aus dem 18. Jahrhundert" + } + \new Staff << + \new ChordNames { \akkorde } + \set Score.skipBars = ##t + \new ChoirStaff << + \new Staff << + \new Voice = melodie { \global \oneVoice \melodie } + >> + \new Lyrics \lyricsto melodie { \textI } + \new Lyrics \lyricsto melodie { \textIb } + \new Lyrics \lyricsto melodie { \textII } + \new Lyrics \lyricsto melodie { \textIIb } + \new Lyrics \lyricsto melodie { \textIII } + \new Lyrics \lyricsto melodie { \textIIIb } + \new Lyrics \lyricsto melodie { \textIV } + \new Lyrics \lyricsto melodie { \textIVb } + >> + >> + \layout { + indent = #0 + \context { + \Staff + \RemoveEmptyStaves + \override VerticalAxisGroup #'remove-first = ##t + } + } +} diff --git a/Was_noch_frisch_und_jung_an_Jahren/stimmen.ly b/Was_noch_frisch_und_jung_an_Jahren/stimmen.ly new file mode 100644 index 0000000..19dcea5 --- /dev/null +++ b/Was_noch_frisch_und_jung_an_Jahren/stimmen.ly @@ -0,0 +1,36 @@ +%some settings% vim: ai sw=2 lbr nu et + +global = { + \key g \major + %\override Staff.TimeSignature #'style = #'() + \time 4/4 + \autoBeamOff +} + +% Die Stimmen + +melodie = \relative g' { + \repeat volta 2 { + g4 d h d | + g a h g | + c h a g | + fis8[ g] e[ fis] d2 | + } + a'4 a d c | + h a h2 | + d4. c8 h4 g | + h8[ a] a4 g2 | \bar "|." +} + +akkorde = \chordmode { + \repeat volta 2 { + s4 g2. | + s4 d g2 | + c4 g d g | + d a:7 e2:m | + } + d2. c4 | + g d g2 | + d g | + d:7 g | \bar "|." +} diff --git a/Was_noch_frisch_und_jung_an_Jahren/texte.ly b/Was_noch_frisch_und_jung_an_Jahren/texte.ly new file mode 100644 index 0000000..1e42e89 --- /dev/null +++ b/Was_noch_frisch_und_jung_an_Jahren/texte.ly @@ -0,0 +1,52 @@ +%some settings% vim: ai sw=2 lbr nu et + +% Abkürzungen + +% Die Textaufteilungen + +textI = \lyricmode { + \set stanza = "1." + Was noch frisch und jung an Jah -- ren, + das geht jetzt auf Wan -- der -- schaft, + \set stanza = "1.-4." + Bleib nicht sit -- zen in dem Nest, + Rei -- sen ist das al -- ler -- best'! +} + +textIb = \lyricmode { + um was Neu -- es zu er -- fah -- ren, + keck zu pro -- ben sei -- ne Kraft. +} + +textII = \lyricmode { + \set stanza = "2." + Rei -- sen macht ge -- sund Ge -- blü -- te, + un -- ver -- zagt und fro -- hen Mut. +} + +textIIb = \lyricmode { + Früh -- ling gibt mit Duft und Blü -- te + in die A -- dern neu -- e Glut +} + +textIII = \lyricmode { + \set stanza = "3." + Fröh -- lich klin -- gen uns -- re Lie -- der, + und es grüßt der Am -- sel Schlag. +} + +textIIIb = \lyricmode { + Auf, so lasst uns rei -- sen, Brü -- der, + in den hel -- len, jun -- gen Tag. +} + +textIV = \lyricmode { + \set stanza = "4." + Al -- so geh'n wir auf die Rei -- se + in viel Städt' und frem -- de Land, +} + +textIVb = \lyricmode { + ma -- chen uns mit ih -- rer Wei -- se, + ih -- ren Küns -- ten uns be -- kannt. +} |