diff options
author | Erich Eckner <git@eckner.net> | 2016-11-11 12:33:25 +0100 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2016-11-11 12:33:25 +0100 |
commit | 9c64e027125c720505dffcbbd0c48f468b7badef (patch) | |
tree | c3b5fa5b5ac6f793ef2751fe81c441a411b16e5c /Kanons/Gloria | |
parent | 829818096354a8a648afba678b57db0da82f6566 (diff) | |
download | Musik-9c64e027125c720505dffcbbd0c48f468b7badef.tar.xz |
Gloria-Kanon neu
Diffstat (limited to 'Kanons/Gloria')
-rw-r--r-- | Kanons/Gloria/Gloria.ly | 23 | ||||
-rw-r--r-- | Kanons/Gloria/stimmen.ly | 30 | ||||
-rw-r--r-- | Kanons/Gloria/texte.ly | 13 |
3 files changed, 66 insertions, 0 deletions
diff --git a/Kanons/Gloria/Gloria.ly b/Kanons/Gloria/Gloria.ly new file mode 100644 index 0000000..1a212fa --- /dev/null +++ b/Kanons/Gloria/Gloria.ly @@ -0,0 +1,23 @@ +\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 = "Gloria-Kanon" + composer = "aus Taizé, Musik: J. Berthier" + tagline = "" +} + +\new ChoirStaff << + \set Score.skipBars = ##t + \new ChordNames { \global \akkorde } + \new Staff << + \new Voice = melodie { \global \oneVoice \melodie } + >> + \new Lyrics \lyricsto melodie { \text } +>> diff --git a/Kanons/Gloria/stimmen.ly b/Kanons/Gloria/stimmen.ly new file mode 100644 index 0000000..6a64245 --- /dev/null +++ b/Kanons/Gloria/stimmen.ly @@ -0,0 +1,30 @@ +%some settings% vim: ai sw=2 lbr nu et + +\version "2.18" + +global = { + \key f \major + %\override Staff.TimeSignature #'style = #'() + \time 6/8 + \autoBeamOff +} + +% Die Stimmen + +akkorde = \chordmode { + \repeat unfold 4 { + d4.:m g:m | + c f | + } +} + +melodie = \relative a' { + a8[ g] a b4. | + g8[ f] g a4.^\fermata | \bar "||" + d,4 d8 g8[ a] b | + c4. a^\fermata | \bar "||" + a8[ d] c b4. | + g8 c b a4.^\fermata | \bar "||" + f8 e f g4. | + e8 d e f4.^\fermata | \bar ":|." +} diff --git a/Kanons/Gloria/texte.ly b/Kanons/Gloria/texte.ly new file mode 100644 index 0000000..f6c70a5 --- /dev/null +++ b/Kanons/Gloria/texte.ly @@ -0,0 +1,13 @@ + +%some settings% vim: ai sw=2 lbr nu et + +% Abkürzungen + +% Die Textaufteilungen + +text = \lyricmode { + Glo -- ri -- a, glo -- ri -- a, + in ex -- cel -- sis De -- o! + Glo -- ri -- a, glo -- ri -- a, + hal -- le -- lu -- ja, hal -- le -- lu -- ja! +} |