From df9540e7d87780e72a95008472c5e1b4f8360661 Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Wed, 24 Feb 2016 14:11:07 +0100 Subject: zweiter Kanon zur Jahreslosung_2016_ neu --- Kanons/Jahreslosung_2016_/Jahreslosung_2016_.ly | 40 +++++++++++++++++++++++++ Kanons/Jahreslosung_2016_/stimmen.ly | 22 ++++++++++++++ Kanons/Jahreslosung_2016_/texte.ly | 13 ++++++++ 3 files changed, 75 insertions(+) create mode 100644 Kanons/Jahreslosung_2016_/Jahreslosung_2016_.ly create mode 100644 Kanons/Jahreslosung_2016_/stimmen.ly create mode 100644 Kanons/Jahreslosung_2016_/texte.ly diff --git a/Kanons/Jahreslosung_2016_/Jahreslosung_2016_.ly b/Kanons/Jahreslosung_2016_/Jahreslosung_2016_.ly new file mode 100644 index 0000000..0a03202 --- /dev/null +++ b/Kanons/Jahreslosung_2016_/Jahreslosung_2016_.ly @@ -0,0 +1,40 @@ +\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 + +\header { + title = "Kanon zur Jahreslosung 2016" + poet = "Text: Jahreslosung 2016" + composer = "Melodie: Mathias Gauer" + 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_2016_/stimmen.ly b/Kanons/Jahreslosung_2016_/stimmen.ly new file mode 100644 index 0000000..ebbca6c --- /dev/null +++ b/Kanons/Jahreslosung_2016_/stimmen.ly @@ -0,0 +1,22 @@ +%some settings% vim: ai sw=2 lbr nu et + + \version "2.18" + + global = { + \key c \major + %\override Staff.TimeSignature #'style = #'() + \time 9/8 + \autoBeamOff + } + +% Die Stimmen + + melodie = \relative c' { + \repeat volta 2 { + c8^\markup"1." d e f4. e^\fermata | + e8^\markup"2." f g a4. g^\fermata | + c8[(^\markup"3." h c] a4.) c^\fermata | + g8^\markup"4." f e d4. e^\fermata | + e8[(^\markup"5." d c] d4.) c^\fermata | + } + } diff --git a/Kanons/Jahreslosung_2016_/texte.ly b/Kanons/Jahreslosung_2016_/texte.ly new file mode 100644 index 0000000..af396d0 --- /dev/null +++ b/Kanons/Jahreslosung_2016_/texte.ly @@ -0,0 +1,13 @@ +%some settings% vim: ai sw=2 lbr nu et + +% Abkürzungen + +% Die Textaufteilungen + + text = \lyricmode { + Ich will euch trös -- ten, + ich will euch trös -- ten, + trös -- ten, + wie ei -- ne Mut -- ter + trös -- tet. + } -- cgit v1.2.3-54-g00ecf