diff options
author | Erich Eckner <git@eckner.net> | 2018-01-14 07:57:19 +0100 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2018-01-14 07:57:19 +0100 |
commit | 8931dc147c77c15435734d8fdda2be18fdfb51c2 (patch) | |
tree | 92af524b76f1bc349be5ba6c1cba15f1a87bff12 /Kanons | |
parent | 0011fb3f40b0c599f66b0baee985452dc6918531 (diff) | |
download | Musik-8931dc147c77c15435734d8fdda2be18fdfb51c2.tar.xz |
Jahreslosung_2018 neu
Diffstat (limited to 'Kanons')
-rw-r--r-- | Kanons/Jahreslosung_2018/Jahreslosung_2018.ly | 38 | ||||
-rw-r--r-- | Kanons/Jahreslosung_2018/Makefile | 23 | ||||
-rw-r--r-- | Kanons/Jahreslosung_2018/stimmen.ly | 23 | ||||
-rw-r--r-- | Kanons/Jahreslosung_2018/texte.ly | 11 |
4 files changed, 95 insertions, 0 deletions
diff --git a/Kanons/Jahreslosung_2018/Jahreslosung_2018.ly b/Kanons/Jahreslosung_2018/Jahreslosung_2018.ly new file mode 100644 index 0000000..203c4d8 --- /dev/null +++ b/Kanons/Jahreslosung_2018/Jahreslosung_2018.ly @@ -0,0 +1,38 @@ +\include "deutsch.ly" +\include "stimmen.ly" +\include "texte.ly" + +%spezifisch% + +\pointAndClickOff + +\header { + title = "Kanon zur Jahreslosung 2018" + poet = "Text: Jahreslosung 2018" + tagline = "" +} +\paper { + top-margin = 5 +} + +\score { + \new ChoirStaff << + \set Score.skipBars = ##t + \new Staff << + \new Voice = melodie { \global \melodie } + >> + \new Lyrics = text { } + + \context Lyrics = text \lyricsto melodie { \text } + >> + \layout { + indent = #0 + \context { + \Staff + \RemoveEmptyStaves + \override VerticalAxisGroup #'remove-first = ##t + } + ragged-last = ##f + } +} + diff --git a/Kanons/Jahreslosung_2018/Makefile b/Kanons/Jahreslosung_2018/Makefile new file mode 100644 index 0000000..ef6dedf --- /dev/null +++ b/Kanons/Jahreslosung_2018/Makefile @@ -0,0 +1,23 @@ +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 + +all: $(CURDOC).pdf + +clean: + rm -f *.pre + +Clean: clean + rm -f *.pdf *.midi + +%.pre: %.ly + sed "s@%spezifisch%@$(SPEZIFISCH)@" "$<" > "$@" + +%.pdf: %.pre *.ly + lilypond $< + diff --git a/Kanons/Jahreslosung_2018/stimmen.ly b/Kanons/Jahreslosung_2018/stimmen.ly new file mode 100644 index 0000000..c19ae9e --- /dev/null +++ b/Kanons/Jahreslosung_2018/stimmen.ly @@ -0,0 +1,23 @@ +%some settings% vim: ai sw=2 lbr nu et + + \version "2.18" + + global = { + \key c \major + %\override Staff.TimeSignature #'style = #'() + \time 4/4 + \autoBeamOff + } + +% Die Stimmen + + melodie = \relative g' { + \repeat volta 2 { + g4^\markup"1." g8 g a4 g8 f | + g4 g^\fermata r e8 g | + c8^\markup"2." c c c c4 e8 d | + c4 c^\fermata r g | + c^\markup"3." r2 g4 | + c^\fermata r2. | + } + } diff --git a/Kanons/Jahreslosung_2018/texte.ly b/Kanons/Jahreslosung_2018/texte.ly new file mode 100644 index 0000000..3feb4d0 --- /dev/null +++ b/Kanons/Jahreslosung_2018/texte.ly @@ -0,0 +1,11 @@ +%some settings% vim: ai sw=2 lbr nu et + +% Abkürzungen + +% Die Textaufteilungen + + text = \lyricmode { + Ich will dem Durs -- ti -- gen ge -- ben + von der Quel -- le des le -- ben -- di -- gen Was -- sers + um -- sonst, um -- sonst. + } |