summaryrefslogtreecommitdiff
path: root/Kanons/Gloria_/Gloria_.ly
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2018-02-15 22:57:52 +0100
committerErich Eckner <git@eckner.net>2018-02-15 22:57:52 +0100
commit117fe4f929bfb1c4e3fb95727961752fc6681c94 (patch)
tree90236a105dba935d54793bfbb34c048fa7e51751 /Kanons/Gloria_/Gloria_.ly
parentd3370a0445536ecaf5df8a1df9d928fd0ebddea5 (diff)
downloadMusik-117fe4f929bfb1c4e3fb95727961752fc6681c94.tar.xz
Gloria_ Kanon neu
Diffstat (limited to 'Kanons/Gloria_/Gloria_.ly')
-rw-r--r--Kanons/Gloria_/Gloria_.ly34
1 files changed, 34 insertions, 0 deletions
diff --git a/Kanons/Gloria_/Gloria_.ly b/Kanons/Gloria_/Gloria_.ly
new file mode 100644
index 0000000..a99bae3
--- /dev/null
+++ b/Kanons/Gloria_/Gloria_.ly
@@ -0,0 +1,34 @@
+\include "deutsch.ly"
+\include "stimmen.ly"
+\include "texte.ly"
+
+%spezifisch%
+
+\pointAndClickOff
+
+\header {
+ title = "Gloria (Kanon)"
+ composer = "Musik: Paul Kickstat"
+ tagline = ""
+}
+
+\new ChoirStaff <<
+ \set Score.skipBars = ##t
+ \new Staff <<
+ \new Voice = melodieI { \global \oneVoice \melodieI }
+ >>
+ \new Lyrics \lyricsto melodieI { \textI }
+ \new Staff <<
+ \new Voice = melodieII { \global \oneVoice \melodieII }
+ >>
+ \new Lyrics \lyricsto melodieII { \textII }
+ \new Staff <<
+ \new Voice = melodieIII { \global \oneVoice \melodieIII }
+ >>
+ \new Lyrics \lyricsto melodieIII { \textIII }
+ \new Staff <<
+ \clef "bass"
+ \new Voice = ostinato { \global \oneVoice \melodieOstinato }
+ >>
+ \new Lyrics \lyricsto ostinato { \textOstinato }
+>>